aboutsummaryrefslogtreecommitdiffstats
path: root/roles/wireguard/templates/hostname.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/wireguard/templates/hostname.j2')
-rw-r--r--roles/wireguard/templates/hostname.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/wireguard/templates/hostname.j2 b/roles/wireguard/templates/hostname.j2
index 8938320..aca3b03 100644
--- a/roles/wireguard/templates/hostname.j2
+++ b/roles/wireguard/templates/hostname.j2
@@ -1,7 +1,6 @@
inet 10.10.0.1 255.255.255.0
inet6 fd00:10:10::1
-!/usr/local/bin/wireguard-go -f tun0 &
-!/bin/sleep 2
+#!/usr/local/bin/wireguard-go -f tun0 &
!/usr/local/bin/wg setconf tun0 /etc/wireguard/{{ global.dcontroller }}.conf
!/bin/sleep 2
!/sbin/route add -inet 10.10.0.0/24 10.10.0.1
remember that computers suck.