ignored destinations edited
parent
de9bb0a551
commit
e7dd74eae2
|
@ -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";
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue