glider
glider is a forward proxy with multiple protocols support, and also a dns/dhcp server with ipset management features.
File Explorer
Download Latest Version (.zip)- build.yml
- stale.yml
- glider.conf
- glider.conf
- glider.conf
- glider.conf
- glider.conf
- office.rule
- bypass.rule
- glider.conf
- home.rule
- office.rule
- glider.conf
- glider.conf
- README.md
- home.rule
- office.list
- office.rule
- glider.conf
- README.md
- README.md
- direct.rule.example
- office.list.example
- office.rule.example
- reject.rule.example
- dnsrecord.inc.conf.example
- glider.conf.example
- README.md
- cache.go
- client.go
- message.go
- server.go
- upstream.go
- ipset_linux.go
- ipset_other.go
- log.go
- buffer.go
- bufreader.go
- bytesbuffer.go
- frame.go
- mux.go
- session.go
- shaper.go
- stream.go
- sockopt.go
- sockopt_darwin.go
- sockopt_linux.go
- sockopt_others.go
- socks.go
- anytls.go
- client.go
- packet.go
- padding.go
- protocol.go
- server.go
- session.go
- settings.go
- stream.go
- client.go
- http.go
- request.go
- server.go
- kcp.go
- mixed.go
- http.go
- obfs.go
- tls.go
- server.go
- redir_linux.go
- redir_linux_386.go
- redir_linux_other.go
- reject.go
- client.go
- server.go
- smux.go
- socks4.go
- client.go
- packet.go
- server.go
- socks5.go
- cipher.go
- conn.go
- packet.go
- stream.go
- cipher.go
- conn.go
- packet.go
- stream.go
- cipher.go
- client.go
- packet.go
- server.go
- ss.go
- ssh.go
- tcp.go
- tls.go
- server.go
- tproxy.go
- client.go
- packet.go
- server.go
- trojan.go
- udp.go
- client.go
- server.go
- unix.go
- addr.go
- client.go
- packet.go
- server.go
- vless.go
- addr.go
- aead.go
- auth.go
- chunk.go
- client.go
- packet.go
- size.go
- user.go
- vmess.go
- client.go
- server.go
- socket.go
- vsock.go
- client.go
- frame.go
- server.go
- ws.go
- conn.go
- dialer.go
- direct.go
- proxy.go
- server.go
- check.go
- config.go
- forward.go
- group.go
- proxy.go
- cilent.go
- dhcpd.go
- pool.go
- reply.go
- service.go
- glider@.service
- postinstall.sh
- postremove.sh
- preremove.sh
- README.md
- .Dockerfile
- .gitignore
- .goreleaser.yml
- config.go
- Dockerfile
- feature.go
- feature_linux.go
- go.mod
- go.sum
- LICENSE
- main.go
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/nadoo/glider
Downloads the entire project code from GitHub to your computer.
cd glider
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker run -d --name glider --net host --restart=always \
Runs the built image as an actual container.
docker run -d --name watchtower --restart=always \
Runs the built image as an actual container.
-v /var/run/docker.sock:/var/run/docker.sock \
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build -v -ldflags "-s -w"
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
