Port check IP↔hostname association is lossy (single hostname per IP:port) #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Port state keys are
ip:portwith a singlehostnamefield. If multiple hostnames resolve to the same IP (shared hosting, CDN), only one hostname is associated. When that hostname removes the IP from DNS, the port state is orphaned but the IP is still valid for other hostnames.Need a set of associated hostnames, not a single one.
Ref: issue #5 item 3
yes