Skip to content

Commit

Permalink
Update xfrpc.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 1, 2022
1 parent 4fd793b commit ae37ae4
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions openwrt/files/xfrpc.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,31 @@
config init
option disabled 1
config xfrp 'init'
option disabled 1
option loglevel 7

config xfrpc 'common'
option server_addr 127.0.0.1
option server_port 7000
option server_addr 127.0.0.1
option server_port 7000
option auth_token abdesf13d

config xfrpc 'ssh'
option type tcp
option local_ip 127.0.0.1
option local_port 22
option remote_port 6000
config xfrpc 'ssh01'
option type tcp
option local_ip 127.0.0.1
option local_port 22
option remote_port 6000

#config xfrpc 'ftp01'
# option type ftp
# option local_ip 127.0.01
# option local_port 21
# option remote_port 8021
# option remote_data_port 8022

#config xfrpc 'web01'
# option type http
# option local_ip 127.0.0.1
# option local_port 8080

#config xfrpc 'web02'
# option type https
# option local_ip 127.0.0.1
# option local_port 8443

0 comments on commit ae37ae4

Please sign in to comment.