Updated script that can be controled by Nodejs web app
This commit is contained in:
9
lib/python3.13/site-packages/dns/rdtypes/IN/SVCB.py
Normal file
9
lib/python3.13/site-packages/dns/rdtypes/IN/SVCB.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
|
||||
|
||||
import dns.immutable
|
||||
import dns.rdtypes.svcbbase
|
||||
|
||||
|
||||
@dns.immutable.immutable
|
||||
class SVCB(dns.rdtypes.svcbbase.SVCBBase):
|
||||
"""SVCB record"""
|
Reference in New Issue
Block a user