diff --git a/netmaker/config.yaml b/netmaker/config.yaml index 78ae942..b65fc36 100644 --- a/netmaker/config.yaml +++ b/netmaker/config.yaml @@ -40,7 +40,7 @@ schema: log_level: list(trace|debug|info|notice|warning|error|fatal) host_name: str? port: int(0,65535)? - interface: "match(^netmaker[a-zA-Z0-9_-]*$)?" + interface: "match(^(?:netmaker[a-zA-Z0-9_-]*)?$)?" endpoint: str? endpoint6: str? - firewall: list(iptables|nftables)? + firewall: "match(^(?:iptables|nftables)?$)?"