add pihole dns to wireguard tunnel
This commit is contained in:
parent
ab6ac92dc1
commit
77d89d3610
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
wireguard_interfaces:
|
wireguard_interfaces:
|
||||||
- name: home
|
- name: home
|
||||||
address: "10.225.191.4/24, fd11:5ee:bad:c0de::4/64"
|
address: "10.225.191.4/24, fd11:5ee:bad:c0de::4/64"
|
||||||
dns: "192.168.10.1"
|
dns: "192.168.30.8"
|
||||||
peer_public_key: "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg="
|
peer_public_key: "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg="
|
||||||
endpoint: "84.245.14.149:51820"
|
endpoint: "84.245.14.149:51820"
|
||||||
allowed_ips: "0.0.0.0/0, ::0/0"
|
allowed_ips: "0.0.0.0/0, ::0/0"
|
||||||
|
|
Reference in a new issue