Update README.md

This commit is contained in:
2022-06-13 17:46:31 +03:00
committed by GitHub
parent 29a498d0aa
commit d042ab23d0

View File

@ -54,6 +54,11 @@ Restart=on-failure
[Install]
WantedBy=multi-user.target
```
pay attention to this part:
`/usr/bin/kf2-srv log tail`
I use a self-written system to manage the server - the command specified here combines the output of all server logs into one stdout stream. If you want to protect several servers with antiddos, you also need to combine their logs into one stream. Replace this command with yours.
### deny.sh
```
#!/bin/bash