Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 980aaff

Browse files
author
François Kooman
committed
1 parent 919e17b commit 980aaff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/fkooman/VPN/Server/Config/ServerConfig.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ public function get(array $serverConfig)
7171
'push "tun-ipv6"',
7272

7373
'topology subnet',
74-
# enable comp-lzo
75-
'comp-lzo yes',
76-
'push "comp-lzo yes"',
74+
# disable compression
75+
'comp-lzo no',
76+
'push "comp-lzo no"',
7777
'persist-key',
7878
'persist-tun',
7979
'verb 3',

0 commit comments

Comments
 (0)