summaryrefslogtreecommitdiff
path: root/config/router.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-08 23:38:44 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-08 23:38:44 -0500
commitaf7ac78b9715b37dc3b887c0ebb16ba36f0ec227 (patch)
treefaa0b09d21afe72d88102841338c4190d99217e2 /config/router.nix
parent013e7064626128039188db947e17962ef39fb910 (diff)
ap2 scrape
Diffstat (limited to 'config/router.nix')
-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;