Quellcode durchsuchen

Comment copyediting

Allen Riddell vor 9 Jahren
Ursprung
Commit
6cc6756ce1
1 geänderte Dateien mit 5 neuen und 6 gelöschten Zeilen
  1. 5
    6
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 5
- 6
roles/vpn/templates/etc_openvpn_server.conf.j2 Datei anzeigen

@@ -306,12 +306,11 @@ verb {{ openvpn_verb }}
306 306
 # category will be output to the log.
307 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 314
 tun-mtu {{ openvpn_mtu }}
316 315
 
317 316
 # Set TLS settings

Laden…
Abbrechen
Speichern