Forwarding host should be anyOf not oneOf

Should fix #1354
This commit is contained in:
Björn Heinrichs 2021-08-31 19:27:43 +02:00 committed by GitHub
parent fee87a44d6
commit 6f2b4fdf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
"maximum": 65535
},
"forwarding_host": {
"oneOf": [
"anyOf": [
{
"$ref": "../definitions.json#/definitions/domain_name"
},