kube transfer to single-node host

This commit is contained in:
2024-07-08 10:39:56 -04:00
parent d1afa569cc
commit 887df21477
69 changed files with 1675 additions and 2009 deletions

25
vpn/README.md Normal file
View File

@@ -0,0 +1,25 @@
# VPN
## PiVPN
<https://www.pivpn.io/>
1. You'll need to configure systemd-networkd to not use ipv6 privacy extensions
/etc/systemd/network/05-end0.conf
```conf
[Match]
Name=end0
[Network]
DHCP=yes
IPv6PrivacyExtensions=false
IPv6AcceptRA=true
```
2. Install pivpn
```bash
curl -L https://install.pivpn.io | bash
```