MCPcopy Create free account
hub / github.com/BrainicHQ/DoHSpeedTest / cloneDefaultHostnames

Function cloneDefaultHostnames

script.js:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69let dnsServers = loadStoredDoHServers();
70
71function cloneDefaultHostnames() {
72 return [...DEFAULT_TOP_WEBSITES];
73}
74
75function cloneDefaultDoHServers() {
76 return DEFAULT_DNS_SERVERS.map(server => ({ ...server, ips: [...(server.ips || [])] }));

Callers 2

loadStoredHostnamesFunction · 0.85
script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected