Public Member Functions | |
| __init__ (self, tuple[str,...] public_ips, tuple[str,...] private_ips) | |
| str | translate (self, str private_ip) |
Protected Attributes | |
| _map = dict(zip(private_ips, public_ips)) | |
Translate internal IP address to external. Only used for docker-based setup, not a viable long-term solution.