We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78beb02 commit 6a6b36aCopy full SHA for 6a6b36a
carthage_base/proxy.py
@@ -573,6 +573,8 @@ async def proxy_address(self, server:ProxyProtocol):
573
'''
574
Returns the address at which the proxy should contact this proxy service.
575
576
+ for net in set(l.net for l in self.network_links.values()):
577
+ net.assign_addresses()
578
for links in shared_network_links(self.network_links, server.network_links):
579
if address := links[0].merged_v4_config.address:
580
return address
0 commit comments