mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 01:15:41 +08:00
add features info in README file.
This commit is contained in:
parent
0dc3ea651f
commit
f6941b98d8
20
README.md
20
README.md
@ -8,6 +8,26 @@ we can set up local listeners as proxy, and forward requests to internet via for
|
||||
|Forwarder --> Forwarder->...|
|
||||
```
|
||||
|
||||
## Features
|
||||
Listen(local proxy):
|
||||
- Socks5 proxy
|
||||
- Http proxy
|
||||
- SS proxy
|
||||
- Linux transparent proxy(iptables redirect)
|
||||
- TCP tunnel
|
||||
- DNS tunnel(udp2tcp)
|
||||
|
||||
Forward(upstream proxy):
|
||||
- Socks5 proxy
|
||||
- Http proxy
|
||||
- SS proxy
|
||||
|
||||
General:
|
||||
- Forward chain
|
||||
- HA or RR strategy for multiple forwarders
|
||||
- Http and socks5 on the same port
|
||||
- Periodical proxy checking
|
||||
|
||||
## Install
|
||||
Binary:
|
||||
- [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases)
|
||||
|
@ -50,7 +50,8 @@ listen=socks5://:1080
|
||||
# listen=tcptun://:1082=1.1.1.1:80
|
||||
|
||||
# listen on udp port 53, act as a local dns server,
|
||||
# forward all requests to 8.8.8.8:53 via tcp protocol,
|
||||
# forward all requests to 8.8.8.8:53 via tcp protocol
|
||||
# listen=dnstun://:53=8.8.8.8:53
|
||||
|
||||
|
||||
# FORWARDERS
|
||||
|
@ -1,7 +1,11 @@
|
||||
## Service
|
||||
|
||||
service file:
|
||||
binary file:
|
||||
```bash
|
||||
cp glider /usr/bin/
|
||||
```
|
||||
|
||||
service file:
|
||||
```bash
|
||||
# copy service file to systemd
|
||||
cp systemd/glider@.service /etc/systemd/system/
|
||||
|
Loading…
Reference in New Issue
Block a user