diff options
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 |