cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-10 06:49:14 +03:00
parent f5bc6ce095
commit 8ae33ab734

View File

@ -93,10 +93,7 @@ echo "# Copying assets..."
@ lxc-attach $ID -- bash -c 'cd /root && make server'
echo "# Setup: wireguard default profile..."
@ lxc-attach $ID -- bash -c "cd /root && \
CLIENT_IP=10.42.0.1/32 \
ALLOWED_IPS=0.0.0.0/0 \
make default.client"
@ lxc-attach $ID -- bash -c "cd /root && make default.client"
@ lxc-attach $ID -- chmod 600 /etc/wireguard/wg0.conf
echo "# client config:"