-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |