Skip to content

issues Search Results · repo:pires/go-proxyproto language:Go

Filter by

50 results
 (49 ms)

50 results

inpires/go-proxyproto (press backspace or delete to remove)

Can not set readHeaderTimeout when using NewConn()
  • pieropio
  • 2
  • Opened 
    on Jul 17, 2024
  • #112

Having a sync.Once be checked in each net.Conn operation (i.e. on every Read()) seems quite inefficient. I suggest enqueuing accepted connections from the inner net.Listener s Accept(), processing/reading ...
  • adrianosela
  • 4
  • Opened 
    on Jul 6, 2024
  • #111

Currently we can apply policy to verify the upstream address https://github.com/pires/go-proxyproto/blob/e5b291b295b4a6e0425a134c8b3bfa6b2e692866/protocol.go#L70-L81. There could be scenarios where there ...
enhancement
  • kmala
  • Opened 
    on Mar 4, 2024
  • #107

- There can be requirements that server can listen and serve whenever proxy protocol is set or not for identifying real client s ip. - I will make PR if many people needs it.
enhancement
help wanted
  • 134130
  • 2
  • Opened 
    on Feb 20, 2024
  • #106

I want to proxy to port 172.16.200.10 21 through the domain name ftp11.com port 21, and proxy to port 172.16.200.20 21 through the domain name ftp122com port 21. Since TCP does not carry the domain name ...
  • gujiwork
  • Opened 
    on Jan 10, 2024
  • #105

Hello, I add go-proxyproto as a dependency in the server side of a VPN project. When the number of connections is high, it tends to crash. Here is the error message: May 11 13:57:35 xxxhostname xxxappname: ...
invalid
wontfix
  • athenakia
  • 3
  • Opened 
    on May 11, 2023
  • #101

Hi there, I want to write a middleware for fiber (fasthttp based framework). May I get full tcp header from fasthttp.RequestCtx? Many thanks.
  • auxo86
  • 3
  • Opened 
    on Mar 21, 2023
  • #100

Rely on Github Actions, such as https://github.com/softprops/action-gh-release, to automatically create releases based on tags.
documentation
good first issue
help wanted
  • pires
  • 2
  • Opened 
    on Mar 14, 2023
  • #98

I believe I m not the first one who tries to solve the PROXY PROTOCOL vs no PROXY PROTOCOL traffic problem for a single listener. This is a very common behavior for k8s clusters that use PROXY_PROTOCOL ...
enhancement
help wanted
  • kayrus
  • 1
  • Opened 
    on Mar 1, 2023
  • #95

Hi, I ve used Nginx as a load balance, and use example/server or example/http as backend. But I can t get real IP from nginx even if I have used the configuration of Nginx like proxy_protocol on stream ...
help wanted
question
  • LaikeeDu
  • 5
  • Opened 
    on Nov 13, 2022
  • #94
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub