From b16f7fc87684708da64cd920d5c5dd790dac0424 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Fri, 14 Feb 2025 04:30:02 +0300 Subject: [PATCH] fix typing --- models/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/config.go b/models/config.go index 4e26ea0..bc077f4 100644 --- a/models/config.go +++ b/models/config.go @@ -17,7 +17,7 @@ type DNSProxy struct { Host DNSProxyServer `yaml:"host"` Upstream DNSProxyServer `yaml:"upstream"` DisableRemap53 bool `yaml:"disableRemap53"` - DisableFakePTR bool `yaml:"disableDropPTR"` + DisableFakePTR bool `yaml:"disableFakePTR"` DisableDropAAAA bool `yaml:"disableDropAAAA"` }