Repos lokal klonen vor Setup, WireGuard automatisch deployen
- setup.sh klont macbook-setup + dotfiles-rene lokal (Credentials einmalig im interaktiven Terminal statt im Autostart) - setup-base.sh nutzt lokale Dateien wenn vorhanden (wget-Fallback fuer Autoinstall bleibt erhalten), deployed WireGuard-Config - wireguard/ aus .gitignore entfernt, Configs werden getrackt - WireGuard aus manueller Checkliste entfernt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f6e7807d19
commit
4c2fa87209
12 changed files with 164 additions and 26 deletions
12
wireguard/iPadR.conf
Executable file
12
wireguard/iPadR.conf
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
[Interface]
|
||||
PrivateKey = CHIzDLQ2Sla/aH591a+OlvG9bjyGDq/toh+NYE6wPFo=
|
||||
ListenPort = 51820
|
||||
Address = 10.13.13.4/24
|
||||
DNS = 10.47.11.21,10.47.11.20
|
||||
|
||||
[Peer]
|
||||
PublicKey = mp0YKEjsUbnld3aTAnF6cSzTfixhZETQCoKiFHIcF30=
|
||||
PresharedKey = OSjgUUR8mGAmIAmadioA4RYGluN3ROE5qxfhttyQlvg=
|
||||
AllowedIPs = 10.47.11.0/24,10.13.13.0/24
|
||||
Endpoint = 24.134.39.137:443
|
||||
PersistentKeepalive = 25
|
||||
Loading…
Add table
Add a link
Reference in a new issue