WireGuard DNS-Fix: PiHole primaer, Stub-Resolver umgehen
- DNS in allen WireGuard-Configs: 10.47.11.20 (PiHole) + 10.47.11.1 (Fritz!Box Fallback), redundantes PiHole auf .21 entfernt - resolv.conf Symlink auf upstream statt stub (127.0.0.53), da systemd-resolved mit WireGuard DNS catch-all (~.) nicht funktioniert Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4c2fa87209
commit
351a3d5ffe
8 changed files with 10 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
PrivateKey = CHIzDLQ2Sla/aH591a+OlvG9bjyGDq/toh+NYE6wPFo=
|
||||
ListenPort = 51820
|
||||
Address = 10.13.13.4/24
|
||||
DNS = 10.47.11.21,10.47.11.20
|
||||
DNS = 10.47.11.20,10.47.11.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = mp0YKEjsUbnld3aTAnF6cSzTfixhZETQCoKiFHIcF30=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue