12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- appname = nps
- runmode = dev
- 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
- web_base_url=
- web_open_ssl=false
- web_cert_file=conf/server.pem
- web_key_file=conf/server.key
- auth_crypt_key =1234567812345678
- allow_user_login=false
- allow_user_register=false
- allow_user_change_username=false
- allow_flow_limit=false
- allow_rate_limit=false
- allow_tunnel_num_limit=false
- allow_local_proxy=false
- allow_connection_num_limit=false
- allow_multi_ip=false
- system_info_display=false
- http_cache=false
- http_cache_length=100
- http_add_origin_header=false
- disconnect_timeout=60
|