-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Milestone
Description
@appleboy @thinkerou @manucorporat
New engine.TrustedProxies
feature PR2632 brings breaking changes in many usage case.
RunTLS
or run in HTTP handler directly doesn't callprepareTrustedCIDRs
.- Client IP parsing.
Related issues:
- c.ClientIP() #2697
- Remove the new trustedproxy logic from client ip parsing #2809
- Export
engine.prepareTrustedCIDRs()
#2814 - build(deps): bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 MurmurationsNetwork/MurmurationsServices#135
PR2692 exports an API to set TrustedProxies
but not fix backward compatibility.
We need to make engine.TrustedProxies
feature backward-compatible.
menduo, yiranzai and rbeuque74