소스 검색

Comment copyediting

Allen Riddell 9 년 전
부모
커밋
6cc6756ce1
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5
    6
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 5
- 6
roles/vpn/templates/etc_openvpn_server.conf.j2 파일 보기

@@ -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

Loading…
취소
저장