Browse Source

restart unbound with vpn

Blaine Story 2 năm trước cách đây
mục cha
commit
1fb6a1381d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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