wg-quick DNS= setzt catch-all (~.) ueber resolvconf, was systemd-resolved Stub-Resolver blockiert. Flatpak-Apps (Brave, PrusaSlicer) koennen 127.0.0.53 nicht erreichen und haben kein DNS. Fix: PostUp/PostDown mit resolvectl fuer korrektes Interface-basiertes DNS. resolv.conf zeigt auf stub-resolv.conf.
13 lines
No EOL
414 B
Text
Executable file
13 lines
No EOL
414 B
Text
Executable file
[Interface]
|
|
PrivateKey = sIxh2D50+9bpWe6O6ezrfybW9Iy6QKcrwr9hmFpuGn0=
|
|
ListenPort = 51820
|
|
Address = 10.13.13.8/24
|
|
PostUp = resolvectl dns %i 10.47.11.20 10.47.11.1
|
|
PostDown = resolvectl revert %i
|
|
|
|
[Peer]
|
|
PublicKey = 7WrqHPof31gcCYMjLWPoP1EIxPR2896/3KL1pQ3YZGs=
|
|
PresharedKey = JNq27UrO94P1eSBWfID4TsgQXNKa/PhAKquIHtsq89w=
|
|
AllowedIPs = 10.47.11.0/24,10.13.13.0/24
|
|
Endpoint = 24.134.39.137:443
|
|
PersistentKeepalive = 25 |