addr returns the listening address (host:port) of the backend.
()
| 128 | |
| 129 | // addr returns the listening address (host:port) of the backend. |
| 130 | func (b *proxyProtoBackend) addr() string { |
| 131 | return b.ln.Addr().String() |
| 132 | } |
| 133 | |
| 134 | // recordedAddrs returns a snapshot of all PROXY-header source addresses seen |
| 135 | // so far. |
no test coverage detected