https://github.com/doorbash/glider-custom-proxies
https://github.com/doorbash/glider-custom-proxies
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doorbash/glider-custom-proxies
- Owner: doorbash
- Created: 2022-12-05T21:19:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T16:14:49.000Z (over 3 years ago)
- Last Synced: 2025-02-08T09:42:09.997Z (about 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Proxy list:
- **httpobfs:** http camouflage for tcp network. example:
```sh
glider -verbose -listen :1080 -forward httpobfs://xxx.xxx.xxx.xx:443/?host=google.com,vmess://:794ae901-cc7e-4ca7-a7fc-8cf68acea186@?alterID=0 -dialtimeout 10
```
- **doh:** dns over https. example:
```sh
glider -verbose -listen :1080 -forward http://127.0.0.1:10809,doh://1.1.1.1
glider -verbose -listen udp://0.0.0.0:53 -forward http://127.0.0.1:10809,doh://1.1.1.1,udp://8.8.8.8:53
```
## Install:
Add
```golang
import _ "github.com/doorbash/glider-custom-proxies"
```
To
```
github.com/nadoo/glider/feature.go
```