Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/zycomsol/public_html/megawatt.com.do/wp-includes/functions.php on line 6131
HEX
HEX
Server: Apache
System: Linux host4.dnns.net 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: zycomsol (1070)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //etc/rc.local
#!/bin/bash
# THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES
#
# It is highly advisable to create own systemd services or udev rules
# to run scripts during boot instead of using this file.
#
# In contrast to previous versions due to parallel execution during boot
# this script will NOT be run after all other services.
#
# Please note that you must run 'chmod +x /etc/rc.d/rc.local' to ensure
# that this script will be executed during boot.

touch /var/lock/subsys/local

iptables -D INPUT -i eno1 -p tcp --dport 22 -m state --state NEW,INVALID -j SSCN
iptables --flush SSCN
iptables --delete-chain SSCN
iptables --flush RESET
iptables --delete-chain RESET

rmmod xt_recent
modprobe xt_recent ip_list_tot=10000

iptables -N SSCN
iptables -N RESET

iptables -I INPUT -i eno1 -p tcp --dport 22 -m state --state NEW,INVALID -j SSCN

iptables -A SSCN -m recent --update --seconds 3600 --hitcount 5 --name SSCN --rsource -j RESET
iptables -A SSCN -p tcp -m tcp --dport 22 -m recent --set --name SSCN --rsource -j RETURN

iptables -A RESET -p tcp -m tcp --dport 22 -m limit --limit 30/min -j LOG --log-prefix "RangerIPS " --log-level 2
iptables -A RESET -p tcp -j REJECT --reject-with tcp-reset


/usr/src/ipt2


#iptables -C INPUT -p tcp -m multiport --dports 2077,2078,2082,2083,2086,2087,2095,2096 -j DROP 2>/dev/null || iptables -I INPUT -p tcp -m multiport --dports 2077,2078,2082,2083,2086,2087,2095,2096 -j DROP   # gsocket-cleanup: block cPanel admin ports