Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igoogolx/itun2socks
A proxy engine in Go
https://github.com/igoogolx/itun2socks
clash shadowsocks vpn
Last synced: 3 months ago
JSON representation
A proxy engine in Go
- Host: GitHub
- URL: https://github.com/igoogolx/itun2socks
- Owner: igoogolx
- License: gpl-3.0
- Created: 2023-02-05T02:15:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T16:21:22.000Z (9 months ago)
- Last Synced: 2024-04-13T16:44:14.046Z (9 months ago)
- Topics: clash, shadowsocks, vpn
- Language: Go
- Homepage:
- Size: 473 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Report][report-shield]][report-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GPL License][license-shield]][license-url]
[![Build Status][build-shield]][build-url]Itun2socks
The engine that powers the lux.
Explore the docs »
View Demo
.
Report Bug
·
Request Feature
[report-shield]: https://goreportcard.com/badge/github.com/igoogolx/itun2socks
[report-url]: https://goreportcard.com/report/github.com/igoogolx/itun2socks
[contributors-shield]: https://img.shields.io/github/contributors/igoogolx/itun2socks.svg
[contributors-url]: https://github.com/igoogolx/itun2socks/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/igoogolx/itun2socks.svg
[forks-url]: https://github.com/igoogolx/itun2socks/network/members
[stars-shield]: https://img.shields.io/github/stars/igoogolx/itun2socks.svg
[stars-url]: https://github.com/igoogolx/itun2socks/stargazers
[issues-shield]: https://img.shields.io/github/issues/igoogolx/itun2socks.svg
[issues-url]: https://github.com/igoogolx/itun2socks/issues
[license-shield]: https://img.shields.io/github/license/igoogolx/itun2socks.svg
[license-url]: https://github.com/igoogolx/itun2socks/blob/main/LICENSE
[build-shield]: https://github.com/igoogolx/itun2socks/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/igoogolx/itun2socks/actions/workflows/build.yml### Build with gvisor stack
`go build -v -ldflags="-s -w" -trimpath -tags="with_gvisor"`### Supported net stack
Build with tag `with_gvisor`,`with_lwip`,`with_system`### Enable debug mode
Build with tag `debug`### Debug with pprof
`go tool pprof -http :8080 http://localhost:9000/debug/pprof/heap`