From 9e39e67e1571dd834bd5ca63021fafe2038b5053 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2019 16:54:18 -0700 Subject: try to passthru deluge web console port not sure if this will work, but worth a try --- depo/hidor-kahih/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'depo/hidor-kahih/configuration.nix') diff --git a/depo/hidor-kahih/configuration.nix b/depo/hidor-kahih/configuration.nix index 43885ad..2238e05 100644 --- a/depo/hidor-kahih/configuration.nix +++ b/depo/hidor-kahih/configuration.nix @@ -9,9 +9,14 @@ }; firewall = { - allowedTCPPorts = [ 8096 22 8000 8443 443 500 10000 8080 8081]; + allowedTCPPorts = [ + 22 8000 8443 443 8080 8081 # std + 500 10000 # no idea + 8096 # emby + 8112 # deluge + ]; allowedTCPPortRanges = [ - { from = 3000; to = 3100; } # dev + { from = 3000; to = 3100; } # dev stuff ]; checkReversePath = false; }; -- cgit v1.2.3