1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- [common]
- server_addr = 0.0.0.0
- server_port = 7000
- log_file = ./frpc.log
- log_level = info
- log_max_days = 3
- privilege_token = 12345678
- pool_count = 5
- user = your_name
- [ssh]
- type = tcp
- local_ip = 127.0.0.1
- local_port = 22
- use_encryption = false
- use_compression = false
- remote_port = 6001
- [dns]
- type = udp
- local_ip = 114.114.114.114
- local_port = 53
- [web01]
- type = http
- local_ip = 127.0.0.1
- local_port = 80
- use_compression = true
- http_user = admin
- http_pwd = admin
- subdomain = web01
- [web02]
- type = http
- local_ip = 127.0.0.1
- local_port = 8000
- use_encryption = false
- use_compression = false
- custom_domains = web02.yourdomain.com
- locations = /,/pic
- host_header_rewrite = example.com
|