forked from ICKelin/gtun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
17 lines (13 loc) · 897 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2018.04.19
* gtun_srv.go: Add route rule file, deploy route rule ip when authorize success.
Currently max route rule ip/cidr set to 20 since I don't want to
transport too much data in cmd s2c to gtun_cli.
* gtun.go: Opt reconnect, reconnect until success.... or program exit.
Remove tun name setting since cross platform compile.
Using tap device to support windows, windows users should installl tap-windows first.
For !windows, only support tun device although tap driver can be support in linux.
2018.05.1
Reverse proxy is supported!!!! using reverse to proxy your public ip:port to gtun_cli_ip:port
In this case, you can use your local raspberry pi/vm as a public service.
2018.08.30
Refactor code.