From 88d0ef04866e6e8a7415761b121121e199dd9e45 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 23 Mar 2020 17:56:12 -0700 Subject: [PATCH] with the clientkey authentication, forgot to update the example... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42818de..cb3c437 100644 --- a/README.md +++ b/README.md @@ -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 ```