mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1773 from m-anish/dnsmasq-systemd-resolved-race
Fix #1747 | dnsmasq and systemd-resolved race issues
This commit is contained in:
commit
4b4d3498ee
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
Reference in a new issue