Skip to content

Commit 9ebd382

Browse files
committed
add url link to pre-build binaries
1 parent 3b6de6e commit 9ebd382

File tree

2 files changed

+210
-200
lines changed

2 files changed

+210
-200
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Userspace GRE tunnel, designed for OpenVZ servers (require TUN device support).
44

55
Checksum, Key, Sequence are not supported.
66

7+
## Pre-builds ##
8+
9+
Platform | Architecture | URL
10+
----------|--------------|----
11+
GNU/Linux | x86_64 | https://s3.pxx.io/snapshot/gre/gre-x86_64
12+
  | armv6l | https://s3.pxx.io/snapshot/gre/gre-armv6l
13+
  | armv7l | https://s3.pxx.io/snapshot/gre/gre-armv7l
14+
  | aarch64 | https://s3.pxx.io/snapshot/gre/gre-aarch64
15+
16+
717
## Build ##
818

919
```bash
@@ -18,7 +28,7 @@ sudo ./gre <tun dev> remote local
1828

1929
## License ##
2030

21-
Copyright (C) 2015, Xiaoxiao <i@xiaoxiao.im>
31+
Copyright (C) 2015 - 2017, Xiaoxiao <i@pxx.io>
2232

2333
This program is free software: you can redistribute it and/or modify
2434
it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)