csf
csf güvenlik duvarı googlebot engeliyor mu
googlebot ipleri sürekli değişiyor ve güvenlik duvarı için kullanıdığınız ip lerde işe yaramıyor
tek çaresi rdns çözümlemesi yapıp kontrol etmek
bunun için csf de çalışan bir script buldum birazda değiştirdim umarım işinize yarar;
#!/bin/bash
csf güvenlik duvarını için kendi kullandığım bir csf.conf dosyası
# This configuration is for use with generic Linux servers, do not change the # following setting: GENERIC = "1" # Testing flag - enables a CRON job that clears iptables incase of # configuration problems when you start csf. This should be enabled until you # are sure that the firewall works - i.e. incase you get locked out of your # server! Then do remember to set it to 0 and restart csf when you're sure # everything is OK. Stopping csf will remove the line from /etc/crontab TESTING = "0" # The interval for the crontab in minutes.






