FrancisLiu搭了一个HNet,欢迎各位把玩 中发帖

1.首先需要一个免费服务器,在这里: 
https://linux.do/t/topic/169749?u=francisliu
2.github上作者的项目:GitHub - Hideipnetwork/hideipnetwork-web: Based on Node.js + services wokers
服务器操作:

申请服务器:
[image]
到panel页面填写:
[image]
github上作者的三个文件拉过来(可以手动上传或者直接编辑)
[image]
修改.env

PORT=你的端口
HOST="0.0.0.0"
SECRET="hnet-secret"
HNET_USER="你的用户名"
HNET_PWD="你的密码"
REDIRECT_HOST="www.google.com"
MONGODB_CONNECTION=null
USE_DB=false...