summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2020-08-06 18:44:58 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2020-08-06 18:44:58 +0200
commitcfb526f0a78884551c0e202e694e754efc27ac19 (patch)
treecedbb5829d71eeb91b6d9ea10a70e8eee1a2b534
parentdfce175baaccb5164be1dc3fad196051305b43e1 (diff)
update README.md
-rw-r--r--README.md14
1 files 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
-&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 ##
@@ -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 <tun dev> remote local
+sudo ./gre [-n|--tun|-p|--tap] <tun dev> remote local
```
## License ##
Copyright (C) 2015 - 2017, Xiaoxiao <i@pxx.io>
-Copyright (C) 2019, Mikael Magnusson <mikma@users.sourceforge.net>
+Copyright (C) 2019 - 2020, Mikael Magnusson <mikma@users.sourceforge.net>
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