Add turms and gitea
This commit is contained in:
parent
12c938c379
commit
8879be5916
1 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ table inet firewall {
|
|||
set www {
|
||||
type ipv4_addr
|
||||
flags interval
|
||||
elements = { 193.48.225.241, 193.48.225.242, 193.48.225.243, 193.48.225.247, 193.48.225.200, 193.48.225.3, 193.48.225.203 }
|
||||
elements = { 193.48.225.241, 193.48.225.242, 193.48.225.243, 193.48.225.247, 193.48.225.200, 193.48.225.3, 193.48.225.203, 193.48.225.208 }
|
||||
}
|
||||
|
||||
set irc {
|
||||
|
@ -44,7 +44,7 @@ table inet firewall {
|
|||
set smtp {
|
||||
type ipv4_addr
|
||||
flags interval
|
||||
elements = { 193.48.225.249, 193.48.225.245, 193.48.225.200 }
|
||||
elements = { 193.48.225.249, 193.48.225.245, 193.48.225.200 , 193.48.225.207}
|
||||
}
|
||||
|
||||
set letsencrypt {
|
||||
|
@ -111,12 +111,12 @@ table inet firewall {
|
|||
chain to_dmz {
|
||||
ip saddr 10.7.0.0/16 accept
|
||||
|
||||
ip daddr @smtp tcp dport { 22, 25, 80 } accept
|
||||
ip daddr @smtp tcp dport { 22, 25, 80, 443, 143, 993, 587} accept
|
||||
ip daddr @dns tcp dport { 22, 53 } accept
|
||||
ip daddr @dns udp dport { 53 } accept
|
||||
ip daddr @dns_rennais tcp dport { 22, 53 } accept
|
||||
ip daddr @dns_rennais udp dport { 53 } accept
|
||||
ip daddr @www tcp dport { 21, 22, 80, 443 } accept
|
||||
ip daddr @www tcp dport { 21, 22, 80, 443, 3000 } accept
|
||||
ip daddr @federez tcp dport { 22, 53, 80, 443, 389 } accept
|
||||
ip daddr @federez udp dport { 53, 636 } accept
|
||||
ip daddr @znc tcp dport { 6667 } accept
|
||||
|
|
Loading…
Reference in a new issue