diff --git a/src/g.cpp b/src/g.cpp index c0d0934..f79f911 100644 --- a/src/g.cpp +++ b/src/g.cpp @@ -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"; diff --git a/src/main.cpp b/src/main.cpp index e99f592..e198c63 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,7 +50,7 @@ void usage() " -i --instanse <3proxy>,<3proxy.cfg>\n" " -w --working-directory \n" " -t --service-title <3proxy-eagle>\n" - " -I --ignored-destinations <[0.0.0.0],127.0.0.1>\n" + " -I --ignored-destinations <[0.0.0.0],0.0.0.0>\n" " -a --bind-to-address <127.0.0.1>\n" " -p --bind-to-port <8161>\n" " -l --log-level (off, error, warn, info, debug)\n"