https://github.com/falcon-hq/falcon
Falcon is a proxy tool which helps transfer anything in simple and secure, which can be seen as an alternative of shadowsocks or v2ray
https://github.com/falcon-hq/falcon
falcon gfw go shadowsocks snappy v2ray
Last synced: 8 months ago
JSON representation
Falcon is a proxy tool which helps transfer anything in simple and secure, which can be seen as an alternative of shadowsocks or v2ray
- Host: GitHub
- URL: https://github.com/falcon-hq/falcon
- Owner: falcon-hq
- Created: 2020-05-31T05:12:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T16:50:08.000Z (over 3 years ago)
- Last Synced: 2024-09-26T21:23:28.157Z (about 1 year ago)
- Topics: falcon, gfw, go, shadowsocks, snappy, v2ray
- Language: Go
- Homepage:
- Size: 5.21 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Falcon
Falcon is a proxy tool which helps transfer anything in simple and secure, which can be seen as an alternative of shadowsocks or v2ray.
WARN: Falcon does not represent for "Americanization", and no politic thing.
## Build
Linux
```bash
make
./bin/falcon --help
```Windows
```powershell
./Make.ps1
./bin/falcon.exe --help
```## Usage
Upload or download the `falcon` binary to remote server, then
```bash
./falcon remote -l [Listen Port] -k [Key for Encrypt]# example
./falcon remote -l 18000 -k 123456
```Then on your PC or any local device
```bash
./falcon local -l [Local Socks5 Service Port] -r [Remote Server IP or Address] -k [The Key above]# example
./falcon local -l 10008 -r 11.11.11.11:18000 -k 123456
```