mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +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"
|
||||
---
|
||||
|
||||
# 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.
|
||||
|
||||
This guide shows how to enable Proxy Protocol manually until a GUI option becomes available.
|
||||
@@ -127,7 +125,7 @@ tcp:
|
||||
### UDP Example
|
||||
|
||||
```yaml
|
||||
tcp:
|
||||
udp:
|
||||
routers:
|
||||
servicename-rtr:
|
||||
entryPoints:
|
||||
|
||||
Reference in New Issue
Block a user