mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f5bc6ce095
commit
8ae33ab734
@ -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:"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user