sshtunnel: uci_sshtunnel use example.com

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-06-03 12:46:03 +03:00 committed by Nuno Goncalves
parent 41635f946c
commit 2a5f9dbcc7

View file

@ -3,9 +3,9 @@
# By default the OpenSSH client checks for /root/.ssh/id_rsa, /root/.ssh/id_ed25519 and /root/.ssh/id_ecdsa # By default the OpenSSH client checks for /root/.ssh/id_rsa, /root/.ssh/id_ed25519 and /root/.ssh/id_ecdsa
# See https://openwrt.org/docs/guide-user/services/ssh/sshtunnel # See https://openwrt.org/docs/guide-user/services/ssh/sshtunnel
#config server disney #config server example
# option user mourinho # option user root
# option hostname server.disney.com # option hostname server.example.com
# option port 22 # option port 22
# option retrydelay 1 # option retrydelay 1
# option CheckHostIP yes # option CheckHostIP yes
@ -24,7 +24,7 @@
# remoteaddress:remoteport and then forwarded to localaddress:localport # remoteaddress:remoteport and then forwarded to localaddress:localport
# #
#config tunnelR http #config tunnelR http
# option server disney # option server example
# option remoteaddress * # option remoteaddress *
# option remoteport 9009 # option remoteport 9009
# option localaddress 192.168.1.13 # option localaddress 192.168.1.13
@ -34,17 +34,17 @@
# localaddress:localport and then forwarded to remoteaddress:remoteport # localaddress:localport and then forwarded to remoteaddress:remoteport
# #
#config tunnelL test #config tunnelL test
# option server disney # option server example
# option localaddress * # option localaddress *
# option localport 1022 # option localport 1022
# option remoteaddress secretserver.disney.com # option remoteaddress secretserver.example.com
# option remoteport 22 # option remoteport 22
# tunnelD(ynamic) - when the connection will be initiated with the SOCKS4 or SOCKS5 protocol # tunnelD(ynamic) - when the connection will be initiated with the SOCKS4 or SOCKS5 protocol
# to the local endpoint at localaddress:localport and then forwarded over the remote host # to the local endpoint at localaddress:localport and then forwarded over the remote host
# #
#config tunnelD proxy #config tunnelD proxy
# option server disney # option server example
# option localaddress * # option localaddress *
# option localport 4055 # option localport 4055
@ -54,7 +54,7 @@
# ethernet = TAP # ethernet = TAP
# #
#config tunnelW proxy #config tunnelW proxy
# option server disney # option server example
# option vpntype point-to-point|ethernet # option vpntype point-to-point|ethernet
# option localdev any|0|1|2|... # option localdev any|0|1|2|...
# option remotedev any|0|1|2|... # option remotedev any|0|1|2|...