Browse Source

Comment copyediting

Allen Riddell 9 years ago
parent
commit
6cc6756ce1
1 changed files with 5 additions and 6 deletions
  1. 5
    6
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 5
- 6
roles/vpn/templates/etc_openvpn_server.conf.j2 View File

306
 # category will be output to the log.
306
 # category will be output to the log.
307
 ;mute 20
307
 ;mute 20
308
 
308
 
309
-# Openvpn changes length of network packages
310
-# in the certain chunk that depends on
311
-# chipher and hash-sum algorithms.
312
-# So, mask your settings by using a lower mtu ;)
313
-# You can check parameters at this site:
314
-# witch.valdikss.org.ru
309
+# Openvpn changes length of network packets
310
+# in a way which depends on cipher and hash-sum
311
+# algorithms. This can be used for fingerprinting.
312
+# Mask your settings by using a lower mtu.
313
+# Check your settings here: witch.valdikss.org.ru
315
 tun-mtu {{ openvpn_mtu }}
314
 tun-mtu {{ openvpn_mtu }}
316
 
315
 
317
 # Set TLS settings
316
 # Set TLS settings

Loading…
Cancel
Save