Skip to content
Discussion options

You must be logged in to vote

Found an answer through StackExchange:

The RasPi running Blocky needs to have incoming connections from your network to port 53 (both TCP and UDP) allowed. The fact that dig is receiving timeouts rather than active rejections suggests there is a firewall rule on either your laptop or the RasPi that is blocking the DNS connections from the laptop to Blocky.

So I had to add the following to my Nix configuration:

  networking.firewall.allowedTCPPorts = [ 53 ];
  networking.firewall.allowedUDPPorts = [ 53 ];

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Vinnl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant