ignored destinations edited

master
acetone 2022-11-22 13:38:19 +03:00
parent de9bb0a551
commit e7dd74eae2
2 changed files with 2 additions and 2 deletions

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";

View File

@ -50,7 +50,7 @@ void usage()
" -i --instanse <3proxy>,<3proxy.cfg>\n"
" -w --working-directory <data>\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 <info> (off, error, warn, info, debug)\n"