mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Blocked IP cant be unblocked back #1584
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#1584
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Kkbbcc on GitHub (Jul 21, 2014).
Hello QB,
I have an issue. If I block (Ban Permanently) some IP from the list of peers, it will not be allowed anymore. Please make an arrangement to add it back. Because if I Ban an IP for testing, and if I am unable to Unblock it, it gives a bit of bad feeling.
Thanks,
KIIRANN
@chrishirst commented on GitHub (Jul 21, 2014):
Okay, .....
That is the meaning of 'Permanently', which is why it does not say "Ban Temporarily", so what were you expecting to happen?
Because a IP/Port pairing that you have banned permanently is not going to appear in the peer list at all for you to remove the permanent ban.
So I would say that your request is going to be a fairly low priority.
@sledgehammer999 commented on GitHub (Jul 21, 2014):
I understand what you are saying and want but it is low prio for me.
@Kkbbcc commented on GitHub (Jul 22, 2014):
Oh! Thanks for understanding.
On Mon, Jul 21, 2014 at 6:41 PM, sledgehammer999 notifications@github.com
wrote:
@jvonmitchell commented on GitHub (Jul 24, 2014):
Just a use suggestion, could you perform this testing with a blocklist. Qbittorrent does support that. Or are you just trying to test that perma-ban works?
@Kkbbcc commented on GitHub (Jul 24, 2014):
Just Tried to test it. Its better if it could have allowed "Un-ban"
depending on the user's need. (This is just a suggestion from a torrenting
Lover)
On Fri, Jul 25, 2014 at 12:33 AM, Jason Mitchell notifications@github.com
wrote:
@anonymous09 commented on GitHub (Feb 8, 2015):
I have the same issue. Unable to unblock peers - is nonsense, IMO. Software should get possibility to revert blocks. Thank you for understanding.
@anonymous09 commented on GitHub (Feb 8, 2015):
For workaround:
Can I just delete "IPFilter\BannedIPs=" from config file ~/.config/qBittorrent/qBittorrent.conf?
@sledgehammer999 commented on GitHub (Feb 8, 2015):
Yes.
@mallicia commented on GitHub (May 18, 2015):
where is the file qbittorrent.conf located on window 8.1
I did a window search it came out with 0 result.
@ngosang commented on GitHub (May 20, 2015):
I think it's in C:\Users\XXXX\AppData\Roaming\qBittorrent\qBittorrent.ini
@vssun commented on GitHub (Jun 1, 2015):
This is an important issue. Priority should be increased.
@Atalantia commented on GitHub (Oct 4, 2016):
For OS X qbittorrent 3.3.6 you do a shell or applescript:
do shell script "defaults delete com.qbittorrent.qBittorrent Preferences.IPFilter.BannedIPs"
Quit the app, run the script.
As Applescript programm:
try
if application "qbittorrent" is running then tell application "qbittorrent" to quit
on error
display dialog "Quit qbittorrent first then run this script again"
return
end try
do shell script "defaults delete com.qbittorrent.qBittorrent Preferences.IPFilter.BannedIPs"
try
tell application "qbittorrent" to launch
end try
qbittorrentDeleteBannedIP's.app.zip
Clearly for the underdeveloped windofs it will be a pain in the ass to find a solution.
@ChargingBulle commented on GitHub (Oct 12, 2016):
that did it for me
@ChargingBulle commented on GitHub (Oct 12, 2016):
Yes this is an important issue
think of what would happen if you could block people on twitter but never undo this
@Grime121 commented on GitHub (Oct 5, 2019):
This request was opened 5 years ago, and it STILL has not been implemented? This seems like a no-brainer to me. Sometimes you accidentally ban a peer, and need to unban it. Sometimes you need to only temporarily ban a peer or group of peers. Adding the ability to unban peers should be very easy to do. Hell, even if it was just an option to unban ALL peers, that would be good enough.
@c0re100 commented on GitHub (Oct 5, 2019):
sledgehammer999 closed this in 59de1af on 8 Mar 2017Bro, what qB version are you using......? lul
If you're using qB v3, please upgrade to v4.1.8
@Grime121 commented on GitHub (Oct 5, 2019):
I’m using the 4.2 alpha. I didn’t realize it was in the connections settings. Figured it would be in the peers or trackers sections. It would be nice if you could select more than one IP in that list at a time. I need to delete about 200 IPs, and I’m having to do them one at a time because you cannot shift-click to select multiple IPs in the list.
@sledgehammer999 commented on GitHub (Oct 6, 2019):
Open a new bug report. This seems pretty simple for someone with a little bit of time to implement. But they need to see it as new bug report.