?? loopback-client
字號(hào):
# Perform a TLS loopback test -- client side.## This test performs a TLS negotiation once every 10 seconds,# and will terminate after 2 minutes.## From the root directory of the OpenVPN distribution,# after openvpn has been built, run:## ./openvpn --config sample-config-files/loopback-client (In one window) # ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window) rport 16000lport 16001remote localhostlocal localhostdev nullverb 3reneg-sec 10tls-clientca sample-keys/tmp-ca.crtkey sample-keys/client.keycert sample-keys/client.crtcipher DES-EDE3-CBCping 1inactive 120
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -