mirror of
https://github.com/3proxy/3proxy.git
synced 2026-06-28 12:12:15 +00:00
Some checks failed
C/C++ CI cmake / macos-15 (push) Waiting to run
C/C++ CI cmake / ubuntu-24.04-arm (push) Waiting to run
C/C++ CI cmake / ubuntu-latest (push) Waiting to run
C/C++ CI cmake / windows-2022 (push) Waiting to run
C/C++ CI Linux / ubuntu-24.04-arm (push) Has been cancelled
C/C++ CI Linux / ubuntu-latest (push) Has been cancelled
C/C++ CI MacOS / macos-15 (push) Has been cancelled
33 lines
605 B
INI
33 lines
605 B
INI
#!@CMAKE_INSTALL_FULL_BINDIR@/3proxy
|
|
|
|
# use standard syslog logging
|
|
log @3proxy
|
|
pidfile /var/run/3proxy/3proxy.pid
|
|
#log /logs/3proxy-%y%m%d.log D
|
|
#rotate 60
|
|
|
|
|
|
#nscache 65536
|
|
#nserver 8.8.8.8
|
|
#nserver 8.8.4.4
|
|
|
|
#config @CMAKE_INSTALL_FULL_SYSCONFDIR@/3proxy/3proxy.cfg
|
|
#monitor @CMAKE_INSTALL_FULL_SYSCONFDIR@/3proxy/3proxy.cfg
|
|
#monitor @3PROXY_CONFDIR@/passwd
|
|
|
|
#counter @3PROXY_COUNTERDIR@/3proxy.3cf
|
|
|
|
#users $@3PROXY_CONFDIR@/passwd
|
|
|
|
#include @3PROXY_CONFDIR@/counters
|
|
#include @3PROXY_CONFDIR@/bandlimiters
|
|
|
|
#auth strong
|
|
#deny * * 127.0.0.0/8
|
|
#allow *
|
|
#proxy -n
|
|
#socks
|
|
#flush
|
|
#allow admin
|
|
|
|
#admin -p8080
|