networking: fix typo in resolvconf option edns0
This commit is contained in:
parent
664d1d6dc9
commit
ab90eac835
@ -13,7 +13,7 @@ let
|
|||||||
|
|
||||||
resolvconfOptions = cfg.resolvconfOptions
|
resolvconfOptions = cfg.resolvconfOptions
|
||||||
++ optional cfg.dnsSingleRequest "single-request"
|
++ optional cfg.dnsSingleRequest "single-request"
|
||||||
++ optional cfg.dnsExtensionMechanism "ends0";
|
++ optional cfg.dnsExtensionMechanism "edns0";
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user