diff options
author | Xiaoxiao <i@pxx.io> | 2017-07-21 01:32:47 +0800 |
---|---|---|
committer | Xiaoxiao <i@pxx.io> | 2017-07-21 01:32:47 +0800 |
commit | 9ebd3828b8b42a013169c88e62f1191765b9fc34 (patch) | |
tree | f960d80343d901691e8b5e8652b962d20a8bd02a /README.md | |
parent | 3b6de6ec1f16420f9c558e565071968ebeb67eff (diff) |
add url link to pre-build binariesupstream
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 + | armv6l | https://s3.pxx.io/snapshot/gre/gre-armv6l + | armv7l | https://s3.pxx.io/snapshot/gre/gre-armv7l + | 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 |