summaryrefslogtreecommitdiffstats
path: root/net/xfrpc/files/xfrpc.conf
blob: 332c1ef89b0324ec083a2f73008a79366512a7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config xfrpc 'common'
	option enabled 0
	option loglevel 7
	option server_addr frps.wifidogx.online
	option server_port 7000

config tcp 'ssh01'
	option local_ip 127.0.0.1
	option local_port 22
	option remote_port 6000
	
#config http 'web01'
#	option local_ip 127.0.0.1
#	option local_port 8080
#	option custom_domains your_domain_name
	
#config https 'web02'
#	option local_ip 127.0.0.1
#	option local_port 8443
#	option subdomain your_domain_name

#config socks5 'socks01'
#   option remote_port 6001

#config plugin 'plugin01'
#	option remote_port 6002
#	option plugin_name http
#	option plugin_param 'youtube-url'
#  	option plugin_action 'download'