ソースを参照

up comments in openvpn config template

add additional comment about `tun-mtu` parameter in openvpn config template
Filipp Frizzy 9年前
コミット
fc374682f6
1個のファイルの変更5行の追加1行の削除
  1. 5
    1
      roles/vpn/templates/etc_openvpn_server.conf.j2

+ 5
- 1
roles/vpn/templates/etc_openvpn_server.conf.j2 ファイルの表示

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
-# Mask your settings with mtu
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:
310
 # witch.valdikss.org.ru
314
 # witch.valdikss.org.ru
311
 tun-mtu {{ openvpn_mtu }}
315
 tun-mtu {{ openvpn_mtu }}
312
 
316
 

読み込み中…
キャンセル
保存