[Vulnerability]feat(conn): set bootstrap server host (#9931)

This commit is contained in:
Jimmy
2025-09-05 17:36:17 +08:00
committed by GitHub
parent bebd0576e5
commit f40038fb09
7 changed files with 35 additions and 18 deletions

View File

@@ -131,4 +131,4 @@ class BaseKVReceiver(ABC):
class BaseKVBootstrapServer(ABC):
@abstractmethod
def __init__(self, port: int): ...
def __init__(self, host: str, port: int): ...