5 Star 26 Fork 4

Luna / go-to-internet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

go-to-internet

介绍

基于TLS协议的透明代理服务器

特性:

  • 简单:启动服务器简单、启动客户端简单,内置了对acme工具的支持,可快速申请https证书
  • 安全:基于TLS加密信息传输,除了会话两端无法获取通信内容
  • 快速:极简的代理握手协议,快速建立客户与目标的双向通道
  • 支持多用户:在单域名以及端口下支持创建多用户
  • 用户管理:每个用户支持对过期时间、传输速度、连接数量进行限制

仓库地址:

Wiki

使用教程见这里,或者查看wiki

客户端GUI项目

本地开发指南

custom-root-ca/ca/certs/cacert.pem根证书添加进系统的根证书库

一、使用local.luna.xin

  • 绑定local.luna.xin域名到本地127.0.0.1
  • 运行服务器ser-go-to-net -H local.luna.xin -c cert/server.pem -k cert/server.key启动

二、自定义域名

  • 通过custom-root-ca签发自定义域名证书
  • 运行服务器ser-go-to-net -H 域名 -c 证书pem路径 -k 证书key路径启动
BSD 3-Clause License Copyright (c) 2020, Luna All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

简单、安全、快速的透明代理服务器。专注于单一代理,避免复杂繁琐的配置 展开 收起
Go
BSD-3-Clause
取消

发行版 (5)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
Go
1
https://gitee.com/Luna-CY/go-to-internet.git
git@gitee.com:Luna-CY/go-to-internet.git
Luna-CY
go-to-internet
go-to-internet
master

搜索帮助