Skip to content

Commit 9b90505

Browse files
authored
Fix unaccepted network str (#279)
1 parent ec73e93 commit 9b90505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zerotier/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ options:
2828
api_auth_token: ""
2929
schema:
3030
networks:
31-
- match(^!secret [a-zA-Z0-9_\-]+$|[0-9a-z]{16})
31+
- str
3232
api_auth_token: str
3333
log_level: list(trace|debug|info|notice|warning|error|fatal)?

0 commit comments

Comments
 (0)