Skip to content

Commit 27eb888

Browse files
committed
Notes
1 parent 4b09030 commit 27eb888

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Using wireguard:
159159
sudo systemctl enable wg-quick@peerN --now
160160
```
161161

162+
I have aliases `wgup` and `wgdown` for this in my `.bashrc`.
163+
162164
## IPv6
163165

164166
Some references I encountered while rolling out ipv6.
@@ -173,6 +175,7 @@ Some references I encountered while rolling out ipv6.
173175
* [You might have to disable some firewall stuff on the upstream ISP gateway](https://community.ui.com/questions/Allow-HTTPs-over-IPv6-in-firewall-Edgemax/c5f00707-4476-4b1b-91d4-7391f73aafa6)
174176
* [Disable ISP IPv6 DNS](https://kazoo.ga/dhcpv6-pd-for-native-ipv6/#)
175177
* `no-dns` in `interface` config for `rdnss`
178+
* I have not been able to get wireguard to route ipv6 traffic under slirp4netns (rootlesss). As a result, it is not possible to connect to wireguard via an ipv6 endpoint. Wireguard for ios prefers ipv4, but the desktop client prefers ipv6. Recommend creating an ipv4-only DNS record such as `wireguard4.domain.com` to force ipv4.
176179

177180
## Other useful nonsense
178181

docs/pihole-dnsmasq.md

+4
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,7 @@ firewall {
205205
}
206206
}
207207
```
208+
209+
## Adguard Home
210+
211+
You can specify your router's IP for LAN reverse resolution inside adguard.

0 commit comments

Comments
 (0)