Explorar el Código

Allow both TCP and UDP port 53 for DNS lookups through OpenVPN

Justin Plock hace 10 años
padre
commit
3b0308d69e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      roles/common/tasks/ufw.yml

+ 1
- 1
roles/common/tasks/ufw.yml Ver fichero

@@ -11,7 +11,7 @@
11 11
   changed_when: "ufw_result.stdout.startswith('Rule')"
12 12
   with_items:
13 13
     - smtp/tcp
14
-    - domain/tcp
14
+    - domain
15 15
     - http/tcp
16 16
     - https/tcp
17 17
     - ssh/tcp

Loading…
Cancelar
Guardar