OpenVPN ๊ณต์ ์ปค๋ฎค๋ํฐ์์๋ ์๋์ ๊ฐ์ด no ์ค์ ํ๋ผ๊ณ ํ๋ค.
Asymmetric Compression is the default behaviour in OpenVPN 2.5
--allow-compression and it comes in three flavours:
asym (default in OpenVPN 2.5) - Use this.
no
yes - Use this if you really do need compression AND you understand the Risk you are taking.
Asymmetric Compression in asym mode means that:
This node can receive compressed data but it will not send compressed data.
Example configurations:
Recommended: Remove all --comp-lzo and --compress options from your Server and Client configs.
Disable compression: Use --allow-compression no in your Server config.
Asymmetric compression:
Server use --allow-compression yes and --compress lz4
Client use --allow-compression asym and --compress lz4 This will cause the Server to send compressed data but the Client will only send uncompressed data.