Skip to content

xmapst/rinetdweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rinetdweb

rinet代理web界面, 适用于Centos/Redhat系列系统,Debian或Other请自行测试

使用方法:

#在Linux系统输入下面的命令,一行一个:
#安装依赖
yum -y install gcc gcc-c++
#下载rinetd
wget https://boutell.com/rinetd/http/rinetd.tar.gz
#解压
tar -zxvf rinetd.tar.gz
#创建手册目录
mkdir -p /usr/man/man8
#进入目录
cd rinetd
#编译安装
make && make install
#安装python-pip,uwsgi
yum install python-pip python-devel uwsgi
#安装web.py
pip install web.py

运行程序

git clone https://github.com/xmapst/rinetdweb.git
cd rinetdweb
uwsgi --http 0.0.0.0:9000 -w webserver

浏览器打开

http://youripaddr:9000

About

rinet代理web界面

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published