Forráskód Böngészése

restart unbound with vpn

Blaine Story 2 éve
szülő
commit
1fb6a1381d
1 módosított fájl, 5 hozzáadás és 0 törlés
  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