📄
Sedat Yıldız
WebBlog
  • 🏠Anasayfa
  • ✅Kurulumlar
    • cPanel Kurulumu
    • Linux Plesk Kurulumu
    • Windows Plesk Kurulumu
  • ⚙️Ayarlamalar
    • cPanel Toplu Yedek İşlemleri
    • cPanel Versiyon Düşürme
    • CSF Banlama Komutu
    • cPanel Servislerine SSL
  • ❌Problemler
    • EasyApache4 Update Error
    • cPanel Lets Encrypt Hatası
    • cPanel Lisans Silme
  • ♻️Kaynaklar
    • ISO FTP Arşivi
    • Windows KMS Lisanslama
  • 🔗Kodlar
    • Mastodon Toplu Takip Etme
    • Mastodon Takipten Çıkma
    • HTML Kar Yağdırma
    • cPanel Lisans Silme Shelli
Powered by GitBook
On this page

Was this helpful?

  1. Ayarlamalar

CSF Banlama Komutu

for i in $(netstat -ntu |grep SYN | awk '{print $5}' | awk '{sub("::ffff:","");print}' | cut -f1 -d ':' | sort | uniq -c | sort -n | grep -v -e server -e Address -e 127.0.0.1 -e 0.0.0.0); do /usr/sbin/csf -d $i;done
for i in $(netstat -ntu |grep LAST_ACK | awk '{print $5}' | awk '{sub("::ffff:","");print}' | cut -f1 -d ':' | sort | uniq -c | sort -n | grep -v -e server -e Address -e 127.0.0.1 -e 0.0.0.0); do /usr/sbin/csf -d $i;done
PreviouscPanel Versiyon DüşürmeNextcPanel Servislerine SSL

Last updated 1 year ago

Was this helpful?

⚙️