updated openvpn_server state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8aa83544b9
commit
ca43b00bcf
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user