1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-08-29 14:01:58 +03:00

Merge pull request #402 from Indemnity83/patch-2

Fix address validation rule to allow 'all' keyword
This commit is contained in:
jc21
2020-05-20 21:16:11 +10:00
committed by GitHub

View File

@@ -35,7 +35,7 @@
},
{
"type": "string",
"pattern": "^any$"
"pattern": "^all$"
}
]
},