From f9b1ae184dd5fecbf780d07bdfc1aec73a8886eb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 4 Mar 2025 05:04:13 -0600 Subject: [PATCH] update --- dmz/internalproxy/templates/authentik.yaml | 3 ++- dmz/traefik/templates/config.yaml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/dmz/internalproxy/templates/authentik.yaml b/dmz/internalproxy/templates/authentik.yaml index 8fb6803..d67ea43 100644 --- a/dmz/internalproxy/templates/authentik.yaml +++ b/dmz/internalproxy/templates/authentik.yaml @@ -50,5 +50,6 @@ metadata: name: example-redirectregex spec: redirectRegex: - regex: ^https://test.durp.info/(.*) + regex: (.)* replacement: https://google.com/${1} + permanent: true diff --git a/dmz/traefik/templates/config.yaml b/dmz/traefik/templates/config.yaml index d09b955..ae36dbf 100644 --- a/dmz/traefik/templates/config.yaml +++ b/dmz/traefik/templates/config.yaml @@ -15,3 +15,15 @@ data: loadBalancer: servers: - url: https://google.com + + https: + routers: + router0: + service: service0 + rule: Host(`test.durp.info`) + + services: + service0: + loadBalancer: + servers: + - url: https://google.com