12 lines
243 B
Markdown
12 lines
243 B
Markdown
|
# hyp server
|
||
|
|
||
|
hyp server is the port knocking daemon which listens for incoming authentic knock sequences.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
##### Starting the server
|
||
|
|
||
|
```bash
|
||
|
# As root - or user that can capture packets and modify IPTables
|
||
|
./hypd server eth0
|
||
|
```
|