added tls skip for proxmox servers

This commit is contained in:
2025-03-25 11:31:32 -05:00
parent d83f0c2698
commit e135da2796

View File

@@ -273,25 +273,37 @@ authentik.akanealw.com {
handle @proxmox1 {
handle @allowed {
reverse_proxy 192.168.1.51:8006 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@proxmox2 host proxmox2.akanealw.com
handle @proxmox2 {
handle @allowed {
reverse_proxy 192.168.1.52:8006 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@proxmoxbackup host proxmoxbackup.akanealw.com
handle @proxmoxbackup {
handle @allowed {
reverse_proxy 192.168.1.51:8007 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@router host router.akanealw.com
handle @router {