浏览代码

restart unbound with vpn

Blaine Story 2 年之前
父节点
当前提交
1fb6a1381d
共有 1 个文件被更改,包括 5 次插入0 次删除
  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