From af7ac78b9715b37dc3b887c0ebb16ba36f0ec227 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 8 Mar 2021 23:38:44 -0500 Subject: ap2 scrape --- config/router.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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; -- cgit v1.2.3