loopback-client
来自「OpenVPN -- A Secure tunneling daemon」· 代码 · 共 26 行
TXT
26 行
# 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) remote localhostlocal localhostrport 16000lport 16001dev nullverb 3reneg-sec 10tls-clientca sample-keys/tmp-ca.crtkey sample-keys/client.keycert sample-keys/client.crtcipher DES-EDE3-CBCping 1inactive 120
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?