fix cidr validation & suport exit node setting

This commit is contained in:
2022-08-24 02:03:13 +06:00
parent 4f0e62de9f
commit 9ab22c99c9
4 changed files with 12 additions and 5 deletions

View File

@ -11,7 +11,7 @@
"autoApprovers": {
"routes": {
%{~ for route in routes ~}
"${route}": ["group:admin", "${tag}"],
"${route}": ["${tag}"],
%{~ endfor ~}
},
"exitNode": ["${tag}"]