baconomatic's comments

baconomatic | 19 days ago | on: Reverse-engineering the UniFi inform protocol

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!

baconomatic | 19 days ago | on: Reverse-engineering the UniFi inform protocol

Thank you! DNS-based adoption works well for this. You point the unifi hostname at the tenant's subdomain and the Host header handles routing from there. We also have a DHCP Option 43 generator for setups where DNS isn't practical.

baconomatic | 19 days ago | on: Reverse-engineering the UniFi inform protocol

It would definitely be simpler, however the routing issue still stands. You would need to have a public IP for every VM, which is getting less practical. The MAC-based proxy makes it so we only need one IP and we can worry about the routing within our platform instead.

baconomatic | 5 years ago | on: Get started with 2-minute rule

This is similar to how I approach things on my todo list as well. If the task is going to take less than five minutes just do it now and be done with it.
page 1