This commit is contained in:
2025-03-25 11:16:29 -05:00
parent 670d46999f
commit a3ed8fb377

View File

@@ -77,6 +77,19 @@ authentik.akanealw.com {
#
#
# @ host .akanealw.com
# handle @ {
# handle @allowed {
# reverse_proxy https://192.168.1. {
# transport http {
# tls_insecure_skip_verify
# }
# }
# }
# respond "ip range not allowed"
# }
#
#
# --------------------------------------------------
@allowed client_ip private_ranges
import cloudflare
@@ -288,7 +301,7 @@ authentik.akanealw.com {
tls_insecure_skip_verify
}
}
}
}
respond "ip range not allowed"
}
@@ -301,14 +314,6 @@ authentik.akanealw.com {
}
@scripts host scripts.akanealw.com
handle @ryot {
handle @allowed {
reverse_proxy 192.168.1.30:8584
}
respond "ip range not allowed"
}
@scripts host scripts.akanealw.com
handle @scripts {
handle @allowed {
reverse_proxy 192.168.1.50:80
@@ -328,25 +333,37 @@ authentik.akanealw.com {
handle @dockersyncthing {
handle @allowed {
reverse_proxy 192.168.1.30:8384 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@gamingpcsyncthing host gamingpc-syncthing.akanealw.com
handle @gamingpcsyncthing {
handle @allowed {
reverse_proxy 192.168.1.11:8384 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@laptoppcsyncthing host laptoppc-syncthing.akanealw.com
handle @laptoppcsyncthing {
handle @allowed {
reverse_proxy 192.168.1.12:8384 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@webmin host webmin.akanealw.com
handle @webmin {
@@ -556,11 +573,11 @@ authentik.akanealw.com {
}
@ittools host it-tools.akanealw.com
# handle @ {
# import auth
# reverse_proxy 192.168.1.
# }
handle @ittools {
import auth
reverse_proxy 192.168.1.30:8383
}
}