summaryrefslogtreecommitdiff
path: root/depo/hidor-kahih/configuration.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-23 16:54:18 -0700
committerBen Sima <ben@bsima.me>2019-05-23 17:01:17 -0700
commit9e39e67e1571dd834bd5ca63021fafe2038b5053 (patch)
tree840977c52e78fc6f113a2318ad6f9b814ac18e1f /depo/hidor-kahih/configuration.nix
parent62f6a0a30b9a99288b205160f518b737d0286c3b (diff)
try to passthru deluge web console port
not sure if this will work, but worth a try
Diffstat (limited to 'depo/hidor-kahih/configuration.nix')
-rw-r--r--depo/hidor-kahih/configuration.nix9
1 files changed, 7 insertions, 2 deletions
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;
};