1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- appname = nps
- runmode = pro
- http_proxy_ip=0.0.0.0
- http_proxy_port=80
- https_proxy_port=443
- https_just_proxy=true
- https_default_cert_file=conf/server.pem
- https_default_key_file=conf/server.key
- bridge_type=tcp
- bridge_port=8024
- bridge_ip=0.0.0.0
- public_vkey=123
- log_level=7
- web_host=a.o.com
- web_username=admin
- web_password=123
- web_port = 8080
- web_ip=0.0.0.0
- auth_key=test
- auth_crypt_key =1234567812345678
- allow_flow_limit=false
- allow_rate_limit=false
- allow_connection_num_limit=false
- allow_multi_ip=false
|