added tls skip for proxmox servers
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user