mirror of
https://github.com/jwhited/wgsd.git
synced 2025-04-04 11:09:31 +08:00
implements option to only propogate subnets
This commit is contained in:
parent
2bca63ac8a
commit
05890efee9
3
setup.go
3
setup.go
@ -39,7 +39,10 @@ func parse(c *caddy.Controller) (Zones, error) {
|
|||||||
z[zone.name] = zone
|
z[zone.name] = zone
|
||||||
|
|
||||||
for c.NextBlock() {
|
for c.NextBlock() {
|
||||||
|
zone.onlySubnets = false
|
||||||
switch c.Val() {
|
switch c.Val() {
|
||||||
|
case "only-propagate-subnets":
|
||||||
|
zone.onlySubnets = true
|
||||||
case "self":
|
case "self":
|
||||||
// self [endpoint] [allowed-ips ... ]
|
// self [endpoint] [allowed-ips ... ]
|
||||||
zone.serveSelf = true
|
zone.serveSelf = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user