servo: trust-dns: expose the hn DNS server on port 53
nothing i had was *expecting* it to be on port 1053, and it was just never working (?)
This commit is contained in:
@@ -106,8 +106,6 @@ in
|
|||||||
hn = {
|
hn = {
|
||||||
substitutions = mkSubstitutions "hn";
|
substitutions = mkSubstitutions "hn";
|
||||||
listenAddrsIpv4 = [ nativeAddrs."servo.hn" ];
|
listenAddrsIpv4 = [ nativeAddrs."servo.hn" ];
|
||||||
# TODO: no reason this can't live on port 53
|
|
||||||
port = 1053;
|
|
||||||
};
|
};
|
||||||
lan = {
|
lan = {
|
||||||
substitutions = mkSubstitutions "lan";
|
substitutions = mkSubstitutions "lan";
|
||||||
|
Reference in New Issue
Block a user