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
This commit is contained in:
parent
384f44441b
commit
75de3c203b
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ ListenPort = 51820
|
|||
Address = 10.13.13.8/24
|
||||
|
||||
[Peer]
|
||||
PublicKey = 7WrqHPof31gcCYMjLWPoP1EIxPR2896/3KL1pQ3YZGs=
|
||||
PublicKey = mp0YKEjsUbnld3aTAnF6cSzTfixhZETQCoKiFHIcF30=
|
||||
PresharedKey = JNq27UrO94P1eSBWfID4TsgQXNKa/PhAKquIHtsq89w=
|
||||
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