12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- [common]
- bind_addr = 0.0.0.0
- bind_port = 7000
- vhost_http_port = 80
- vhost_https_port = 443
- dashboard_port = 7500
- dashboard_username = abc
- dashboard_password = abc
- 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
- conn_timeout = 10
- domain = codermao.com
- [ssh]
- type = tcp
- auth_token = 123
- bind_addr = 0.0.0.0
- listen_port = 6000
- [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
|