This commit is contained in:
acetone
2022-11-19 23:13:46 +03:00
parent bfce2d77a9
commit 4ed47b81be
2 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -58,12 +58,13 @@ void usage()
"* Multi instanses supported. Just pass new one --instanse value!\n"
"* Main 3proxy cfg must contain log to stdout with strict format:\n"
" log\n"
" logformat \" type=%N destination=%n to=%I from=%O\"\n"
" logformat \" type=%N destination=%n to=%O from=%I\"\n"
"* 3proxy cfg can contain blocked domains in format:\n"
" {{vk.com,mail.ru,google.com}}\n"
" This domains will be resolved automatically and replaced by:\n"
" deny * * original.domain\n"
" deny * * 8.8.8.8,1.1.1.1 # resolved addresses"
" deny * * 8.8.8.8 # resolved addresses\n"
" deny * * 1.1.1.1\n"
"* If the working directory contains a information.html, the Information\n"
" box will be added to the web page. The block is full html-formatted.\n"
"* The html folder can contain any files, they will be available\n"