Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

pexcn/openwrt-hev-socks5-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hev-socks5-server for OpenWrt

简介

本项目是 hev-socks5-server 在 OpenWrt 上的移植。

编译

从 OpenWrt 的 SDK 编译

cd openwrt-sdk

# 获取源码
git clone https://github.com/pexcn/openwrt-hev-socks5-server.git package/hev-socks5-server

# 选中 Network -> hev-socks5-server
make menuconfig

# 编译 hev-socks5-server
make package/hev-socks5-server/{clean,compile} V=s

许可证

Copyright (C) 2019-2020, pexcn <i@pexcn.me>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.