diff options
author | Ben Sima <ben@bsima.me> | 2022-08-25 08:56:43 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-08-25 08:56:43 -0400 |
commit | e96c147896f12e2f5c171f980b2d2d84407fdb3c (patch) | |
tree | 01889339c3ef865ef3517b7388b56c049e0de2c0 /Biz/Cloud | |
parent | 2c7a85de18eb46d8afb449e4784720eb7c284e55 (diff) |
Prototype DNS support locally
This works when I route from lithium, including with 'dig', but when I try to
'dig @lithium router.home' from helium, for example, it times out. So my thought
is that the firewall is blocking, but that doesn't seem to be the problem. So
maybe my router is doing something? Hopefully when I migrate this to my APU
router this will all just work, but idk.
Diffstat (limited to 'Biz/Cloud')
-rw-r--r-- | Biz/Cloud/Ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index 049ca13..18c5f3a 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -3,6 +3,7 @@ bitcoind = 8333; dandel-rovbur = 8080; delugeWeb = 8112; + dns = 53; dragons = 8095; et = 2022; gemini = 1965; |