diff options
Diffstat (limited to 'net/iodine/pkg-message')
-rw-r--r-- | net/iodine/pkg-message | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/iodine/pkg-message b/net/iodine/pkg-message new file mode 100644 index 000000000000..4d92bce671bc --- /dev/null +++ b/net/iodine/pkg-message @@ -0,0 +1,19 @@ + +=== Quick Start === + +Server: + +iodined -f -u nobody 10.0.0.1 tunnelhost.example.net + +Client: + +iodine -f -u nobody 192.168.1.1 tunnelhost.example.net + +You need add these lines to the DNS zone file: + +tunnelhost IN A 192.168.1.1 +tunnel IN NS tunnelhost.example.net + +The server side of the tunnel is 10.0.0.1. + +Please check README for details. |