summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-04-22 13:52:28 +0200
committerGDR! <gdr@gdr.name>2020-04-22 13:52:28 +0200
commitb626f19f69846a0eac8941c7173237fc4037a221 (patch)
treedd80af95dd6140edf3964158cf326407572dd36b
parentc9dd89e9a0311bd7128231aaabadf9cb8e65e597 (diff)
parentefe6ded54115b2086dea3723c8fc56bb69fc12e0 (diff)
Merge branch 'master' of github.com:gjedeer/tuntox
-rw-r--r--FAQ.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 68d26b4..c0f5635 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -61,6 +61,11 @@ The tox config is stored in `/data` and that's where you want to attach your vol
61docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -v /tmp/tt:/data -it registry.gitlab.com/gjedeer/tuntox:latest 61docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -v /tmp/tt:/data -it registry.gitlab.com/gjedeer/tuntox:latest
62``` 62```
63 63
64The binary is in `/usr/bin/tuntox` (and `/usr/bin/tokssh`):
65```
66docker run -e 'TUNTOX_SHARED_SECRET=myassfeelsweird' -it registry.gitlab.com/gjedeer/tuntox:latest /usr/bin/tuntox -i 1234abc -p
67```
68
64## Can I run it on Windows? 69## Can I run it on Windows?
65 70
66There's no native Windows version but, in the spirit of "just use Wine" answers, try the following: 71There's no native Windows version but, in the spirit of "just use Wine" answers, try the following: