https://github.com/fastgitorg/f-proxy-agent
💿 Simple SNI proxy based on TachibanaSuzume/SNIProxyGo
https://github.com/fastgitorg/f-proxy-agent
Last synced: 7 months ago
JSON representation
💿 Simple SNI proxy based on TachibanaSuzume/SNIProxyGo
- Host: GitHub
- URL: https://github.com/fastgitorg/f-proxy-agent
- Owner: FastGitORG
- License: gpl-3.0
- Created: 2020-07-06T09:47:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T02:50:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T19:23:20.689Z (about 3 years ago)
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# F-Proxy-Agent
Simple SNI proxy written in go.
Source from .
* Open port 443
* Edit rules in config.yaml
* Start
## Usage:
Usage of ./SNIProxyGo:
```bash
-d Enable debug
-l log to file
-c config file (default "config.yaml")
```
## Credit
| Author | Link | License |
| ------ | ---- | ------- |
| TachibanaSuzume | | GPL-3.0 |
| fangdingjun | | GPL-3.0 |
| ziozzang | | BSD-2-Clause |