Update matrix
This commit is contained in:
parent
07c8d94957
commit
f214d4f4c1
12 changed files with 21084 additions and 2093 deletions
4
firewall
4
firewall
|
@ -54,6 +54,10 @@ iptables -A OUTPUT -p udp --dport 123 -j ACCEPT
|
|||
iptables -A INPUT -p tcp --dport 80 -j ACCEPT
|
||||
iptables -A OUTPUT -p tcp --dport 80 -j ACCEPT
|
||||
|
||||
# HTTP MATRIX FEDERATION (8448)
|
||||
iptables -A INPUT -p tcp --dport 8448 -j ACCEPT
|
||||
iptables -A OUTPUT -p tcp --dport 8448 -j ACCEPT
|
||||
|
||||
# HTTPS (443)
|
||||
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
|
||||
iptables -A OUTPUT -p tcp --dport 443 -j ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue