From a6e19f816e78d4ae2ed22988edf67a48d00c6b00 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 2 Jan 2017 10:50:44 +0100 Subject: All hosts run at least openvpn 2.1 --- Generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generate b/Generate index 35fa9df..6eff8d3 100755 --- a/Generate +++ b/Generate @@ -700,7 +700,7 @@ hostlist.each{ |host| conffile.puts "comp-lzo" conffile.puts "keepalive 7 30" conffile.puts "verb 3" - conffile.puts "script-security 2" if host['openvpn'] == '2.1' + conffile.puts "script-security 2" conffile.puts "redirect-gateway def1" if host['default-via'] and host['default-via'] == peer['name'] conffile.close -- cgit v1.2.3