Make netlist configurable
This commit is contained in:
parent
63405b6dc2
commit
55c7e00ad6
3 changed files with 29 additions and 19 deletions
|
|
@ -68,6 +68,7 @@ type Config struct {
|
|||
RedirectURL string `toml:"redirect_url"`
|
||||
UserinfoURL string `toml:"userinfo_url"`
|
||||
}
|
||||
AnonCIDRs []string `toml:"anon_networks"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue