diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 22:28:49 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-25 22:28:49 +0000 |
commit | 2527c2252f3abf94edb19a4b7eb44ab13e9ebd49 (patch) | |
tree | 7f3a773d6a3b3cd4a1e7aa3c3edeee5e893b99a3 /tunnel.conf | |
parent | 982795ddb24fe965ff50c7a1f7851ffe74cbca39 (diff) | |
download | ReverseSSHTunnel-2527c2252f3abf94edb19a4b7eb44ab13e9ebd49.tar.gz ReverseSSHTunnel-2527c2252f3abf94edb19a4b7eb44ab13e9ebd49.zip |
updated configuration
Diffstat (limited to 'tunnel.conf')
-rw-r--r-- | tunnel.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tunnel.conf b/tunnel.conf index 9945979..d9c6f4b 100644 --- a/tunnel.conf +++ b/tunnel.conf @@ -8,5 +8,21 @@ from = 192.168.1.92:6969 to = 0.0.0.0:6969 [forward-invidious] -from = 192.168.1.92:3000 +from = 127.0.0.1:3000 to = 0.0.0.0:3000 + +[forward-bibliogram] +from = localhost:10407 +to = 0.0.0.0:10407 + +[forward-emby] +from = localhost:8096 +to = 0.0.0.0:8096 + +[forward-nextcloud] +from = localhost:8282 +to = 0.0.0.0:8282 + +[forward-nitter] +from = localhost:7777 +to = 0.0.0.0:7777 |