Kayabe
Results
3
comments of
Kayabe
a server that uses udp protocol
using proxyproto.NewConn doesnt let me convert the proxyproto.Conn to net.PacketConn ``` func(c net.PacketConn) net.PacketConn { e := c.(net.Conn) d := proxyproto.NewConn(e) return d } ``` errors: ```` cannot use d...
fixed by #84 , so this issue can be closed