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

Function cloneDefaultDoHServers

script.js:75–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73}
74
75function cloneDefaultDoHServers() {
76 return DEFAULT_DNS_SERVERS.map(server => ({ ...server, ips: [...(server.ips || [])] }));
77}
78
79function readStoredJson(key) {
80 try {

Callers 2

loadStoredDoHServersFunction · 0.85
script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected