summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-14 12:42:23 +0200
committerGDR! <gdr@gdr.name>2020-08-14 12:42:23 +0200
commitd8e575311daf1f64425d19773378e7bb1a9c2f17 (patch)
treef47e1ccb1f0f50210481a7ef447ae9479eccf1be
parent1b430e087ebef6621ca03c12dddd1c89f3a145bf (diff)
Make install support
-rw-r--r--Makefile3
-rw-r--r--VPN.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa9c71b..5c0f6a7 100644
--- a/Makefile
+++ b/Makefile
@@ -40,4 +40,7 @@ cscope.out:
40clean: 40clean:
41 rm -f *.o tuntox cscope.out gitversion.h tox_bootstrap.h 41 rm -f *.o tuntox cscope.out gitversion.h tox_bootstrap.h
42 42
43install: tuntox_nostatic
44 cp tuntox_nostatic $(DESTDIR)/bin/tuntox
45
43.PHONY: all clean tuntox 46.PHONY: all clean tuntox
diff --git a/VPN.md b/VPN.md
index 7fe339a..f1c8658 100644
--- a/VPN.md
+++ b/VPN.md
@@ -38,6 +38,6 @@ On the client:
38 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms 38 64 bytes from 10.20.30.41: icmp_seq=4 ttl=64 time=151 ms
39 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms 39 64 bytes from 10.20.30.41: icmp_seq=5 ttl=64 time=50.3 ms
40 40
41Based on [Ben Martin's article](https://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler) 41Based on [Ben Martin's article](https://web.archive.org/web/20160102211752/http://www.linux.com/news/software/developer/17942-socat-the-general-bidirectional-pipe-handler)
42 42
43I've also heard about a new program called [ToxVPN](https://github.com/cleverca22/toxvpn), who knows - maybe it does a better job? And more recently someone created [toxtun](http://toxtun.jschwab.org/), slowclap.gif for the creative choice of name. 43I've also heard about a new program called [ToxVPN](https://github.com/cleverca22/toxvpn), who knows - maybe it does a better job? And more recently someone created [toxtun](http://toxtun.jschwab.org/), slowclap.gif for the creative choice of name.