Browse Source

with the clientkey authentication, forgot to update the example...

main
John-Mark Gurney 4 years ago
parent
commit
88d0ef0486
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -26,7 +26,7 @@ nc -lU finalsock


Start the server and client: 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 python -m ntunnel client clientkey serverkey.pub unix:$(pwd)/clientsock unix:$(pwd)/servsock
``` ```




Loading…
Cancel
Save