Switched to ncat server by default.

This commit is contained in:
Emilis Dambauskas 2020-11-29 17:45:15 +02:00
parent 3c82f072c2
commit ff89d1ab5c
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ default: server
### Server ---------------------------------------------------------------------
.PHONY: server
server: socat-server
server: ncat-server
.PHONY: ncat-server

View File

@ -8,9 +8,10 @@
## Usage
`make` - Starts a socat server.
`make` - Starts an ncat server.
`make ncat-server` Starts a ncat server.
`make socat-server` Starts a socat server.
Edit _srv/main.awk_ to match your needs.