mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +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…
Reference in New Issue
Block a user