diplonat with ipv6 firewall support; email ipv6 addresses in dns

This commit is contained in:
Alex 2023-04-04 14:13:57 +02:00
parent d83d230aee
commit c9f122bcd3
2 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ job "core" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/amd64_diplonat:4" image = "lxpz/amd64_diplonat:5"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
privileged = true privileged = true

View file

@ -63,7 +63,6 @@ job "email" {
port = "imap_port" port = "imap_port"
tags = [ tags = [
"dovecot", "dovecot",
"d53-a imap.deuxfleurs.fr",
] ]
check { check {
type = "tcp" type = "tcp"
@ -83,7 +82,9 @@ job "email" {
port = "imaps_port" port = "imaps_port"
tags = [ tags = [
"dovecot", "dovecot",
"(diplonat (tcp_port 993))" "(diplonat (tcp_port 993))",
"d53-a imap.deuxfleurs.fr",
"d53-aaaa imap.deuxfleurs.fr",
] ]
check { check {
@ -283,8 +284,7 @@ job "email" {
"postfix", "postfix",
"(diplonat (tcp_port 25 465 587))", "(diplonat (tcp_port 25 465 587))",
"d53-a smtp.deuxfleurs.fr", "d53-a smtp.deuxfleurs.fr",
# ipv6 is commented for now as port is not open in firewall (TODO) "d53-aaaa smtp.deuxfleurs.fr"
# "d53-aaaa smtp.deuxfleurs.fr"
] ]
check { check {
type = "tcp" type = "tcp"