install.txt
来自「vpn虚拟专用网络的一个开源搭建工具」· 文本 代码 · 共 24 行
TXT
24 行
List of principal directory :
.\http_doc main dir of MyVPN
.\http_doc\admin admin session, to disable or enable user and vpn
File that need to be cofigured:
.\http_doc\lib\conf.php
.\http_doc\lib\Session.php to store login session in a db table
.\http_doc\ext\sendmail.pl to store all mail that have to be sent from MyVPN
in those files you have to config the values to connect to MySQL
to send email you have to add a new line to your crontab file using the "crontab -e" command:
Shell> crontab -e
* * * * * /home/groups/j/jn/jnetstream/htdocs/ext/sendmail.pl
before start to use MyVPN, you need to load this page from your browser:
.\http_doc\createdb.php to create all table in the database.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?