Commit 88a0e2c
committed
sni-router: review fixes — compose style, subnet caveat, IPv6 note
- Use list form for `networks: [sni]` on services that need no
per-network config; keep map form only on `web` where ipv4_address
requires it.
- README: note that the 172.28.0.0/24 subnet can be changed if it
collides with an existing host network (and remind to update both
files in lockstep).
- README: caveat that IPv6 fronting may lose the real client IP in
Caddy's logs because mtg constructs a mixed-family PROXY v2 header
(IPv6 source, IPv4 destination); Telegram traffic unaffected.1 parent 1fb9fbb commit 88a0e2c
2 files changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments