An open API service indexing awesome lists of open source software.

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

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
```