1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Comment out DNS line in /etc/systemd/network/IIAB-Bridge.network as it is causing race issues #1747

This commit is contained in:
Anish Mangal 2019-06-25 20:03:29 +05:30
parent be47f4fb51
commit 71e0cf147a

View file

@ -5,7 +5,9 @@ Name=br0
[Network]
Address={{ lan_ip }}/19
LinkLocalAddressing=no
DNS={{ lan_ip }}
# Commenting the below line as it has been causing race/looping issues between dnsmasq and systemd-resolved
# IIAB ticket #1747
#DNS={{ lan_ip }}
Domains={{ iiab_domain }}