mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-26 00:52:28 +00: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…
x
Reference in New Issue
Block a user