Skip to content

Commit

Permalink
feat(icos): Open up public telemetry port.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFINITYManu committed Feb 19, 2024
1 parent 85d174e commit 04fb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-os/hostos/rootfs/etc/nftables.conf
Expand Up @@ -171,7 +171,7 @@ table ip6 filter {
}

chain metrics_proxy {
ct state { new } add @rate_limit { ip6 saddr limit rate over 100/minute } comment "Maximum 100 connections per minute"
ct state { new } add @rate_limit { ip6 saddr limit rate over 100/minute } drop comment "Maximum 100 connections per minute"
ct state { new } add @connection_limit { ip6 saddr ct count over 2 } drop comment "No more than 2 connections per source at a time"
accept
}
Expand Down

0 comments on commit 04fb976

Please sign in to comment.