openvpn: make comp_lzo a parameter
[librecmc/librecmc.git] / package / network / services / openvpn / files / openvpn.config
index 4a1f66733a55e26a1c7e966e8df2acdf9bddb92a..5cf0ba6be6ef7e25f0c28f3ea3e8798f36606b0b 100644 (file)
@@ -241,7 +241,7 @@ config openvpn sample_server
        # Enable compression on the VPN link.
        # If you enable it here, you must also
        # enable it in the client config file.
-       option comp_lzo 1
+       option comp_lzo yes
 
        # The maximum number of concurrently connected
        # clients we want to allow.
@@ -389,7 +389,7 @@ config openvpn sample_client
        # Enable compression on the VPN link.
        # Don't enable this unless it is also
        # enabled in the server config file.
-       option comp_lzo 1
+       option comp_lzo yes
 
        # Set log file verbosity.
        option verb 3