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:
parent
be47f4fb51
commit
71e0cf147a
1 changed files with 3 additions and 1 deletions
|
@ -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 }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue