updated openvpn_server state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2023-06-18 13:48:36 +02:00
parent 8aa83544b9
commit ca43b00bcf
2 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@ openvpn-server-install:
openvpn-server-ccd-dir: openvpn-server-ccd-dir:
file.directory: file.directory:
- name: /etc/openvpn/ccd/ - name: /etc/openvpn/ccd
- mode: 0600 - mode: 0755

View File

@ -44,7 +44,7 @@ route {{ route.ip }} {{ route.netmask }} {{ route.hop }}
{% for route in routes -%} {% for route in routes -%}
push "route {{ route.ip }} {{ route.netmask }} {{ route.hop }}" push "route {{ route.ip }} {{ route.netmask }} {{ route.hop }}"
{% endfor -%} {% endfor -%}
push "dhcp-option DNS {{ dns|join(" ") }}" #push "dhcp-option DNS {{ dns|join(" ") }}"
# IPv6 # IPv6
#server-ipv6 2a01:e0a:97:8311::/64 #server-ipv6 2a01:e0a:97:8311::/64