config

来自「FREESWAN VPN源代码包」· 代码 · 共 38 行

TXT
38
字号
# set various configuration parameters# Use  shell "." command to load these into the environmentset -uexport IKEPORT=8500export DOMAIN=exampleexport WESTIP=127.95.7.1export EASTIP=127.95.7.2export NORTHIP=127.95.7.3export SOUTHIP=127.95.7.4export WESTIF=lo:wexport EASTIF=lo:eexport NORTHIF=lo:nexport SOUTHIF=lo:sexport WESTSUBNET=127.95.7.8/30export	VICTORIA=127.95.7.10export	VANCOUVER=127.95.7.11export	VANISHED=127.95.7.8	# missing, naturallyexport WESTSUBNET2=127.95.7.12/30export WESTSUBNET3=127.95.7.16/30export EASTSUBNET=127.95.7.20/30export	TRURO=127.95.7.21export	ANTIGONISH=127.95.7.22export	ATLANTIS=127.95.7.23	# missing, naturallyexport EASTSUBNET2=127.95.7.24/30export EASTSUBNET3=127.95.7.28/30export NORTHSUBNET=127.95.7.32/30export NORTHSUBNET2=127.95.7.36/30export NORTHSUBNET3=127.95.7.40/30export SOUTHSUBNET=127.95.7.44/30export SOUTHSUBNET2=127.95.7.48/30export SOUTHSUBNET3=127.95.7.52/30

⌨️ 快捷键说明

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