mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] dnsmasq conf: remove 'resolv-file' line.
- there is no file specified for this line. - dns resolution isn't working on some cases: - metronome could not works. - https://forum.yunohost.org/t/xmpp-cant-connect-to-conference-yunohost-org/2142
This commit is contained in:
parent
4b9e2ffbbc
commit
20378fc2fc
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
resolv-file=
|
||||
address=/{{ domain }}/{{ ip }}
|
||||
txt-record={{ domain }},"v=spf1 mx a -all"
|
||||
mx-host={{ domain }},{{ domain }},5
|
||||
|
|
Loading…
Add table
Reference in a new issue