Explorar el Código

restart unbound with vpn

Blaine Story hace 2 años
padre
commit
1fb6a1381d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      plays/restart-vpn.yml

+ 5 - 0
plays/restart-vpn.yml

@@ -31,3 +31,8 @@
       systemd:
         name: wg-quick@{{ wg_interface }}
         state: restarted
+
+    - name: Restart unbound
+      systemd:
+        name: unbound
+        state: restarted