From a90e400ac0160ff0a6e370ebeb276b54da070030 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Wed, 25 Oct 2017 07:11:11 +0300 Subject: [PATCH] fix doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36f7d29..f30bddf 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Client example: Client behind NAT example: ```bash -./pyknock.py -S $(curl -s http://canihazip.com/s) open my-protected-host.com MySecretPSK +./pyknock.py -S $(curl -s https://canihazip.com/s) open my-protected-host.com MySecretPSK ``` See help for more options.