- [ ] `management:init` should only add new IP addresses (automatic removal should be disabled) - [ ] ability to manually add an IP address to a server - [ ] each IP address should save a field to save its private IP in a NAT - [ ] Update go sending to use the private IP if available (if no private ip is set, send directly via the public one assuming we can bind to it directly) - [ ] Health check to make sure all private IP routes via the correct public IP (can call OpenDNS or something to get an IP) - [ ] Documentation - [ ] Set up DX to easily test this locally Notes - Only NAT 1:1 routing will be supported
management:initshould only add new IP addresses (automatic removal should be disabled)Notes