Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjdrew/kone
Transparent proxy for home/enterprise network
https://github.com/xjdrew/kone
Last synced: 7 days ago
JSON representation
Transparent proxy for home/enterprise network
- Host: GitHub
- URL: https://github.com/xjdrew/kone
- Owner: xjdrew
- License: mit
- Created: 2016-02-18T10:07:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T02:50:41.000Z (10 months ago)
- Last Synced: 2024-08-02T16:45:53.654Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.04 MB
- Stars: 701
- Watchers: 48
- Forks: 127
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![github workflow](https://github.com/xjdrew/kone/actions/workflows/go.yml/badge.svg)
[![codecov](https://codecov.io/gh/xjdrew/kone/graph/badge.svg?token=cGQLHTtaVc)](https://codecov.io/gh/xjdrew/kone)
# KONE
The project aims to improve the experience of accessing internet in home/enterprise network.The name "KONE" comes from [k1](https://en.wikipedia.org/wiki/Larcum_Kendall#K1), a chronometer made by Larcum Kendall and played a important role in Captain Cook's voyage.
By now, it supports:
* linux
* macosx
* windows (10 and above) (refer to [use kone in windows](./misc/windows/README.md) for more information)## Use
```bash
go build ./cmd/kone
sudo ./kone -debug -config cmd/kone/test.ini
```
For more information, please read [test.ini](./cmd/kone/test.ini).## Web Status
The default web status port is 9200 , just visit http://localhost:9200/ to check the kone status.## Documents
* [how to use with Raspberry Pi](./misc/docs/how-to-use-with-raspberry-pi.md)
* [how to use kone in an ENT network](./misc/docs/kone-in-ent-network.md)
* [how to make gotunnel & kone work together](./misc/docs/gotunnel-kone-work-together.md)## License
The MIT License (MIT) Copyright (c) 2016 xjdrew