From cfb526f0a78884551c0e202e694e754efc27ac19 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 6 Aug 2020 18:44:58 +0200 Subject: update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 51f40a1..69e2b10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GRE # -Userspace GRE tunnel, designed for OpenVZ servers (require TUN device support). +Userspace GRE tunnel, designed for OpenVZ servers (require TUN/TAP device support). Checksum, Key, Sequence are not supported. @@ -8,11 +8,7 @@ Checksum, Key, Sequence are not supported. 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 ## @@ -20,17 +16,19 @@ GNU/Linux | x86_64 | https://s3.pxx.io/snapshot/gre/gre-x86_64 gcc -std=gnu99 -O2 -pipe -o gre gre.c ``` +or `make` + ## Usage ## ```bash -sudo ./gre remote local +sudo ./gre [-n|--tun|-p|--tap] remote local ``` ## License ## Copyright (C) 2015 - 2017, Xiaoxiao -Copyright (C) 2019, Mikael Magnusson +Copyright (C) 2019 - 2020, Mikael Magnusson 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 -- cgit v1.2.3