From d6a059e395a3998421649014c7b1175a4075ef61 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Fri, 26 Feb 2021 15:52:52 +0300 Subject: [PATCH] Pull request: openapi: add missing property Merge in DNS/adguard-home from fix-openapi to master Squashed commit of the following: commit 24efa5732b327d179f07cbf67fbe8df6ee1b9477 Author: Ainar Garipov Date: Fri Feb 26 15:42:56 2021 +0300 openapi: add missing property --- openapi/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 5de5a607..5892d704 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1279,6 +1279,8 @@ 'type': 'string' 'edns_cs_enabled': 'type': 'boolean' + 'disable_ipv6': + 'type': 'boolean' 'dnssec_enabled': 'type': 'boolean' 'cache_size':