mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
remove dns resolution order override
This is the default for node 18.
This commit is contained in:
parent
e2ddabe032
commit
a61bc14456
1 changed files with 0 additions and 7 deletions
|
@ -1,8 +1 @@
|
|||
import * as dns from "dns";
|
||||
|
||||
// Set DNS result order early before anything that may depend on it happens.
|
||||
if (dns.setDefaultResultOrder) {
|
||||
dns.setDefaultResultOrder("verbatim");
|
||||
}
|
||||
|
||||
import "./command-line";
|
||||
|
|
Loading…
Reference in a new issue