ignored destinations edited

This commit is contained in:
acetone
2022-11-22 13:38:19 +03:00
parent de9bb0a551
commit e7dd74eae2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ namespace c {
namespace p {
uint LAST_AND_TOP_LIST_SIZE = 5;
QStringList IGNORED_DESTINATIONS = {"[0.0.0.0]", "127.0.0.1"};
QStringList IGNORED_DESTINATIONS = {"[0.0.0.0]", "0.0.0.0"};
QString WORKING_DIR = "data";
QString SERVICE_TITLE = "3proxy-eagle";
QString BIND_TO_ADDRESS = "127.0.0.1";