From 2527c2252f3abf94edb19a4b7eb44ab13e9ebd49 Mon Sep 17 00:00:00 2001 From: jwansek Date: Fri, 25 Feb 2022 22:28:49 +0000 Subject: updated configuration --- tunnel.conf | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'tunnel.conf') 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 -- cgit v1.2.3