mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-03-04 09:46:47 +00:00
Documentation edits made through Mintlify web editor
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Proxy Protocol"
|
title: "Proxy Protocol (Advanced)"
|
||||||
description: "Using Proxy Protocol to Preserve Client IPs for TCP/UDP backends"
|
description: "Using Proxy Protocol to Preserve Client IPs for TCP/UDP backends"
|
||||||
---
|
---
|
||||||
|
|
||||||
# Proxy Protocol (Advanced)
|
|
||||||
|
|
||||||
Did you ever want to get the real ip instead of newt's IP or traefik's IP for TCP/UDP applications? Then follow below, Just be warned this is not a begineer guide.
|
Did you ever want to get the real ip instead of newt's IP or traefik's IP for TCP/UDP applications? Then follow below, Just be warned this is not a begineer guide.
|
||||||
|
|
||||||
This guide shows how to enable Proxy Protocol manually until a GUI option becomes available.
|
This guide shows how to enable Proxy Protocol manually until a GUI option becomes available.
|
||||||
@@ -127,7 +125,7 @@ tcp:
|
|||||||
### UDP Example
|
### UDP Example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
tcp:
|
udp:
|
||||||
routers:
|
routers:
|
||||||
servicename-rtr:
|
servicename-rtr:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
|
|||||||
Reference in New Issue
Block a user