mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Merge pull request #402 from Indemnity83/patch-2
Fix address validation rule to allow 'all' keyword
This commit is contained in:
commit
c3d88c83e3
@ -35,7 +35,7 @@
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"pattern": "^any$"
|
||||
"pattern": "^all$"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user