Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowerWrong committed Dec 12, 2017
1 parent b4c1776 commit ca1fe25
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@

```
# install golang 1.9+
cp config.example.ini config.ini
# edit it for free
sudo go run cmd/main.go --config=config.ini
go build -o tun2socks
```

## Support operating system.

* [x] macOS 10.13.1
* [x] arch linux
* [x] macOS
* [x] linux
* [x] windows 10 support with [tap-windows6](https://github.com/OpenVPN/tap-windows6)
* [x] Raspberry Pi support
* [x] android support with root
Expand All @@ -29,9 +25,7 @@ Support `route`, `udp.proxy`, `proxy`, `pattern` and `rule`, see [config.example
sudo kill -s USR2 $PID
```

NOTE: `go run` not support kill command signal, please build app with `go build -o tun2socks`.

## Known bugs
NOTE: `go run` not support kill command signal.

## TODO

Expand Down

0 comments on commit ca1fe25

Please sign in to comment.