Skip to content
Snippets Groups Projects
Commit 68710a7e authored by skorpy's avatar skorpy :construction_worker:
Browse files

update IPv4 prefix

parent 3417bb81
No related branches found
No related tags found
No related merge requests found
Pipeline #43205 passed
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9324) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9324) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
......@@ -4,7 +4,7 @@
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9167) daddr ({{ listen4 }} {{ listen6 }}) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9167) daddr ({{ listen4 }} {{ listen6 }}) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9281) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9281) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9433) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9433) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
......@@ -39,7 +39,7 @@ server {
allow ::1/128;
# allow prometheus
allow 185.206.209.130/32;
allow 45.157.8.66/32;
allow 2a0f:3786:11:7::1/128;
# drop rest
deny all;
......
......@@ -39,7 +39,7 @@ server {
allow ::1/128;
# allow prometheus
allow 185.206.209.130/32;
allow 45.157.8.66/32;
allow 2a0f:3786:11:7::1/128;
# drop rest
deny all;
......
......@@ -10,9 +10,9 @@ geo $prometheusAuth {
2a0f:3786:11:7::1 "off";
::1/128 "off";
127.0.0.0/8 "off";
185.206.209.130 "off";
45.157.8.66 "off";
2a0f:3786:11:ff00::/56 "off";
185.206.209.180 "off";
45.157.8.71 "off";
2a0f:3786:11:d::1 "off";
}
......
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9100) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9100) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
domain (ip ip6) {
table filter {
chain INPUT {
proto tcp dport (9131) saddr (185.206.209.130 2a0f:3786:11:7::1) ACCEPT;
proto tcp dport (9131) saddr (45.157.8.66 2a0f:3786:11:7::1) ACCEPT;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment