Skip to content

Commit

Permalink
Merge pull request #1968 from nagua/patch-1
Browse files Browse the repository at this point in the history
openvpn: T4402: Update openvpn server.conf.j2
  • Loading branch information
dmbaturin committed Apr 24, 2023
2 parents 59400fb + c60e364 commit 728aa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/openvpn/server.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ server-ipv6 {{ subnet }}
{% endif %}

{% if server.client_ip_pool is vyos_defined and server.client_ip_pool.disable is not vyos_defined %}
ifconfig-pool {{ server.client_ip_pool.start }} {{ server.client_ip_pool.stop }}{{ server.client_ip_pool.subnet_mask if server.client_ip_pool.subnet_mask is vyos_defined }}
ifconfig-pool {{ server.client_ip_pool.start }} {{ server.client_ip_pool.stop }} {{ server.client_ip_pool.subnet_mask if server.client_ip_pool.subnet_mask is vyos_defined }}
{% endif %}
{% if server.max_connections is vyos_defined %}
max-clients {{ server.max_connections }}
Expand Down

0 comments on commit 728aa02

Please sign in to comment.