Add global rate limiting

This commit is contained in:
2026-02-10 09:07:43 -06:00
parent 10c3898b0b
commit 473b776166
5 changed files with 484 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
port = 35893;
settings = {
dns = {
base_domain = "vpn.matri.cx";
base_domain = "ts.matri.cx";
nameservers.global = ["192.168.0.130" "1.1.1.1"];
};
logtail.enabled = false;