add: default allowed-ips for new clients creations

This commit is contained in:
Paul Fournet 2022-04-04 13:44:15 +00:00
parent 026bca5078
commit c9a7bdf018
5 changed files with 7 additions and 2 deletions

View file

@ -17,6 +17,7 @@ var (
EmailContent string
SessionSecret []byte
ClientMTU int
AllowedIPs string
)
const (