Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-09 17:20:56 +03:00
parent 26550cddc9
commit a796ef0a01

View File

@ -75,10 +75,10 @@ echo "# Copying assets..."
@ pct-push-r $ID ./assets / @ pct-push-r $ID ./assets /
#echo "# Setup: wireguard server..." #echo "# Setup: wireguard server..."
@ lxc-attach $ID -- make server @ lxc-attach $ID -- bash -c 'cd /root && make server'
echo "# Setup: wireguard default profile..." echo "# Setup: wireguard default profile..."
@ lxc-attach $ID -- bash -c "\ @ lxc-attach $ID -- bash -c "cd /root && \
ENDPOINT_PORT=51820 ENDPOINT_PORT=51820
ENDPOINT=${DOMAIN} ENDPOINT=${DOMAIN}
CLIENT_IP=10.42.0.1/32 CLIENT_IP=10.42.0.1/32