Search found 3 matches
- 21 Apr 2020, 07:58
- Forum: General Discussion (csf)
- Topic: csf running but status show stopped
- Replies: 1
- Views: 1736
Re: csf running but status show stopped
Sorry ..correct screenshot is https://imgur.com/a/TGpN5Qv
- 21 Apr 2020, 07:50
- Forum: General Discussion (csf)
- Topic: csf running but status show stopped
- Replies: 1
- Views: 1736
csf running but status show stopped
The UI status shows stopped even when
systemctl status csf show the service as Active
https://imgur.com/a/SEouwat
systemctl status csf show the service as Active
https://imgur.com/a/SEouwat
- 11 Dec 2018, 12:18
- Forum: General Discussion (csf)
- Topic: SYNPROXY with CSF
- Replies: 3
- Views: 4554
SYNPROXY with CSF
I am trying to implement SYNPROXY for the http/https ports with csfpre.sh iptables -t raw -I PREROUTING -p tcp -m tcp --syn --dport 80 -j CT --notrack iptables -t raw -I PREROUTING -p tcp -m tcp --syn --dport 443 -j CT --notrack iptables -t filter -I INPUT -p tcp -m tcp --dport 80 -m state --state I...