?????????? ????????? - ??????????????? - /home/agenciai/public_html/cd38d8/firewall.tar
???????
OUTPUT 0000644 00000000044 15125167540 0005533 0 ustar 00 587 465 465 587 25 26 465 587 25 26 INPUT 0000644 00000000013 15125167540 0005366 0 ustar 00 22022 3306 SSH 0000644 00000000000 15125167540 0005120 0 ustar 00 INCLUDE 0000644 00000000715 15125167540 0005563 0 ustar 00 iptables -I INPUT -p tcp --dport 30000:65534 -j ACCEPT iptables -I OUTPUT -p udp --dport 323 -m comment --comment "chronyd" -j ACCEPT iptables -I INPUT -i lo -m comment --comment "Inbound Allow lo" -j ACCEPT iptables -I OUTPUT -o lo -m comment --comment "Outbound allow lo" -j ACCEPT iptables -I INPUT -s 216.172.188.75/32 -m comment --comment "allow Painel" -j ACCEPT iptables -I INPUT -s 108.179.194.154/32 -m comment --comment "allow Wizard/Eigsh" -j ACCEPT SMTP_WHITELIST 0000644 00000000000 15125167540 0006702 0 ustar 00 IPDROP_GLOBAL 0000644 00000000000 15125167540 0006500 0 ustar 00 etc/rc.d/init.d/firewall 0000755 00000001417 15125173462 0011076 0 ustar 00 #!/bin/sh # description: Start/stop Firewall # chkconfig: 2345 99 99 if [[ -e /etc/csf/version.txt ]]; then echo "CSF Detected... Exiting..." exit 1 elif [[ -d /etc/apf ]]; then echo "APF Detected... Exiting..." exit 1 elif [[ -e /usr/sbin/firewalld ]]; then echo "Firewalld detected... Exiting..." exit 1 fi case "$1" in 'start') modprobe ip_conntrack_ftp bash /usr/sbin/firewall start service iptables save 2>&1 RETVAL=$? ;; 'stop') iptables -F iptables -X bash /usr/sbin/firewall stop RETVAL=$? ;; 'restart') iptables -F iptables -X modprobe ip_conntrack_ftp bash /usr/sbin/firewall stop bash /usr/sbin/firewall start service iptables save 2>&1 RETVAL=$? ;; *) echo "Usage: $0 { start | stop | restart }" RETVAL=1 ;; esac exit $RETVAL
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????