Skip to content

TavenLi开源 – 单机中转界面系统

参考

  • https://gitee.com/tavenli/port-forward/releases

安装

mkdir /data/tavenli_forward-server && cd /data/tavenli_forward-server

wget https://gitee.com/tavenli/port-forward/attach_files/543853/download/forward-server.linux64.v1.3.5.zip && unzip forward-server.linux64.v1.3.5.zip

mv forward-server.linux64.v1.3.5/forward-server/* .

chmod +x ./start.sh ./stop.sh ./forward-server

修改配置

vi conf/app.conf 修改端口到你自己想要的管理端口

vi conf/data.conf 来启动开启激活所有转发规则

SSL+反代 到 中转机IP:9091

测试 – 默认密码是123456

加入Cron – 重启后也能自动开启中转

crontab -e

@reboot cd /data/tavenli_forward-server && ./start.sh
lsof -i:9091

Leave a Reply

Your email address will not be published.