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:
Colin 2024-06-17 23:16:00 +00:00
parent 9b794777b5
commit fce426c318

View File

@ -106,8 +106,6 @@ in
hn = {
substitutions = mkSubstitutions "hn";
listenAddrsIpv4 = [ nativeAddrs."servo.hn" ];
# TODO: no reason this can't live on port 53
port = 1053;
};
lan = {
substitutions = mkSubstitutions "lan";