mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
unbound: fix local dns synthesis corner cases
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ create_interface_dns() {
|
||||
# Create local-data: references for this hosts interfaces (router).
|
||||
config_get logint "$cfg" interface
|
||||
config_get_bool ignore "$cfg" ignore 0
|
||||
network_get_device ifname "$cfg"
|
||||
network_get_device ifname "$logint"
|
||||
|
||||
ifdashname="${ifname//./-}"
|
||||
ipcommand="ip -o address show $ifname"
|
||||
|
||||
Reference in New Issue
Block a user