firewall/config/defines_ip.nft
Corentin Canebier 2d05b19a70 initial commit
2021-11-07 12:14:20 +01:00

42 lines
655 B
Plaintext

# Websites
define ip_re2o = {
10.5.0.25, # Thor (Prod)
193.54.193.25 # Thor (DMZ)
}
define ip_wiki = {
10.5.0.26, # Urdarbrunn (Prod)
193.54.193.25 # Urdarbrunn (DMZ)
}
define ip_comnpay = 46.255.53.0
# DNS
define ip_dns_rezo = {
10.5.0.29, # Mimir (Prod)
193.54.193.29 # Mimir (DMZ)
}
# ns0.fdn.org
define ip_dns_fdn = 80.67.169.12
# one.one.one.one
define ip_dns_cloudflare = {
1.1.1.1,
1.0.0.1
}
# Deco
define ip_deco_web_whitelist = {
$ip_re2o,
$ip_wiki,
$ip_wiki
}
define ip_deco_dns_whitelist = {
$ip_dns_rezo,
$ip_dns_fdn,
$ip_dns_cloudflare
}
define ip_deco_dnat = 10.5.0.25 # Redirection for DNAT in Deco VLAN