From b94f5b596366e52fc50e0a1db88a065337749651 Mon Sep 17 00:00:00 2001 From: Xerusion Date: Sat, 31 Jan 2026 18:17:37 +0700 Subject: [PATCH] Update reverse-proxy-traefik.md include adding to traefik network --- docs/deploying/reverse-proxy-traefik.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploying/reverse-proxy-traefik.md b/docs/deploying/reverse-proxy-traefik.md index e1edf515..0b10ebff 100644 --- a/docs/deploying/reverse-proxy-traefik.md +++ b/docs/deploying/reverse-proxy-traefik.md @@ -11,10 +11,12 @@ Install Traefik via your preferred method. You can read the official [docker qui You can setup auto renewing certificates with different kinds of [acme challenges](https://doc.traefik.io/traefik/reference/install-configuration/tls/certificate-resolvers/acme/). ### Router configurations -You only have to do any one of these methods. +Add tuwunel to your traefik's network. Be sure to change the `your.server.name` to your actual tuwunel domain. and the `yourcertresolver` should be changed to whatever you named it in your traefik config. +You only have to do any one of these methods below. + ### Labels To use labels with traefik you need to configure a [docker provider](https://doc.traefik.io/traefik/reference/install-configuration/providers/docker/).