diff --git a/Tutorials/Docker/Proxy Network.md b/Tutorials/Docker/Proxy Network.md index ee8fedb..93ab31e 100644 --- a/Tutorials/Docker/Proxy Network.md +++ b/Tutorials/Docker/Proxy Network.md @@ -1,3 +1,9 @@ +--- +title: Proxy Network +draft: true +date: 2025-01-18 +--- + ```json title="/etc/docker/daemon.json" { "ipv6": true, diff --git a/Tutorials/Docker/getting started.md b/Tutorials/Docker/getting started.md index 09f293d..131e3f6 100644 --- a/Tutorials/Docker/getting started.md +++ b/Tutorials/Docker/getting started.md @@ -1,5 +1,5 @@ --- title: Getting Started -draft: false +draft: true date: 2025-01-18 --- diff --git a/Tutorials/Traefik/CloudFlare.md b/Tutorials/Traefik/CloudFlare.md index be16747..1236a75 100644 --- a/Tutorials/Traefik/CloudFlare.md +++ b/Tutorials/Traefik/CloudFlare.md @@ -11,3 +11,13 @@ Enable: - gRPC - Pseudo IPv4 (headers) + +If you have A and AAAA then the plugin `github.com/Paxxs/traefik-get-real-ip` + +192.168.1.20 - - [19/Jan/2025:01:01:32 +0000] "GET /static/contentIndex.json HTTP/1.1" 304 0 "[https://docs.modernleft.org/"](https://docs.modernleft.org/"); "Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "2603:7080:f400:ed43:939f:266:9bef:e628, 172.71.255.28" + +192.168.1.20 - proxy +172.71.255.28 - cloudflare ipv4 +2603:7080:f400:ed43:939f:266:9bef:e628 - the actual user's ip + +"Pseudo IPv4" is needed for this \ No newline at end of file