Hacker News new | ask | show | jobs
by lkuty 98 days ago
"The whole proxy is maybe 200 lines of Go with an in-memory MAC-to-tenant lookup table." Is it possible to have the source code or is it private ?
2 comments

The proxy is part of our platform so the source isn't public, but the concept is straightforward and the blog post covers the core logic. Happy to answer questions about the approach if you're building something similar!
I think you can even use standard haproxy acl rules and tables to extract few bytes from the request and route them correctly. No need for Go.