fix DNSoverHTTPS

This commit is contained in:
bgme 2025-02-07 10:44:15 +00:00
parent a53b9c7a8e
commit 41ae948391

View file

@ -85,6 +85,7 @@ class DNSoverHTTPS(Base):
path: str = None
bootstrap_ipi: list[str] = []
@staticmethod
def parse(stamp: str):
b = base64.urlsafe_b64decode(stamp.removeprefix("sdns://") + "==")