mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 05:28:24 +00:00
Merge pull request #2597 from pi-hole/fix/interface_comment
Fix `dns.interface` comment
This commit is contained in:
@@ -521,7 +521,7 @@ void initConfig(struct config *conf)
|
||||
conf->dns.dnssec.d.b = false;
|
||||
|
||||
conf->dns.interface.k = "dns.interface";
|
||||
conf->dns.interface.h = "Interface to use for DNS (see also dnsmasq.listening.mode) and DHCP (if enabled). Leave empty for auto-detection.";
|
||||
conf->dns.interface.h = "Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). Leave empty for auto-detection.";
|
||||
conf->dns.interface.a = cJSON_CreateStringReference("a valid interface name");
|
||||
conf->dns.interface.t = CONF_STRING;
|
||||
conf->dns.interface.f = FLAG_RESTART_FTL;
|
||||
|
||||
@@ -184,8 +184,8 @@
|
||||
# true or false
|
||||
dnssec = true ### CHANGED, default = false
|
||||
|
||||
# Interface to use for DNS (see also dnsmasq.listening.mode) and DHCP (if enabled).
|
||||
# Leave empty for auto-detection.
|
||||
# Interface to use for DNS (see also dns.listeningMode) and DHCP (if enabled). Leave
|
||||
# empty for auto-detection.
|
||||
#
|
||||
# Allowed values are:
|
||||
# a valid interface name
|
||||
|
||||
Reference in New Issue
Block a user