Falsche Peer-PublicKeys in m16/m13 WireGuard-Configs korrigiert
- m16.conf/m13.conf: Peer-PublicKey war der eigene statt der des Servers, dadurch wurde kein Peer geladen und DNS/VPN funktionierte nicht - setup-base.sh: AllowedIPs Komma→Semikolon fuer NM-Format Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
13177aba11
commit
f35bed5598
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ ListenPort = 51820
|
|||
Address = 10.13.13.7/24
|
||||
|
||||
[Peer]
|
||||
PublicKey = J/dD1t3Bo9Zbcvxg6PvGP78kgMlL4s4yYfrUMpcoS2w=
|
||||
PublicKey = mp0YKEjsUbnld3aTAnF6cSzTfixhZETQCoKiFHIcF30=
|
||||
PresharedKey = vReUFqlQoOG1eUMTje+F2OOtgisgp/vNsDyx6lq3KXE=
|
||||
AllowedIPs = 10.47.11.0/24,10.13.13.0/24
|
||||
Endpoint = 24.134.39.137:443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue