nadoo
nadoo
Thanks for your explanation, I know what the `proxy` protocol did, but I always use glider without haproxy in the front, glider has built in load balancing features, why do...
Hi @pcmid , thank you for your advice! Do you use glider as a proxy with it's builtin dns server enabled? disable it then glider will follow the system's dns...
Hi @knano , may I ask why don't you use 2 instances to achieve your goal? ```glider -verbose -listen :8443 -forward ss://forwarder1(may only support tcp)``` ```glider -verbose -listen :8444 -forward...
Hi @rampageX , it's easy to implement, but I'm afraid it will increase the complexity of configuration and confuse users. I was also thinking about other similar scenarios like: ```...
Hi @mzz2017 , thanks for your help. I move the code of ss lib here just because I need to use the buffer pool, it would be great if there's...
> I just tested both implementation for a project running on RaspberryPi zero, on this platform the CPU usage is an important aspect: > > * minimp3 -> ~35% of...
You can see config [examples](https://github.com/nadoo/glider/tree/master/config/examples) which may help
> it is useful. can you explain your request with an example?