fix typing
All checks were successful
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 56s
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 42s
Build and Package OPKG / Build for armv7-2.6 (push) Successful in 41s
Build and Package OPKG / Build for armv7-3.2 (push) Successful in 41s
Build and Package OPKG / Build for mips-3.4 (push) Successful in 41s
Build and Package OPKG / Build for mipsel-3.4 (push) Successful in 44s
All checks were successful
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 56s
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 42s
Build and Package OPKG / Build for armv7-2.6 (push) Successful in 41s
Build and Package OPKG / Build for armv7-3.2 (push) Successful in 41s
Build and Package OPKG / Build for mips-3.4 (push) Successful in 41s
Build and Package OPKG / Build for mipsel-3.4 (push) Successful in 44s
This commit is contained in:
parent
baab8eca40
commit
b16f7fc876
@ -17,7 +17,7 @@ type DNSProxy struct {
|
|||||||
Host DNSProxyServer `yaml:"host"`
|
Host DNSProxyServer `yaml:"host"`
|
||||||
Upstream DNSProxyServer `yaml:"upstream"`
|
Upstream DNSProxyServer `yaml:"upstream"`
|
||||||
DisableRemap53 bool `yaml:"disableRemap53"`
|
DisableRemap53 bool `yaml:"disableRemap53"`
|
||||||
DisableFakePTR bool `yaml:"disableDropPTR"`
|
DisableFakePTR bool `yaml:"disableFakePTR"`
|
||||||
DisableDropAAAA bool `yaml:"disableDropAAAA"`
|
DisableDropAAAA bool `yaml:"disableDropAAAA"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user