Search
 
SCRIPT & CODE EXAMPLE
 

HTML

apache2 index.html location

# sample configuration for iptables service
# you can edit this manually or use system-config-firewall
# please do not ask us to add additional ports/services to this default configuration
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
Comment

apache2 index.html location

# sample configuration for iptables service
# you can edit this manually or use system-config-firewall
# please do not ask us to add additional ports/services to this default configuration
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT
-A INPUT -j REJECT --reject-with icmp-host-prohibited
-A FORWARD -j REJECT --reject-with icmp-host-prohibited
COMMIT
Comment

PREVIOUS NEXT
Code Example
Html :: player 
Html :: how to display java code in html 
Html :: Using HTML, write a code snippet that will result to this HTML table output. * 
Html :: html select subselect 
Html :: how to create a quiz in p5 
Html :: timezone picker html 
Html :: html unicode audio 
Html :: take a list that start with a constant number in html 
Html :: is html dead 
Html :: coding html ide online 
Html :: how set for loop in html tag with jquery 
Html :: basic html 
Html :: in what language is html written 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: spin wheel game html code 
Html :: fontawesome 4.7 cdn 
Css :: how do i update my gatsby version? 
Css :: button style none 
Css :: css visibility transition 
Css :: css text auto break line 
Css :: styling scrollbar css 
Css :: css remove link border on click 
Css :: limit paragraph by 2 lines css 
Css :: truncate text css 
Css :: radio checked css 
Css :: ul no indent 
Css :: mettre une image au milieu css 
Css :: change mat icon size 
Css :: css vertical align items in div 
Css :: css line break width 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =