summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorXiaoxiao <i@pxx.io>2017-07-21 01:32:47 +0800
committerXiaoxiao <i@pxx.io>2017-07-21 01:32:47 +0800
commit9ebd3828b8b42a013169c88e62f1191765b9fc34 (patch)
treef960d80343d901691e8b5e8652b962d20a8bd02a /README.md
parent3b6de6ec1f16420f9c558e565071968ebeb67eff (diff)
add url link to pre-build binariesupstream
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7bdf493..da40afa 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,16 @@ Userspace GRE tunnel, designed for OpenVZ servers (require TUN device support).
Checksum, Key, Sequence are not supported.
+## Pre-builds ##
+
+Platform | Architecture | URL
+----------|--------------|----
+GNU/Linux | x86_64 | https://s3.pxx.io/snapshot/gre/gre-x86_64
+&nbsp; | armv6l | https://s3.pxx.io/snapshot/gre/gre-armv6l
+&nbsp; | armv7l | https://s3.pxx.io/snapshot/gre/gre-armv7l
+&nbsp; | aarch64 | https://s3.pxx.io/snapshot/gre/gre-aarch64
+
+
## Build ##
```bash
@@ -18,7 +28,7 @@ sudo ./gre <tun dev> remote local
## License ##
-Copyright (C) 2015, Xiaoxiao <i@xiaoxiao.im>
+Copyright (C) 2015 - 2017, Xiaoxiao <i@pxx.io>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by