Skip to content

Instantly share code, notes, and snippets.

@calumchisholm
Created November 3, 2025 09:25
Show Gist options
  • Select an option

  • Save calumchisholm/1b51a43321e7bbcb4e872f152aca2f58 to your computer and use it in GitHub Desktop.

Select an option

Save calumchisholm/1b51a43321e7bbcb4e872f152aca2f58 to your computer and use it in GitHub Desktop.
Running pihole on truenas

Truenas uses incus on port 53 for internal dns resolution. This clashes with pihole.

From the truenas shell, run the following command to change the port used by incus.

sudo incus network set incusbr0 raw.dnsmasq="port=5354"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment