vault backup: 2025-01-18 20:14:01
This commit is contained in:
parent
db1d08660d
commit
28bed87f37
3 changed files with 17 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
---
|
||||
title: Proxy Network
|
||||
draft: true
|
||||
date: 2025-01-18
|
||||
---
|
||||
|
||||
```json title="/etc/docker/daemon.json"
|
||||
{
|
||||
"ipv6": true,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Getting Started
|
||||
draft: false
|
||||
draft: true
|
||||
date: 2025-01-18
|
||||
---
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue