fix DNSoverHTTPS
This commit is contained in:
parent
a53b9c7a8e
commit
41ae948391
|
@ -85,6 +85,7 @@ class DNSoverHTTPS(Base):
|
||||||
path: str = None
|
path: str = None
|
||||||
bootstrap_ipi: list[str] = []
|
bootstrap_ipi: list[str] = []
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
def parse(stamp: str):
|
def parse(stamp: str):
|
||||||
b = base64.urlsafe_b64decode(stamp.removeprefix("sdns://") + "==")
|
b = base64.urlsafe_b64decode(stamp.removeprefix("sdns://") + "==")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue