|
|
@@ -26,7 +26,7 @@ nc -lU finalsock |
|
|
|
|
|
|
|
Start the server and client: |
|
|
|
``` |
|
|
|
python -m ntunnel server serverkey unix:$(pwd)/servsock unix:$(pwd)/finalsock |
|
|
|
python -m ntunnel server serverkey --clientkey clientkey.pub unix:$(pwd)/servsock unix:$(pwd)/finalsock |
|
|
|
python -m ntunnel client clientkey serverkey.pub unix:$(pwd)/clientsock unix:$(pwd)/servsock |
|
|
|
``` |
|
|
|
|
|
|
|