1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- [common]
- bind_addr = 0.0.0.0
- bind_port = 7000
- vhost_http_port = 80
- vhost_https_port = 443
- dashboard_port = 7500
- dashboard_user = admin
- dashboard_pwd = admin
- log_file = ./frps.log
- log_level = info
- log_max_days = 3
- privilege_mode = true
- privilege_token = 12345678
- privilege_allow_ports = 2000-3000,3001,3003,4000-50000
- max_pool_count = 100
- authentication_timeout = 900
- subdomain_host = frps.com
- [ssh]
- type = tcp
- auth_token = 123
- bind_addr = 0.0.0.0
- listen_port = 6000
- [dns]
- type = udp
- auth_token = 123
- bind_addr = 0.0.0.0
- listen_port = 5353
- [web01]
- type = http
- auth_token = 123
- custom_domains = web01.yourdomain.com,web01.yourdomain2.com
- [web02]
- type = https
- auth_token = 123
- custom_domains = web02.yourdomain.com
|