Wireguard initial setup

This commit is contained in:
Maciej Lebiest 2023-08-01 16:28:44 +02:00
parent 15383a8418
commit d5b35cdbef
3 changed files with 38 additions and 0 deletions

3
wireguard/entrypoint.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
wg-quick up /data/wg0.conf && exec sleep infinity