https://github.com/chyroc/prince
「p」proxy,伊斯坦布尔王子岛
https://github.com/chyroc/prince
Last synced: 10 months ago
JSON representation
「p」proxy,伊斯坦布尔王子岛
- Host: GitHub
- URL: https://github.com/chyroc/prince
- Owner: chyroc
- License: apache-2.0
- Created: 2020-06-18T15:15:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T06:42:30.000Z (over 5 years ago)
- Last Synced: 2024-05-02T00:58:18.587Z (over 1 year ago)
- Language: Go
- Size: 28.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prince
> 「p」proxy,伊斯坦布尔王子岛
## 启动服务端
- 启动外网可访问の服务端
```shell script
./bin/prince --server --transfer_host=:8001 --proxy_host=:8002
```
- 启动外网不可访问但科学の客户端
```shell script
./bin/prince --client --transfer_host=:8001
```
- 在不科学的可以访问外网の机器使用
```shell script
export http_proxy=:8002 httpx_proxy=:8002
curl google.com
```