summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/router.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/router.nix b/config/router.nix
index 735b1b2..87bda38 100644
--- a/config/router.nix
+++ b/config/router.nix
@@ -72,6 +72,8 @@ in
interface $DEV_LAN @subchain "lan_services" {
proto (tcp udp) dport (ssh domain bootpc bootps) ACCEPT;
proto tcp dport (http https) ACCEPT;
+ # prometheus temp rule
+ proto tcp dport 11112 ACCEPT;
# RTMP streaming
proto (tcp udp) dport 1935 ACCEPT;