Make netlist configurable

This commit is contained in:
Maximilian Friedersdorff 2025-12-11 21:34:33 +00:00
parent 63405b6dc2
commit 55c7e00ad6
3 changed files with 29 additions and 19 deletions

View file

@ -68,6 +68,7 @@ type Config struct {
RedirectURL string `toml:"redirect_url"`
UserinfoURL string `toml:"userinfo_url"`
}
AnonCIDRs []string `toml:"anon_networks"`
}
var (