⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vars

📁 一个开源的VPN原码
💻
字号:
# Edit this variable to point to# the openssl.cnf file included# with easy-rsa.export KEY_CONFIG=$HOME/easy-rsa/openssl.cnf# Edit this variable to point to# your soon-to-be-created key# directory.## WARNING: clean-all will do# a rm -rf on this directory# so make sure you define# it correctly!export KEY_DIR=$HOME/my-openvpn-keys# Increase this to 2048 if you# are paranoid.  If you do increase,# make sure you build OpenVPN with# pthread support, so you don't incur# any performance penalty.export KEY_SIZE=1024# These are the default values for fields# which will be placed in the certificate.export KEY_COUNTRY=KGexport KEY_PROVINCE=NAexport KEY_CITY=BISHKEKexport KEY_ORG="OpenVPN-TEST"export KEY_EMAIL="me@mail.kg"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -