From ae6883dd6cd83d6795f81d5b226c4ceca13384a4 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 26 Feb 2022 15:57:11 -0800 Subject: [PATCH] Include IPv6 CIDR in blocklist for testing - updated comments in `blocklist.txt` to include references to CIDRs & how they're handled - updated webpage to include description of the upcoming metrics for the blocklist --- k8s/document_root/index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/k8s/document_root/index.html b/k8s/document_root/index.html index 73eae7c..5ac8688 100644 --- a/k8s/document_root/index.html +++ b/k8s/document_root/index.html @@ -278,6 +278,7 @@ dig @ns-gce.nono.io version.status.sslip.io txt +short dig @ns-aws.sslip.io metrics.status.sslip.io txt +short "Uptime (seconds): 13486" "Key-value store: etcd" + "Blocklist: 2022-02-26 10:54:21-08 2,1" "Queries: 550488" "Queries/second: 40.8" "AnsQueries: 149974" @@ -296,6 +297,14 @@ dig @ns-aws.sslip.io metrics.status.sslip.io txt +short
This can be one of two values: "builtin" and "etcd". "builtin" means any changes to key/value are limited to that specific DNS server. "etcd" means changes are propagated to all servers whose key-value store is "etcd"
+
Blocklist
+
+ The first value ("2022-02-26 10:54:21-08") is the date the blocklist was last downloaded. The following two + numbers are the number of string matches that are blocked (e.g. "raiffeisen" is a string that is blocked if + it appears in the queried hostname) and the number of CIDR matches that are blocked (e.g. "43.134.66.67/24" + is blocked). The blocklist can be found here +
Queries
The raw number of DNS queries that the server has responded to since starting operation
Queries/second