123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- [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
|