We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d014f commit b5bc6c0Copy full SHA for b5bc6c0
README.md
@@ -39,12 +39,16 @@ $ netguard-server -c ./netguard.toml
39
40
### Run knock tool
41
42
-On client site, Using `netguard-tool` to send knock packets:
+On client site, Using `netguard-tool` to send TCP port knock packets.
43
+
44
+The following command sends a knock packet to unlock TCP port 10022:
45
46
```shell
47
$ sudo ./netguard-tool auth --server 45.76.195.141 --protocol=tcp --unlock 10022 --key=./rsa_key
48
```
49
50
+If want to unlock a UDP port, use `--protocol=udp`。
51
52
### Example
53
54
Two devices, one listening on port 10022 and then taken over by `netguard-server`:
0 commit comments