mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-10-10 13:58:36 +08:00
4 lines
145 B
JavaScript
4 lines
145 B
JavaScript
D("foo.com", "none",
|
|
SVCB("@", 1, ".", ""),
|
|
HTTPS("@", 2, ".", 'alpn="h3,h2" port=443 ipv4hint=123.123.123.123 ipv6hint=dead::beaf'),
|
|
);
|