@camunda/copilot-chat 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +190 -193
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import * as O from "react";
|
|
|
3
3
|
import we, { useState as oe, useRef as V, useCallback as T, useEffect as K, useMemo as ma, useLayoutEffect as wt, createElement as sn, Fragment as on, useReducer as rn, useContext as cn, forwardRef as ln, createContext as un } from "react";
|
|
4
4
|
import Pa from "@carbon/ai-chat-components/es/react/chat-button";
|
|
5
5
|
import { StopFilledAlt as dn, Send as hn, ChevronDown as xt, ChevronRight as _t, ChevronUp as mn, ChevronLeft as pn, Launch as gn, Checkmark as fn, Close as kn, Edit as yn, TrashCan as bn } from "@carbon/icons-react";
|
|
6
|
-
import { InlineNotification as Ct, Button as
|
|
6
|
+
import { InlineNotification as Ct, Button as Ne, TextInput as vn, IconButton as Ie, SkeletonText as La, Loading as wn } from "@carbon/react";
|
|
7
7
|
import xn from "@carbon/ai-chat-components/es/react/reasoning-steps";
|
|
8
8
|
import _n from "@carbon/ai-chat-components/es/react/reasoning-steps-toggle";
|
|
9
9
|
import Cn from "@carbon/ai-chat-components/es/react/reasoning-step";
|
|
@@ -15,7 +15,7 @@ import zn from "@carbon/ai-chat-components/es/react/chat-shell";
|
|
|
15
15
|
const In = "_container_ydqv1_9", On = "_messagesSlot_ydqv1_29", Ma = {
|
|
16
16
|
container: In,
|
|
17
17
|
messagesSlot: On
|
|
18
|
-
}, Rn = "_inputContainer_jibag_9", An = "_textArea_jibag_19", Pn = "_actionButton_jibag_82",
|
|
18
|
+
}, Rn = "_inputContainer_jibag_9", An = "_textArea_jibag_19", Pn = "_actionButton_jibag_82", Oe = {
|
|
19
19
|
inputContainer: Rn,
|
|
20
20
|
textArea: An,
|
|
21
21
|
actionButton: Pn
|
|
@@ -56,12 +56,12 @@ const In = "_container_ydqv1_9", On = "_messagesSlot_ydqv1_29", Ma = {
|
|
|
56
56
|
c.current && r.current && (r.current.focus(), c.current = !1);
|
|
57
57
|
}, [n]);
|
|
58
58
|
const f = o.trim().length > 0 && !n;
|
|
59
|
-
return /* @__PURE__ */ z("div", { className:
|
|
59
|
+
return /* @__PURE__ */ z("div", { className: Oe.inputContainer, children: [
|
|
60
60
|
/* @__PURE__ */ h(
|
|
61
61
|
"textarea",
|
|
62
62
|
{
|
|
63
63
|
ref: r,
|
|
64
|
-
className:
|
|
64
|
+
className: Oe.textArea,
|
|
65
65
|
value: o,
|
|
66
66
|
onChange: p,
|
|
67
67
|
onKeyDown: d,
|
|
@@ -73,7 +73,7 @@ const In = "_container_ydqv1_9", On = "_messagesSlot_ydqv1_29", Ma = {
|
|
|
73
73
|
n ? /* @__PURE__ */ h(
|
|
74
74
|
Pa,
|
|
75
75
|
{
|
|
76
|
-
className:
|
|
76
|
+
className: Oe.actionButton,
|
|
77
77
|
kind: "ghost",
|
|
78
78
|
size: "sm",
|
|
79
79
|
hasIconOnly: !0,
|
|
@@ -84,7 +84,7 @@ const In = "_container_ydqv1_9", On = "_messagesSlot_ydqv1_29", Ma = {
|
|
|
84
84
|
) : /* @__PURE__ */ h(
|
|
85
85
|
Pa,
|
|
86
86
|
{
|
|
87
|
-
className:
|
|
87
|
+
className: Oe.actionButton,
|
|
88
88
|
kind: "ghost",
|
|
89
89
|
size: "sm",
|
|
90
90
|
hasIconOnly: !0,
|
|
@@ -120,7 +120,7 @@ const In = "_container_ydqv1_9", On = "_messagesSlot_ydqv1_29", Ma = {
|
|
|
120
120
|
const o = e[s], i = s > 0, r = s < e.length - 1;
|
|
121
121
|
return /* @__PURE__ */ z("div", { className: X.container, children: [
|
|
122
122
|
/* @__PURE__ */ h(
|
|
123
|
-
|
|
123
|
+
Ne,
|
|
124
124
|
{
|
|
125
125
|
kind: "ghost",
|
|
126
126
|
size: "sm",
|
|
@@ -402,16 +402,16 @@ function ta(e, a) {
|
|
|
402
402
|
function As(e, a) {
|
|
403
403
|
e.prototype = Object.create(a.prototype), e.prototype.constructor = e, ta(e, a);
|
|
404
404
|
}
|
|
405
|
-
var Ps = Object.defineProperty, Ls = Object.defineProperties, Ms = Object.getOwnPropertyDescriptors,
|
|
405
|
+
var Ps = Object.defineProperty, Ls = Object.defineProperties, Ms = Object.getOwnPropertyDescriptors, qe = Object.getOwnPropertySymbols, Tt = Object.prototype.hasOwnProperty, jt = Object.prototype.propertyIsEnumerable, na = (e, a, n) => a in e ? Ps(e, a, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[a] = n, G = (e, a) => {
|
|
406
406
|
for (var n in a || (a = {})) Tt.call(a, n) && na(e, n, a[n]);
|
|
407
|
-
if (
|
|
407
|
+
if (qe) for (var n of qe(a)) jt.call(a, n) && na(e, n, a[n]);
|
|
408
408
|
return e;
|
|
409
409
|
}, zt = (e, a) => Ls(e, Ms(a)), Ns = (e, a) => {
|
|
410
410
|
var n = {};
|
|
411
411
|
for (var s in e) Tt.call(e, s) && a.indexOf(s) < 0 && (n[s] = e[s]);
|
|
412
|
-
if (e != null &&
|
|
412
|
+
if (e != null && qe) for (var s of qe(e)) a.indexOf(s) < 0 && jt.call(e, s) && (n[s] = e[s]);
|
|
413
413
|
return n;
|
|
414
|
-
},
|
|
414
|
+
}, N = (e, a, n) => (na(e, typeof a != "symbol" ? a + "" : a, n), n), ke = (e, a, n) => new Promise((s, t) => {
|
|
415
415
|
var o = (c) => {
|
|
416
416
|
try {
|
|
417
417
|
r(n.next(c));
|
|
@@ -426,7 +426,7 @@ var Ps = Object.defineProperty, Ls = Object.defineProperties, Ms = Object.getOwn
|
|
|
426
426
|
}
|
|
427
427
|
}, r = (c) => c.done ? s(c.value) : Promise.resolve(c.value).then(o, i);
|
|
428
428
|
r((n = n.apply(e, a)).next());
|
|
429
|
-
}), qs = "hCaptcha-script",
|
|
429
|
+
}), qs = "hCaptcha-script", Me = "hCaptchaOnLoad", Da = "script-error", re = "@hCaptcha/loader";
|
|
430
430
|
function Ds(e) {
|
|
431
431
|
return Object.entries(e).filter(([, a]) => a || a === !1).map(([a, n]) => `${encodeURIComponent(a)}=${encodeURIComponent(String(n))}`).join("&");
|
|
432
432
|
}
|
|
@@ -457,7 +457,7 @@ function Hs() {
|
|
|
457
457
|
}
|
|
458
458
|
var Ks = class Rt {
|
|
459
459
|
constructor(a) {
|
|
460
|
-
|
|
460
|
+
N(this, "_parent"), N(this, "breadcrumbs", []), N(this, "context", {}), N(this, "extra", {}), N(this, "tags", {}), N(this, "request"), N(this, "user"), this._parent = a;
|
|
461
461
|
}
|
|
462
462
|
get parent() {
|
|
463
463
|
return this._parent;
|
|
@@ -512,7 +512,7 @@ var Ks = class Rt {
|
|
|
512
512
|
clear() {
|
|
513
513
|
this.breadcrumbs = [], this.context = {}, this.tags = {}, this.user = void 0;
|
|
514
514
|
}
|
|
515
|
-
}, Qs = /^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i, $s = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i, Gs = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i, Vs = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/,
|
|
515
|
+
}, Qs = /^\s*at (?:(.*?) ?\()?((?:file|https?|blob|chrome-extension|address|native|eval|webpack|<anonymous>|[-a-z]+:|.*bundle|\/).*?)(?::(\d+))?(?::(\d+))?\)?\s*$/i, $s = /^\s*(.*?)(?:\((.*?)\))?(?:^|@)?((?:file|https?|blob|chrome|webpack|resource|moz-extension).*?:\/.*?|\[native code\]|[^@]*(?:bundle|\d+\.js))(?::(\d+))?(?::(\d+))?\s*$/i, Gs = /^\s*at (?:((?:\[object object\])?.+) )?\(?((?:file|ms-appx|https?|webpack|blob):.*?):(\d+)(?::(\d+))?\)?\s*$/i, Vs = /^(?:(\w+):)\/\/(?:(\w+)(?::(\w+))?@)([\w.-]+)(?::(\d+))?\/(.+)/, Re = "?", Ba = "An unknown error occurred", Ws = "0.0.4";
|
|
516
516
|
function Xs(e) {
|
|
517
517
|
for (let a = 0; a < e.length; a++) e[a] = Math.floor(Math.random() * 256);
|
|
518
518
|
return e;
|
|
@@ -537,11 +537,11 @@ function Zs(e) {
|
|
|
537
537
|
break;
|
|
538
538
|
}
|
|
539
539
|
if (!(!l || !u)) {
|
|
540
|
-
if (u === "chrome") c = { filename: (t = l[2]) != null && t.startsWith("address at ") ? l[2].substring(11) : l[2], function: l[1] ||
|
|
541
|
-
else if (u === "winjs") c = { filename: l[2], function: l[1] ||
|
|
542
|
-
else if (u === "gecko") r === 0 && !l[5] && e.columnNumber !== void 0 && o.length > 0 && (o[0].column = e.columnNumber + 1), c = { filename: l[3], function: l[1] ||
|
|
540
|
+
if (u === "chrome") c = { filename: (t = l[2]) != null && t.startsWith("address at ") ? l[2].substring(11) : l[2], function: l[1] || Re, lineno: l[3] ? +l[3] : null, colno: l[4] ? +l[4] : null };
|
|
541
|
+
else if (u === "winjs") c = { filename: l[2], function: l[1] || Re, lineno: +l[3], colno: l[4] ? +l[4] : null };
|
|
542
|
+
else if (u === "gecko") r === 0 && !l[5] && e.columnNumber !== void 0 && o.length > 0 && (o[0].column = e.columnNumber + 1), c = { filename: l[3], function: l[1] || Re, lineno: l[4] ? +l[4] : null, colno: l[5] ? +l[5] : null };
|
|
543
543
|
else continue;
|
|
544
|
-
!c.function && c.lineno && (c.function =
|
|
544
|
+
!c.function && c.lineno && (c.function = Re), o.push(c);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
return o.length ? o.reverse() : null;
|
|
@@ -611,7 +611,7 @@ function so(e, a, n) {
|
|
|
611
611
|
}
|
|
612
612
|
var Q, sa = (Q = class {
|
|
613
613
|
constructor(e) {
|
|
614
|
-
|
|
614
|
+
N(this, "apiURL"), N(this, "dsn"), N(this, "environment"), N(this, "release"), N(this, "sampleRate"), N(this, "debug"), N(this, "_scope"), N(this, "shouldBuffer", !1), N(this, "bufferlimit", 20), N(this, "buffer", []);
|
|
615
615
|
var a, n, s, t, o;
|
|
616
616
|
this.environment = e.environment, this.release = e.release, this.sampleRate = (a = e.sampleRate) != null ? a : 1, this.debug = (n = e.debug) != null ? n : !1, this._scope = (s = e.scope) != null ? s : new Ks(), this.apiURL = ao(e.dsn), this.dsn = e.dsn, this.shouldBuffer = (t = e.buffer) != null ? t : !1, this.bufferlimit = (o = e.bufferLimit) != null ? o : 20;
|
|
617
617
|
}
|
|
@@ -690,7 +690,7 @@ var Q, sa = (Q = class {
|
|
|
690
690
|
static reset() {
|
|
691
691
|
Q._instance = void 0;
|
|
692
692
|
}
|
|
693
|
-
},
|
|
693
|
+
}, N(Q, "_instance"), Q), oo = "https://d233059272824702afc8c43834c4912d@sentry.hcaptcha.com/6", io = "2.3.0", ro = "production";
|
|
694
694
|
function co(e = !0) {
|
|
695
695
|
if (!e) return Fa();
|
|
696
696
|
sa.init({ dsn: oo, release: io, environment: ro });
|
|
@@ -710,7 +710,7 @@ function lo({ scriptLocation: e, query: a, loadAsync: n = !0, crossOrigin: s = "
|
|
|
710
710
|
let l = Ot(e), u = It(l);
|
|
711
711
|
return new Promise((d, p) => {
|
|
712
712
|
let f = u.document.createElement("script");
|
|
713
|
-
f.id = qs, r ? f.src = `${r}?onload=${
|
|
713
|
+
f.id = qs, r ? f.src = `${r}?onload=${Me}` : i ? f.src = `${t}/1/secure-api.js?onload=${Me}` : f.src = `${t}/1/api.js?onload=${Me}`, f.crossOrigin = s, f.async = n;
|
|
714
714
|
let g = (k, b) => {
|
|
715
715
|
try {
|
|
716
716
|
!i && o && l.removeChild(f), b(k);
|
|
@@ -723,15 +723,15 @@ function lo({ scriptLocation: e, query: a, loadAsync: n = !0, crossOrigin: s = "
|
|
|
723
723
|
}, f.src += a !== "" ? `&${a}` : "", l.appendChild(f);
|
|
724
724
|
});
|
|
725
725
|
}
|
|
726
|
-
var
|
|
726
|
+
var Ae = [];
|
|
727
727
|
function uo(e = { cleanup: !1 }, a) {
|
|
728
728
|
try {
|
|
729
729
|
a.addBreadcrumb({ category: re, message: "hCaptcha loader params", data: e });
|
|
730
|
-
let n = Ot(e.scriptLocation), s = It(n), t =
|
|
730
|
+
let n = Ot(e.scriptLocation), s = It(n), t = Ae.find(({ scope: i }) => i === s.window);
|
|
731
731
|
if (t) return a.addBreadcrumb({ category: re, message: "hCaptcha already loaded" }), t.promise;
|
|
732
732
|
let o = new Promise((i, r) => ke(this, null, function* () {
|
|
733
733
|
try {
|
|
734
|
-
s.window[
|
|
734
|
+
s.window[Me] = () => {
|
|
735
735
|
a.addBreadcrumb({ category: re, message: "hCaptcha script called onload function" }), i(s.window.hcaptcha);
|
|
736
736
|
};
|
|
737
737
|
let c = Ds({ custom: e.custom, render: e.render, sentry: e.sentry, assethost: e.assethost, imghost: e.imghost, reportapi: e.reportapi, endpoint: e.endpoint, host: e.host, recaptchacompat: e.recaptchacompat, hl: e.hl, uj: e.uj });
|
|
@@ -740,11 +740,11 @@ function uo(e = { cleanup: !1 }, a) {
|
|
|
740
740
|
}), a.addBreadcrumb({ category: re, message: "hCaptcha loaded", data: t });
|
|
741
741
|
} catch {
|
|
742
742
|
a.addBreadcrumb({ category: re, message: "hCaptcha failed to load" });
|
|
743
|
-
let l =
|
|
744
|
-
l !== -1 &&
|
|
743
|
+
let l = Ae.findIndex((u) => u.scope === s.window);
|
|
744
|
+
l !== -1 && Ae.splice(l, 1), r(new Error(Da));
|
|
745
745
|
}
|
|
746
746
|
}));
|
|
747
|
-
return
|
|
747
|
+
return Ae.push({ promise: o, scope: s.window }), o;
|
|
748
748
|
} catch (n) {
|
|
749
749
|
return a.captureException(n), Promise.reject(new Error(Da));
|
|
750
750
|
}
|
|
@@ -814,7 +814,7 @@ var mo = /* @__PURE__ */ (function(e) {
|
|
|
814
814
|
});
|
|
815
815
|
}, n.loadCaptcha = function() {
|
|
816
816
|
if (!this.apiScriptRequested) {
|
|
817
|
-
var t = this.props, o = t.apihost, i = t.assethost, r = t.endpoint, c = t.host, l = t.imghost, u = t.languageOverride, d = t.reCaptchaCompat, p = t.reportapi, f = t.sentry, g = t.custom, k = t.loadAsync, b = t.scriptLocation, m = t.scriptSource, y = t.secureApi, _ = t.cleanup,
|
|
817
|
+
var t = this.props, o = t.apihost, i = t.assethost, r = t.endpoint, c = t.host, l = t.imghost, u = t.languageOverride, d = t.reCaptchaCompat, p = t.reportapi, f = t.sentry, g = t.custom, k = t.loadAsync, b = t.scriptLocation, m = t.scriptSource, y = t.secureApi, _ = t.cleanup, E = _ === void 0 ? !0 : _, j = t.userJourneys, v = {
|
|
818
818
|
render: "explicit",
|
|
819
819
|
apihost: o,
|
|
820
820
|
assethost: i,
|
|
@@ -830,7 +830,7 @@ var mo = /* @__PURE__ */ (function(e) {
|
|
|
830
830
|
scriptLocation: b,
|
|
831
831
|
scriptSource: m,
|
|
832
832
|
secureApi: y,
|
|
833
|
-
cleanup:
|
|
833
|
+
cleanup: E,
|
|
834
834
|
uj: j !== void 0 ? j : !1
|
|
835
835
|
};
|
|
836
836
|
ho(v).then(this.handleOnLoad, this.handleError).catch(this.handleError), this.apiScriptRequested = !0;
|
|
@@ -971,7 +971,7 @@ const po = ({ children: e }) => sn(on, null, e), go = () => ({
|
|
|
971
971
|
visitorId: void 0
|
|
972
972
|
})
|
|
973
973
|
});
|
|
974
|
-
var
|
|
974
|
+
var _e = class {
|
|
975
975
|
constructor() {
|
|
976
976
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
977
977
|
}
|
|
@@ -1033,7 +1033,7 @@ var Ce = class {
|
|
|
1033
1033
|
function yo(e) {
|
|
1034
1034
|
setTimeout(e, 0);
|
|
1035
1035
|
}
|
|
1036
|
-
var
|
|
1036
|
+
var Ke = typeof window > "u" || "Deno" in globalThis;
|
|
1037
1037
|
function J() {
|
|
1038
1038
|
}
|
|
1039
1039
|
function bo(e, a) {
|
|
@@ -1175,11 +1175,11 @@ function jo(e, a, n = 0) {
|
|
|
1175
1175
|
const s = [a, ...e];
|
|
1176
1176
|
return n && s.length > n ? s.slice(0, -1) : s;
|
|
1177
1177
|
}
|
|
1178
|
-
var
|
|
1178
|
+
var De = /* @__PURE__ */ Symbol();
|
|
1179
1179
|
function Pt(e, a) {
|
|
1180
|
-
return process.env.NODE_ENV !== "production" && e.queryFn ===
|
|
1180
|
+
return process.env.NODE_ENV !== "production" && e.queryFn === De && console.error(
|
|
1181
1181
|
`Attempted to invoke queryFn when set to skipToken. This is likely a configuration error. Query hash: '${e.queryHash}'`
|
|
1182
|
-
), !e.queryFn && a?.initialPromise ? () => a.initialPromise : !e.queryFn || e.queryFn ===
|
|
1182
|
+
), !e.queryFn && a?.initialPromise ? () => a.initialPromise : !e.queryFn || e.queryFn === De ? () => Promise.reject(new Error(`Missing queryFn: '${e.queryHash}'`)) : e.queryFn;
|
|
1183
1183
|
}
|
|
1184
1184
|
function zo(e, a) {
|
|
1185
1185
|
return typeof e == "function" ? e(...a) : !!e;
|
|
@@ -1191,13 +1191,13 @@ function Io(e, a, n) {
|
|
|
1191
1191
|
get: () => (t ??= a(), s || (s = !0, t.aborted ? n() : t.addEventListener("abort", n, { once: !0 })), t)
|
|
1192
1192
|
}), e;
|
|
1193
1193
|
}
|
|
1194
|
-
var Oo = class extends
|
|
1194
|
+
var Oo = class extends _e {
|
|
1195
1195
|
#e;
|
|
1196
1196
|
#t;
|
|
1197
1197
|
#a;
|
|
1198
1198
|
constructor() {
|
|
1199
1199
|
super(), this.#a = (e) => {
|
|
1200
|
-
if (!
|
|
1200
|
+
if (!Ke && window.addEventListener) {
|
|
1201
1201
|
const a = () => e();
|
|
1202
1202
|
return window.addEventListener("visibilitychange", a, !1), () => {
|
|
1203
1203
|
window.removeEventListener("visibilitychange", a);
|
|
@@ -1311,13 +1311,13 @@ function Po() {
|
|
|
1311
1311
|
}
|
|
1312
1312
|
};
|
|
1313
1313
|
}
|
|
1314
|
-
var
|
|
1314
|
+
var q = Po(), Lo = class extends _e {
|
|
1315
1315
|
#e = !0;
|
|
1316
1316
|
#t;
|
|
1317
1317
|
#a;
|
|
1318
1318
|
constructor() {
|
|
1319
1319
|
super(), this.#a = (e) => {
|
|
1320
|
-
if (!
|
|
1320
|
+
if (!Ke && window.addEventListener) {
|
|
1321
1321
|
const a = () => e(!0), n = () => e(!1);
|
|
1322
1322
|
return window.addEventListener("online", a, !1), window.addEventListener("offline", n, !1), () => {
|
|
1323
1323
|
window.removeEventListener("online", a), window.removeEventListener("offline", n);
|
|
@@ -1342,12 +1342,12 @@ var D = Po(), Lo = class extends Ce {
|
|
|
1342
1342
|
isOnline() {
|
|
1343
1343
|
return this.#e;
|
|
1344
1344
|
}
|
|
1345
|
-
},
|
|
1345
|
+
}, Be = new Lo();
|
|
1346
1346
|
function Mo(e) {
|
|
1347
1347
|
return Math.min(1e3 * 2 ** e, 3e4);
|
|
1348
1348
|
}
|
|
1349
1349
|
function Mt(e) {
|
|
1350
|
-
return (e ?? "online") === "online" ?
|
|
1350
|
+
return (e ?? "online") === "online" ? Be.isOnline() : !0;
|
|
1351
1351
|
}
|
|
1352
1352
|
var la = class extends Error {
|
|
1353
1353
|
constructor(e) {
|
|
@@ -1365,7 +1365,7 @@ function Nt(e) {
|
|
|
1365
1365
|
a = !0;
|
|
1366
1366
|
}, c = () => {
|
|
1367
1367
|
a = !1;
|
|
1368
|
-
}, l = () => Lt.isFocused() && (e.networkMode === "always" ||
|
|
1368
|
+
}, l = () => Lt.isFocused() && (e.networkMode === "always" || Be.isOnline()) && e.canRun(), u = () => Mt(e.networkMode) && e.canRun(), d = (k) => {
|
|
1369
1369
|
o() || (s?.(), t.resolve(k));
|
|
1370
1370
|
}, p = (k) => {
|
|
1371
1371
|
o() || (s?.(), t.reject(k));
|
|
@@ -1388,12 +1388,12 @@ function Nt(e) {
|
|
|
1388
1388
|
Promise.resolve(k).then(d).catch((m) => {
|
|
1389
1389
|
if (o())
|
|
1390
1390
|
return;
|
|
1391
|
-
const y = e.retry ?? (
|
|
1391
|
+
const y = e.retry ?? (Ke ? 0 : 3), _ = e.retryDelay ?? Mo, E = typeof _ == "function" ? _(n, m) : _, j = y === !0 || typeof y == "number" && n < y || typeof y == "function" && y(n, m);
|
|
1392
1392
|
if (a || !j) {
|
|
1393
1393
|
p(m);
|
|
1394
1394
|
return;
|
|
1395
1395
|
}
|
|
1396
|
-
n++, e.onFail?.(n, m), Eo(
|
|
1396
|
+
n++, e.onFail?.(n, m), Eo(E).then(() => l() ? void 0 : f()).then(() => {
|
|
1397
1397
|
a ? p(m) : g();
|
|
1398
1398
|
});
|
|
1399
1399
|
});
|
|
@@ -1422,7 +1422,7 @@ var qt = class {
|
|
|
1422
1422
|
updateGcTime(e) {
|
|
1423
1423
|
this.gcTime = Math.max(
|
|
1424
1424
|
this.gcTime || 0,
|
|
1425
|
-
e ?? (
|
|
1425
|
+
e ?? (Ke ? 1 / 0 : 300 * 1e3)
|
|
1426
1426
|
);
|
|
1427
1427
|
}
|
|
1428
1428
|
clearGcTimeout() {
|
|
@@ -1484,7 +1484,7 @@ var qt = class {
|
|
|
1484
1484
|
);
|
|
1485
1485
|
}
|
|
1486
1486
|
isDisabled() {
|
|
1487
|
-
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn ===
|
|
1487
|
+
return this.getObserversCount() > 0 ? !this.isActive() : this.options.queryFn === De || this.state.dataUpdateCount + this.state.errorUpdateCount === 0;
|
|
1488
1488
|
}
|
|
1489
1489
|
isStatic() {
|
|
1490
1490
|
return this.getObserversCount() > 0 ? this.observers.some(
|
|
@@ -1687,7 +1687,7 @@ var qt = class {
|
|
|
1687
1687
|
};
|
|
1688
1688
|
}
|
|
1689
1689
|
};
|
|
1690
|
-
this.state = a(this.state),
|
|
1690
|
+
this.state = a(this.state), q.batch(() => {
|
|
1691
1691
|
this.observers.forEach((n) => {
|
|
1692
1692
|
n.onQueryUpdate();
|
|
1693
1693
|
}), this.#a.notify({ query: this, type: "updated", action: e });
|
|
@@ -1758,10 +1758,10 @@ function Xa(e) {
|
|
|
1758
1758
|
meta: a.options.meta
|
|
1759
1759
|
};
|
|
1760
1760
|
return d(v), v;
|
|
1761
|
-
})(), _ = await p(y), { maxPages:
|
|
1761
|
+
})(), _ = await p(y), { maxPages: E } = a.options, j = b ? jo : To;
|
|
1762
1762
|
return {
|
|
1763
|
-
pages: j(g.pages, _,
|
|
1764
|
-
pageParams: j(g.pageParams, k,
|
|
1763
|
+
pages: j(g.pages, _, E),
|
|
1764
|
+
pageParams: j(g.pageParams, k, E)
|
|
1765
1765
|
};
|
|
1766
1766
|
};
|
|
1767
1767
|
if (t && o.length) {
|
|
@@ -2014,7 +2014,7 @@ var Bo = class extends qt {
|
|
|
2014
2014
|
};
|
|
2015
2015
|
}
|
|
2016
2016
|
};
|
|
2017
|
-
this.state = a(this.state),
|
|
2017
|
+
this.state = a(this.state), q.batch(() => {
|
|
2018
2018
|
this.#t.forEach((n) => {
|
|
2019
2019
|
n.onMutationUpdate(e);
|
|
2020
2020
|
}), this.#a.notify({
|
|
@@ -2038,7 +2038,7 @@ function Dt() {
|
|
|
2038
2038
|
submittedAt: 0
|
|
2039
2039
|
};
|
|
2040
2040
|
}
|
|
2041
|
-
var Fo = class extends
|
|
2041
|
+
var Fo = class extends _e {
|
|
2042
2042
|
constructor(e = {}) {
|
|
2043
2043
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Set(), this.#t = /* @__PURE__ */ new Map(), this.#a = 0;
|
|
2044
2044
|
}
|
|
@@ -2057,7 +2057,7 @@ var Fo = class extends Ce {
|
|
|
2057
2057
|
}
|
|
2058
2058
|
add(e) {
|
|
2059
2059
|
this.#e.add(e);
|
|
2060
|
-
const a =
|
|
2060
|
+
const a = Pe(e);
|
|
2061
2061
|
if (typeof a == "string") {
|
|
2062
2062
|
const n = this.#t.get(a);
|
|
2063
2063
|
n ? n.push(e) : this.#t.set(a, [e]);
|
|
@@ -2066,7 +2066,7 @@ var Fo = class extends Ce {
|
|
|
2066
2066
|
}
|
|
2067
2067
|
remove(e) {
|
|
2068
2068
|
if (this.#e.delete(e)) {
|
|
2069
|
-
const a =
|
|
2069
|
+
const a = Pe(e);
|
|
2070
2070
|
if (typeof a == "string") {
|
|
2071
2071
|
const n = this.#t.get(a);
|
|
2072
2072
|
if (n)
|
|
@@ -2079,7 +2079,7 @@ var Fo = class extends Ce {
|
|
|
2079
2079
|
this.notify({ type: "removed", mutation: e });
|
|
2080
2080
|
}
|
|
2081
2081
|
canRun(e) {
|
|
2082
|
-
const a =
|
|
2082
|
+
const a = Pe(e);
|
|
2083
2083
|
if (typeof a == "string") {
|
|
2084
2084
|
const s = this.#t.get(a)?.find(
|
|
2085
2085
|
(t) => t.state.status === "pending"
|
|
@@ -2089,11 +2089,11 @@ var Fo = class extends Ce {
|
|
|
2089
2089
|
return !0;
|
|
2090
2090
|
}
|
|
2091
2091
|
runNext(e) {
|
|
2092
|
-
const a =
|
|
2092
|
+
const a = Pe(e);
|
|
2093
2093
|
return typeof a == "string" ? this.#t.get(a)?.find((s) => s !== e && s.state.isPaused)?.continue() ?? Promise.resolve() : Promise.resolve();
|
|
2094
2094
|
}
|
|
2095
2095
|
clear() {
|
|
2096
|
-
|
|
2096
|
+
q.batch(() => {
|
|
2097
2097
|
this.#e.forEach((e) => {
|
|
2098
2098
|
this.notify({ type: "removed", mutation: e });
|
|
2099
2099
|
}), this.#e.clear(), this.#t.clear();
|
|
@@ -2112,7 +2112,7 @@ var Fo = class extends Ce {
|
|
|
2112
2112
|
return this.getAll().filter((a) => Qa(e, a));
|
|
2113
2113
|
}
|
|
2114
2114
|
notify(e) {
|
|
2115
|
-
|
|
2115
|
+
q.batch(() => {
|
|
2116
2116
|
this.listeners.forEach((a) => {
|
|
2117
2117
|
a(e);
|
|
2118
2118
|
});
|
|
@@ -2120,17 +2120,17 @@ var Fo = class extends Ce {
|
|
|
2120
2120
|
}
|
|
2121
2121
|
resumePausedMutations() {
|
|
2122
2122
|
const e = this.getAll().filter((a) => a.state.isPaused);
|
|
2123
|
-
return
|
|
2123
|
+
return q.batch(
|
|
2124
2124
|
() => Promise.all(
|
|
2125
2125
|
e.map((a) => a.continue().catch(J))
|
|
2126
2126
|
)
|
|
2127
2127
|
);
|
|
2128
2128
|
}
|
|
2129
2129
|
};
|
|
2130
|
-
function
|
|
2130
|
+
function Pe(e) {
|
|
2131
2131
|
return e.options.scope?.id;
|
|
2132
2132
|
}
|
|
2133
|
-
var Uo = class extends
|
|
2133
|
+
var Uo = class extends _e {
|
|
2134
2134
|
#e;
|
|
2135
2135
|
#t = void 0;
|
|
2136
2136
|
#a;
|
|
@@ -2177,7 +2177,7 @@ var Uo = class extends Ce {
|
|
|
2177
2177
|
};
|
|
2178
2178
|
}
|
|
2179
2179
|
#i(e) {
|
|
2180
|
-
|
|
2180
|
+
q.batch(() => {
|
|
2181
2181
|
if (this.#s && this.hasListeners()) {
|
|
2182
2182
|
const a = this.#t.variables, n = this.#t.context, s = {
|
|
2183
2183
|
client: this.#e,
|
|
@@ -2235,7 +2235,7 @@ var Uo = class extends Ce {
|
|
|
2235
2235
|
});
|
|
2236
2236
|
});
|
|
2237
2237
|
}
|
|
2238
|
-
}, Ho = class extends
|
|
2238
|
+
}, Ho = class extends _e {
|
|
2239
2239
|
constructor(e = {}) {
|
|
2240
2240
|
super(), this.config = e, this.#e = /* @__PURE__ */ new Map();
|
|
2241
2241
|
}
|
|
@@ -2263,7 +2263,7 @@ var Uo = class extends Ce {
|
|
|
2263
2263
|
a && (e.destroy(), a === e && this.#e.delete(e.queryHash), this.notify({ type: "removed", query: e }));
|
|
2264
2264
|
}
|
|
2265
2265
|
clear() {
|
|
2266
|
-
|
|
2266
|
+
q.batch(() => {
|
|
2267
2267
|
this.getAll().forEach((e) => {
|
|
2268
2268
|
this.remove(e);
|
|
2269
2269
|
});
|
|
@@ -2286,21 +2286,21 @@ var Uo = class extends Ce {
|
|
|
2286
2286
|
return Object.keys(e).length > 0 ? a.filter((n) => Ka(e, n)) : a;
|
|
2287
2287
|
}
|
|
2288
2288
|
notify(e) {
|
|
2289
|
-
|
|
2289
|
+
q.batch(() => {
|
|
2290
2290
|
this.listeners.forEach((a) => {
|
|
2291
2291
|
a(e);
|
|
2292
2292
|
});
|
|
2293
2293
|
});
|
|
2294
2294
|
}
|
|
2295
2295
|
onFocus() {
|
|
2296
|
-
|
|
2296
|
+
q.batch(() => {
|
|
2297
2297
|
this.getAll().forEach((e) => {
|
|
2298
2298
|
e.onFocus();
|
|
2299
2299
|
});
|
|
2300
2300
|
});
|
|
2301
2301
|
}
|
|
2302
2302
|
onOnline() {
|
|
2303
|
-
|
|
2303
|
+
q.batch(() => {
|
|
2304
2304
|
this.getAll().forEach((e) => {
|
|
2305
2305
|
e.onOnline();
|
|
2306
2306
|
});
|
|
@@ -2321,7 +2321,7 @@ var Uo = class extends Ce {
|
|
|
2321
2321
|
mount() {
|
|
2322
2322
|
this.#i++, this.#i === 1 && (this.#r = Lt.subscribe(async (e) => {
|
|
2323
2323
|
e && (await this.resumePausedMutations(), this.#e.onFocus());
|
|
2324
|
-
}), this.#o =
|
|
2324
|
+
}), this.#o = Be.subscribe(async (e) => {
|
|
2325
2325
|
e && (await this.resumePausedMutations(), this.#e.onOnline());
|
|
2326
2326
|
}));
|
|
2327
2327
|
}
|
|
@@ -2363,7 +2363,7 @@ var Uo = class extends Ce {
|
|
|
2363
2363
|
return this.#e.build(this, s).setData(i, { ...n, manual: !0 });
|
|
2364
2364
|
}
|
|
2365
2365
|
setQueriesData(e, a, n) {
|
|
2366
|
-
return
|
|
2366
|
+
return q.batch(
|
|
2367
2367
|
() => this.#e.findAll(e).map(({ queryKey: s }) => [
|
|
2368
2368
|
s,
|
|
2369
2369
|
this.setQueryData(s, a, n)
|
|
@@ -2378,7 +2378,7 @@ var Uo = class extends Ce {
|
|
|
2378
2378
|
}
|
|
2379
2379
|
removeQueries(e) {
|
|
2380
2380
|
const a = this.#e;
|
|
2381
|
-
|
|
2381
|
+
q.batch(() => {
|
|
2382
2382
|
a.findAll(e).forEach((n) => {
|
|
2383
2383
|
a.remove(n);
|
|
2384
2384
|
});
|
|
@@ -2386,7 +2386,7 @@ var Uo = class extends Ce {
|
|
|
2386
2386
|
}
|
|
2387
2387
|
resetQueries(e, a) {
|
|
2388
2388
|
const n = this.#e;
|
|
2389
|
-
return
|
|
2389
|
+
return q.batch(() => (n.findAll(e).forEach((s) => {
|
|
2390
2390
|
s.reset();
|
|
2391
2391
|
}), this.refetchQueries(
|
|
2392
2392
|
{
|
|
@@ -2397,13 +2397,13 @@ var Uo = class extends Ce {
|
|
|
2397
2397
|
)));
|
|
2398
2398
|
}
|
|
2399
2399
|
cancelQueries(e, a = {}) {
|
|
2400
|
-
const n = { revert: !0, ...a }, s =
|
|
2400
|
+
const n = { revert: !0, ...a }, s = q.batch(
|
|
2401
2401
|
() => this.#e.findAll(e).map((t) => t.cancel(n))
|
|
2402
2402
|
);
|
|
2403
2403
|
return Promise.all(s).then(J).catch(J);
|
|
2404
2404
|
}
|
|
2405
2405
|
invalidateQueries(e, a = {}) {
|
|
2406
|
-
return
|
|
2406
|
+
return q.batch(() => (this.#e.findAll(e).forEach((n) => {
|
|
2407
2407
|
n.invalidate();
|
|
2408
2408
|
}), e?.refetchType === "none" ? Promise.resolve() : this.refetchQueries(
|
|
2409
2409
|
{
|
|
@@ -2417,7 +2417,7 @@ var Uo = class extends Ce {
|
|
|
2417
2417
|
const n = {
|
|
2418
2418
|
...a,
|
|
2419
2419
|
cancelRefetch: a.cancelRefetch ?? !0
|
|
2420
|
-
}, s =
|
|
2420
|
+
}, s = q.batch(
|
|
2421
2421
|
() => this.#e.findAll(e).filter((t) => !t.isDisabled() && !t.isStatic()).map((t) => {
|
|
2422
2422
|
let o = t.fetch(void 0, n);
|
|
2423
2423
|
return n.throwOnError || (o = o.catch(J)), t.state.fetchStatus === "paused" ? Promise.resolve() : o;
|
|
@@ -2446,7 +2446,7 @@ var Uo = class extends Ce {
|
|
|
2446
2446
|
return e.behavior = Xa(e.pages), this.ensureQueryData(e);
|
|
2447
2447
|
}
|
|
2448
2448
|
resumePausedMutations() {
|
|
2449
|
-
return
|
|
2449
|
+
return Be.isOnline() ? this.#t.resumePausedMutations() : Promise.resolve();
|
|
2450
2450
|
}
|
|
2451
2451
|
getQueryCache() {
|
|
2452
2452
|
return this.#e;
|
|
@@ -2496,7 +2496,7 @@ var Uo = class extends Ce {
|
|
|
2496
2496
|
return a.queryHash || (a.queryHash = pa(
|
|
2497
2497
|
a.queryKey,
|
|
2498
2498
|
a
|
|
2499
|
-
)), a.refetchOnReconnect === void 0 && (a.refetchOnReconnect = a.networkMode !== "always"), a.throwOnError === void 0 && (a.throwOnError = !!a.suspense), !a.networkMode && a.persister && (a.networkMode = "offlineFirst"), a.queryFn ===
|
|
2499
|
+
)), a.refetchOnReconnect === void 0 && (a.refetchOnReconnect = a.networkMode !== "always"), a.throwOnError === void 0 && (a.throwOnError = !!a.suspense), !a.networkMode && a.persister && (a.networkMode = "offlineFirst"), a.queryFn === De && (a.enabled = !1), a;
|
|
2500
2500
|
}
|
|
2501
2501
|
defaultMutationOptions(e) {
|
|
2502
2502
|
return e?._defaulted ? e : {
|
|
@@ -2534,7 +2534,7 @@ function Go(e, a) {
|
|
|
2534
2534
|
}, [s, e]);
|
|
2535
2535
|
const t = O.useSyncExternalStore(
|
|
2536
2536
|
O.useCallback(
|
|
2537
|
-
(i) => s.subscribe(
|
|
2537
|
+
(i) => s.subscribe(q.batchCalls(i)),
|
|
2538
2538
|
[s]
|
|
2539
2539
|
),
|
|
2540
2540
|
() => s.getCurrentResult(),
|
|
@@ -2549,7 +2549,7 @@ function Go(e, a) {
|
|
|
2549
2549
|
throw t.error;
|
|
2550
2550
|
return { ...t, mutate: o, mutateAsync: t.mutate };
|
|
2551
2551
|
}
|
|
2552
|
-
function
|
|
2552
|
+
function Le(e) {
|
|
2553
2553
|
for (var a = 1; a < arguments.length; a++) {
|
|
2554
2554
|
var n = arguments[a];
|
|
2555
2555
|
for (var s in n)
|
|
@@ -2571,7 +2571,7 @@ var Vo = {
|
|
|
2571
2571
|
function ua(e, a) {
|
|
2572
2572
|
function n(t, o, i) {
|
|
2573
2573
|
if (!(typeof document > "u")) {
|
|
2574
|
-
i =
|
|
2574
|
+
i = Le({}, a, i), typeof i.expires == "number" && (i.expires = new Date(Date.now() + i.expires * 864e5)), i.expires && (i.expires = i.expires.toUTCString()), t = encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g, decodeURIComponent).replace(/[()]/g, escape);
|
|
2575
2575
|
var r = "";
|
|
2576
2576
|
for (var c in i)
|
|
2577
2577
|
i[c] && (r += "; " + c, i[c] !== !0 && (r += "=" + i[c].split(";")[0]));
|
|
@@ -2600,16 +2600,16 @@ function ua(e, a) {
|
|
|
2600
2600
|
n(
|
|
2601
2601
|
t,
|
|
2602
2602
|
"",
|
|
2603
|
-
|
|
2603
|
+
Le({}, o, {
|
|
2604
2604
|
expires: -1
|
|
2605
2605
|
})
|
|
2606
2606
|
);
|
|
2607
2607
|
},
|
|
2608
2608
|
withAttributes: function(t) {
|
|
2609
|
-
return ua(this.converter,
|
|
2609
|
+
return ua(this.converter, Le({}, this.attributes, t));
|
|
2610
2610
|
},
|
|
2611
2611
|
withConverter: function(t) {
|
|
2612
|
-
return ua(
|
|
2612
|
+
return ua(Le({}, this.converter, t), this.attributes);
|
|
2613
2613
|
}
|
|
2614
2614
|
},
|
|
2615
2615
|
{
|
|
@@ -2832,8 +2832,8 @@ const ri = /* @__PURE__ */ (function() {
|
|
|
2832
2832
|
const e = [1, {}], a = [0, { city: e }];
|
|
2833
2833
|
return [0, { ck: [0, { www: e }], jp: [0, { kawasaki: a, kitakyushu: a, kobe: a, nagoya: a, sapporo: a, sendai: a, yokohama: a }] }];
|
|
2834
2834
|
})(), ci = /* @__PURE__ */ (function() {
|
|
2835
|
-
const e = [1, {}], a = [2, {}], n = [1, { com: e, edu: e, gov: e, net: e, org: e }], s = [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e }], t = [0, { "*": a }], o = [2, { s: t }], i = [0, { relay: a }], r = [2, { id: a }], c = [1, { gov: e }], l = [0, { airflow: t, "lambda-url": a, "transfer-webapp": a }], u = [0, { airflow: t, "transfer-webapp": a }], d = [0, { "transfer-webapp": a }], p = [0, { "transfer-webapp": a, "transfer-webapp-fips": a }], f = [0, { notebook: a, studio: a }], g = [0, { labeling: a, notebook: a, studio: a }], k = [0, { notebook: a }], b = [0, { labeling: a, notebook: a, "notebook-fips": a, studio: a }], m = [0, { notebook: a, "notebook-fips": a, studio: a, "studio-fips": a }], y = [0, { shop: a }], _ = [0, { "*": e }],
|
|
2836
|
-
return [0, { ac: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, drr: a, feedback: a, forms: a }], ad: e, ae: [1, { ac: e, co: e, gov: e, mil: e, net: e, org: e, sch: e }], aero: [1, { airline: e, airport: e, "accident-investigation": e, "accident-prevention": e, aerobatic: e, aeroclub: e, aerodrome: e, agents: e, "air-surveillance": e, "air-traffic-control": e, aircraft: e, airtraffic: e, ambulance: e, association: e, author: e, ballooning: e, broker: e, caa: e, cargo: e, catering: e, certification: e, championship: e, charter: e, civilaviation: e, club: e, conference: e, consultant: e, consulting: e, control: e, council: e, crew: e, design: e, dgca: e, educator: e, emergency: e, engine: e, engineer: e, entertainment: e, equipment: e, exchange: e, express: e, federation: e, flight: e, freight: e, fuel: e, gliding: e, government: e, groundhandling: e, group: e, hanggliding: e, homebuilt: e, insurance: e, journal: e, journalist: e, leasing: e, logistics: e, magazine: e, maintenance: e, marketplace: e, media: e, microlight: e, modelling: e, navigation: e, parachuting: e, paragliding: e, "passenger-association": e, pilot: e, press: e, production: e, recreation: e, repbody: e, res: e, research: e, rotorcraft: e, safety: e, scientist: e, services: e, show: e, skydiving: e, software: e, student: e, taxi: e, trader: e, trading: e, trainer: e, union: e, workinggroup: e, works: e }], af: n, ag: [1, { co: e, com: e, net: e, nom: e, org: e, obj: a }], ai: [1, { com: e, net: e, off: e, org: e, uwu: a, framer: a, kiloapps: a }], al: s, am: [1, { co: e, com: e, commune: e, net: e, org: e, radio: a }], ao: [1, { co: e, ed: e, edu: e, gov: e, gv: e, it: e, og: e, org: e, pb: e }], aq: e, ar: [1, { bet: e, com: e, coop: e, edu: e, gob: e, gov: e, int: e, mil: e, musica: e, mutual: e, net: e, org: e, seg: e, senasa: e, tur: e }], arpa: [1, { e164: e, home: e, "in-addr": e, ip6: e, iris: e, uri: e, urn: e }], as: c, asia: [1, { cloudns: a, daemon: a, dix: a }], at: [1, { 4: a, ac: [1, { sth: e }], co: e, gv: e, or: e, funkfeuer: [0, { wien: a }], futurecms: [0, { "*": a, ex: t, in: t }], futurehosting: a, futuremailing: a, ortsinfo: [0, { ex: t, kunden: t }], biz: a, info: a, "123webseite": a, priv: a, my: a, myspreadshop: a, "12hp": a, "2ix": a, "4lima": a, "lima-city": a }], au: [1, { asn: e, com: [1, { cloudlets: [0, { mel: a }], myspreadshop: a }], edu: [1, { act: e, catholic: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e }], gov: [1, { qld: e, sa: e, tas: e, vic: e, wa: e }], id: e, net: e, org: e, conf: e, oz: e, act: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e, hrsn: [0, { vps: a }] }], aw: [1, { com: e }], ax: e, az: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, int: e, mil: e, name: e, net: e, org: e, pp: e, pro: e }], ba: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, brendly: y, rs: a }], bb: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, net: e, org: e, store: e, tv: e }], bd: [1, { ac: e, ai: e, co: e, com: e, edu: e, gov: e, id: e, info: e, it: e, mil: e, net: e, org: e, sch: e, tv: e }], be: [1, { ac: e, cloudns: a, webhosting: a, interhostsolutions: [0, { cloud: a }], kuleuven: [0, { ezproxy: a }], "123website": a, myspreadshop: a, transurl: t }], bf: c, bg: [1, { 0: e, 1: e, 2: e, 3: e, 4: e, 5: e, 6: e, 7: e, 8: e, 9: e, a: e, b: e, c: e, d: e, e, f: e, g: e, h: e, i: e, j: e, k: e, l: e, m: e, n: e, o: e, p: e, q: e, r: e, s: e, t: e, u: e, v: e, w: e, x: e, y: e, z: e, barsy: a }], bh: n, bi: [1, { co: e, com: e, edu: e, or: e, org: e }], biz: [1, { activetrail: a, "cloud-ip": a, cloudns: a, jozi: a, dyndns: a, "for-better": a, "for-more": a, "for-some": a, "for-the": a, selfip: a, webhop: a, orx: a, mmafan: a, myftp: a, "no-ip": a, dscloud: a }], bj: [1, { africa: e, agro: e, architectes: e, assur: e, avocats: e, co: e, com: e, eco: e, econo: e, edu: e, info: e, loisirs: e, money: e, net: e, org: e, ote: e, restaurant: e, resto: e, tourism: e, univ: e }], bm: n, bn: [1, { com: e, edu: e, gov: e, net: e, org: e, co: a }], bo: [1, { com: e, edu: e, gob: e, int: e, mil: e, net: e, org: e, tv: e, web: e, academia: e, agro: e, arte: e, blog: e, bolivia: e, ciencia: e, cooperativa: e, democracia: e, deporte: e, ecologia: e, economia: e, empresa: e, indigena: e, industria: e, info: e, medicina: e, movimiento: e, musica: e, natural: e, nombre: e, noticias: e, patria: e, plurinacional: e, politica: e, profesional: e, pueblo: e, revista: e, salud: e, tecnologia: e, tksat: e, transporte: e, wiki: e }], br: [1, { "9guacu": e, abc: e, adm: e, adv: e, agr: e, aju: e, am: e, anani: e, aparecida: e, api: e, app: e, arq: e, art: e, ato: e, b: e, barueri: e, belem: e, bet: e, bhz: e, bib: e, bio: e, blog: e, bmd: e, boavista: e, bsb: e, campinagrande: e, campinas: e, caxias: e, cim: e, cng: e, cnt: e, com: [1, { simplesite: a }], contagem: e, coop: e, coz: e, cri: e, cuiaba: e, curitiba: e, def: e, des: e, det: e, dev: e, ecn: e, eco: e, edu: e, emp: e, enf: e, eng: e, esp: e, etc: e, eti: e, far: e, feira: e, flog: e, floripa: e, fm: e, fnd: e, fortal: e, fot: e, foz: e, fst: e, g12: e, geo: e, ggf: e, goiania: e, gov: [1, { ac: e, al: e, am: e, ap: e, ba: e, ce: e, df: e, es: e, go: e, ma: e, mg: e, ms: e, mt: e, pa: e, pb: e, pe: e, pi: e, pr: e, rj: e, rn: e, ro: e, rr: e, rs: e, sc: e, se: e, sp: e, to: e }], gru: e, ia: e, imb: e, ind: e, inf: e, jab: e, jampa: e, jdf: e, joinville: e, jor: e, jus: e, leg: [1, { ac: a, al: a, am: a, ap: a, ba: a, ce: a, df: a, es: a, go: a, ma: a, mg: a, ms: a, mt: a, pa: a, pb: a, pe: a, pi: a, pr: a, rj: a, rn: a, ro: a, rr: a, rs: a, sc: a, se: a, sp: a, to: a }], leilao: e, lel: e, log: e, londrina: e, macapa: e, maceio: e, manaus: e, maringa: e, mat: e, med: e, mil: e, morena: e, mp: e, mus: e, natal: e, net: e, niteroi: e, nom: _, not: e, ntr: e, odo: e, ong: e, org: e, osasco: e, palmas: e, poa: e, ppg: e, pro: e, psc: e, psi: e, pvh: e, qsl: e, radio: e, rec: e, recife: e, rep: e, ribeirao: e, rio: e, riobranco: e, riopreto: e, salvador: e, sampa: e, santamaria: e, santoandre: e, saobernardo: e, saogonca: e, seg: e, sjc: e, slg: e, slz: e, social: e, sorocaba: e, srv: e, taxi: e, tc: e, tec: e, teo: e, the: e, tmp: e, trd: e, tur: e, tv: e, udi: e, vet: e, vix: e, vlog: e, wiki: e, xyz: e, zlg: e, tche: a }], bs: [1, { com: e, edu: e, gov: e, net: e, org: e, we: a }], bt: n, bv: e, bw: [1, { ac: e, co: e, gov: e, net: e, org: e }], by: [1, { gov: e, mil: e, com: e, of: e, mediatech: a }], bz: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, za: a, mydns: a, gsj: a }], ca: [1, { ab: e, bc: e, mb: e, nb: e, nf: e, nl: e, ns: e, nt: e, nu: e, on: e, pe: e, qc: e, sk: e, yk: e, gc: e, barsy: a, awdev: t, co: a, "no-ip": a, onid: a, myspreadshop: a, box: a }], cat: e, cc: [1, { cleverapps: a, "cloud-ip": a, cloudns: a, ccwu: a, ftpaccess: a, "game-server": a, myphotos: a, scrapping: a, twmail: a, csx: a, fantasyleague: a, spawn: [0, { instances: a }], ec: a, eu: a, gu: a, uk: a, us: a }], cd: [1, { gov: e, cc: a }], cf: e, cg: e, ch: [1, { square7: a, cloudns: a, cloudscale: [0, { cust: a, lpg: j, rma: j }], objectstorage: [0, { lpg: a, rma: a }], flow: [0, { ae: [0, { alp1: a }], appengine: a }], "linkyard-cloud": a, gotdns: a, dnsking: a, "123website": a, myspreadshop: a, firenet: [0, { "*": a, svc: t }], "12hp": a, "2ix": a, "4lima": a, "lima-city": a }], ci: [1, { ac: e, "xn--aroport-bya": e, aéroport: e, asso: e, co: e, com: e, ed: e, edu: e, go: e, gouv: e, int: e, net: e, or: e, org: e, us: a }], ck: _, cl: [1, { co: e, gob: e, gov: e, mil: e, cloudns: a }], cm: [1, { co: e, com: e, gov: e, net: e }], cn: [1, { ac: e, com: [1, { amazonaws: [0, { "cn-north-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, rds: t, dualstack: C, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a }], "cn-northwest-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, rds: t, dualstack: N, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a }], compute: t, airflow: [0, { "cn-north-1": t, "cn-northwest-1": t }], eb: [0, { "cn-north-1": a, "cn-northwest-1": a }], elb: t }], amazonwebservices: [0, { on: [0, { "cn-north-1": u, "cn-northwest-1": u }] }], sagemaker: [0, { "cn-north-1": f, "cn-northwest-1": f }] }], edu: e, gov: e, mil: e, net: e, org: e, "xn--55qx5d": e, 公司: e, "xn--od0alg": e, 網絡: e, "xn--io0a7i": e, 网络: e, ah: e, bj: e, cq: e, fj: e, gd: e, gs: e, gx: e, gz: e, ha: e, hb: e, he: e, hi: e, hk: e, hl: e, hn: e, jl: e, js: e, jx: e, ln: e, mo: e, nm: e, nx: e, qh: e, sc: e, sd: e, sh: [1, { as: a }], sn: e, sx: e, tj: e, tw: e, xj: e, xz: e, yn: e, zj: e, "canva-apps": a, canvasite: w, myqnapcloud: a, quickconnect: Z }], co: [1, { com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, carrd: a, crd: a, otap: t, hidns: a, leadpages: a, lpages: a, mypi: a, xmit: t, rdpa: [0, { clusters: t, srvrless: t }], firewalledreplit: r, repl: r, supabase: [2, { realtime: a, storage: a }], umso: a }], com: [1, { a2hosted: a, cpserver: a, adobeaemcloud: [2, { dev: t }], africa: a, auiusercontent: t, aivencloud: a, alibabacloudcs: a, kasserver: a, amazonaws: [0, { "af-south-1": E, "ap-east-1": Ee, "ap-northeast-1": ue, "ap-northeast-2": ue, "ap-northeast-3": E, "ap-south-1": ue, "ap-south-2": de, "ap-southeast-1": ue, "ap-southeast-2": ue, "ap-southeast-3": de, "ap-southeast-4": de, "ap-southeast-5": [0, { "execute-api": a, dualstack: C, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a }], "ca-central-1": fa, "ca-west-1": Ge, "eu-central-1": ue, "eu-central-2": de, "eu-north-1": Ee, "eu-south-1": E, "eu-south-2": de, "eu-west-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: C, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], "eu-west-2": Ee, "eu-west-3": E, "il-central-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: C, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a, "aws-cloud9": U, cloud9: [0, { vfs: a }] }], "me-central-1": de, "me-south-1": Ee, "sa-east-1": E, "us-east-1": [2, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: Se, s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-deprecated": a, "s3-fips": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], "us-east-2": ka, "us-gov-east-1": Ge, "us-gov-west-1": Ge, "us-west-1": fa, "us-west-2": ka, compute: t, "compute-1": t, airflow: [0, { "af-south-1": t, "ap-east-1": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-south-2": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-4": t, "ap-southeast-5": t, "ap-southeast-7": t, "ca-central-1": t, "ca-west-1": t, "eu-central-1": t, "eu-central-2": t, "eu-north-1": t, "eu-south-1": t, "eu-south-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-west-1": t, "us-west-2": t }], rds: [0, { "af-south-1": t, "ap-east-1": t, "ap-east-2": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-south-2": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-4": t, "ap-southeast-5": t, "ap-southeast-6": t, "ap-southeast-7": t, "ca-central-1": t, "ca-west-1": t, "eu-central-1": t, "eu-central-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "mx-central-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-gov-east-1": t, "us-gov-west-1": t, "us-northeast-1": t, "us-west-1": t, "us-west-2": t }], s3: a, "s3-1": a, "s3-ap-east-1": a, "s3-ap-northeast-1": a, "s3-ap-northeast-2": a, "s3-ap-northeast-3": a, "s3-ap-south-1": a, "s3-ap-southeast-1": a, "s3-ap-southeast-2": a, "s3-ca-central-1": a, "s3-eu-central-1": a, "s3-eu-north-1": a, "s3-eu-west-1": a, "s3-eu-west-2": a, "s3-eu-west-3": a, "s3-external-1": a, "s3-fips-us-gov-east-1": a, "s3-fips-us-gov-west-1": a, "s3-global": [0, { accesspoint: [0, { mrap: a }] }], "s3-me-south-1": a, "s3-sa-east-1": a, "s3-us-east-2": a, "s3-us-gov-east-1": a, "s3-us-gov-west-1": a, "s3-us-west-1": a, "s3-us-west-2": a, "s3-website-ap-northeast-1": a, "s3-website-ap-southeast-1": a, "s3-website-ap-southeast-2": a, "s3-website-eu-west-1": a, "s3-website-sa-east-1": a, "s3-website-us-east-1": a, "s3-website-us-gov-west-1": a, "s3-website-us-west-1": a, "s3-website-us-west-2": a, elb: t }], amazoncognito: [0, { "af-south-1": I, "ap-east-1": I, "ap-northeast-1": I, "ap-northeast-2": I, "ap-northeast-3": I, "ap-south-1": I, "ap-south-2": I, "ap-southeast-1": I, "ap-southeast-2": I, "ap-southeast-3": I, "ap-southeast-4": I, "ap-southeast-5": I, "ap-southeast-7": I, "ca-central-1": I, "ca-west-1": I, "eu-central-1": I, "eu-central-2": I, "eu-north-1": I, "eu-south-1": I, "eu-south-2": I, "eu-west-1": I, "eu-west-2": I, "eu-west-3": I, "il-central-1": I, "me-central-1": I, "me-south-1": I, "mx-central-1": I, "sa-east-1": I, "us-east-1": Te, "us-east-2": Te, "us-gov-east-1": ya, "us-gov-west-1": ya, "us-west-1": Te, "us-west-2": Te }], amplifyapp: a, awsapprunner: t, awsapps: a, elasticbeanstalk: [2, { "af-south-1": a, "ap-east-1": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-5": a, "ap-southeast-7": a, "ca-central-1": a, "eu-central-1": a, "eu-north-1": a, "eu-south-1": a, "eu-south-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-gov-east-1": a, "us-gov-west-1": a, "us-west-1": a, "us-west-2": a }], awsglobalaccelerator: a, siiites: a, appspacehosted: a, appspaceusercontent: a, "on-aptible": a, myasustor: a, "balena-devices": a, boutir: a, bplaced: a, cafjs: a, "canva-apps": a, "canva-hosted-embed": a, canvacode: a, "rice-labs": a, "cdn77-storage": a, br: a, cn: a, de: a, eu: a, jpn: a, mex: a, ru: a, sa: a, uk: a, us: a, za: a, "clever-cloud": [0, { services: t }], abrdns: a, dnsabr: a, "ip-ddns": a, jdevcloud: a, wpdevcloud: a, "cf-ipfs": a, "cloudflare-ipfs": a, trycloudflare: a, co: a, devinapps: t, builtwithdark: a, datadetect: [0, { demo: a, instance: a }], dattolocal: a, dattorelay: a, dattoweb: a, mydatto: a, digitaloceanspaces: t, discordsays: a, discordsez: a, drayddns: a, dreamhosters: a, durumis: a, blogdns: a, cechire: a, dnsalias: a, dnsdojo: a, doesntexist: a, dontexist: a, doomdns: a, "dyn-o-saur": a, dynalias: a, "dyndns-at-home": a, "dyndns-at-work": a, "dyndns-blog": a, "dyndns-free": a, "dyndns-home": a, "dyndns-ip": a, "dyndns-mail": a, "dyndns-office": a, "dyndns-pics": a, "dyndns-remote": a, "dyndns-server": a, "dyndns-web": a, "dyndns-wiki": a, "dyndns-work": a, "est-a-la-maison": a, "est-a-la-masion": a, "est-le-patron": a, "est-mon-blogueur": a, "from-ak": a, "from-al": a, "from-ar": a, "from-ca": a, "from-ct": a, "from-dc": a, "from-de": a, "from-fl": a, "from-ga": a, "from-hi": a, "from-ia": a, "from-id": a, "from-il": a, "from-in": a, "from-ks": a, "from-ky": a, "from-ma": a, "from-md": a, "from-mi": a, "from-mn": a, "from-mo": a, "from-ms": a, "from-mt": a, "from-nc": a, "from-nd": a, "from-ne": a, "from-nh": a, "from-nj": a, "from-nm": a, "from-nv": a, "from-oh": a, "from-ok": a, "from-or": a, "from-pa": a, "from-pr": a, "from-ri": a, "from-sc": a, "from-sd": a, "from-tn": a, "from-tx": a, "from-ut": a, "from-va": a, "from-vt": a, "from-wa": a, "from-wi": a, "from-wv": a, "from-wy": a, getmyip: a, gotdns: a, "hobby-site": a, homelinux: a, homeunix: a, iamallama: a, "is-a-anarchist": a, "is-a-blogger": a, "is-a-bookkeeper": a, "is-a-bulls-fan": a, "is-a-caterer": a, "is-a-chef": a, "is-a-conservative": a, "is-a-cpa": a, "is-a-cubicle-slave": a, "is-a-democrat": a, "is-a-designer": a, "is-a-doctor": a, "is-a-financialadvisor": a, "is-a-geek": a, "is-a-green": a, "is-a-guru": a, "is-a-hard-worker": a, "is-a-hunter": a, "is-a-landscaper": a, "is-a-lawyer": a, "is-a-liberal": a, "is-a-libertarian": a, "is-a-llama": a, "is-a-musician": a, "is-a-nascarfan": a, "is-a-nurse": a, "is-a-painter": a, "is-a-personaltrainer": a, "is-a-photographer": a, "is-a-player": a, "is-a-republican": a, "is-a-rockstar": a, "is-a-socialist": a, "is-a-student": a, "is-a-teacher": a, "is-a-techie": a, "is-a-therapist": a, "is-an-accountant": a, "is-an-actor": a, "is-an-actress": a, "is-an-anarchist": a, "is-an-artist": a, "is-an-engineer": a, "is-an-entertainer": a, "is-certified": a, "is-gone": a, "is-into-anime": a, "is-into-cars": a, "is-into-cartoons": a, "is-into-games": a, "is-leet": a, "is-not-certified": a, "is-slick": a, "is-uberleet": a, "is-with-theband": a, "isa-geek": a, "isa-hockeynut": a, issmarterthanyou: a, "likes-pie": a, likescandy: a, "neat-url": a, "saves-the-whales": a, selfip: a, "sells-for-less": a, "sells-for-u": a, servebbs: a, "simple-url": a, "space-to-rent": a, "teaches-yoga": a, writesthisblog: a, "1cooldns": a, bumbleshrimp: a, ddnsfree: a, ddnsgeek: a, ddnsguru: a, dynuddns: a, dynuhosting: a, giize: a, gleeze: a, kozow: a, loseyourip: a, ooguy: a, pivohosting: a, theworkpc: a, wiredbladehosting: a, emergentagent: [0, { preview: a }], mytuleap: a, "tuleap-partners": a, encoreapi: a, evennode: [0, { "eu-1": a, "eu-2": a, "eu-3": a, "eu-4": a, "us-1": a, "us-2": a, "us-3": a, "us-4": a }], onfabrica: a, "fastly-edge": a, "fastly-terrarium": a, "fastvps-server": a, mydobiss: a, firebaseapp: a, fldrv: a, framercanvas: a, "freebox-os": a, freeboxos: a, freemyip: a, aliases121: a, gentapps: a, gentlentapis: a, githubusercontent: a, "0emm": t, appspot: [2, { r: t }], blogspot: a, codespot: a, googleapis: a, googlecode: a, pagespeedmobilizer: a, withgoogle: a, withyoutube: a, grayjayleagues: a, hatenablog: a, hatenadiary: a, "hercules-app": a, "hercules-dev": a, herokuapp: a, gr: a, smushcdn: a, wphostedmail: a, wpmucdn: a, pixolino: a, "apps-1and1": a, "live-website": a, "webspace-host": a, dopaas: a, "hosted-by-previder": Ve, hosteur: [0, { "rag-cloud": a, "rag-cloud-ch": a }], "ik-server": [0, { jcloud: a, "jcloud-ver-jpc": a }], jelastic: [0, { demo: a }], massivegrid: Ve, wafaicloud: [0, { jed: a, ryd: a }], "eu1-plenit": a, "la1-plenit": a, "us1-plenit": a, webadorsite: a, "on-forge": a, "on-vapor": a, lpusercontent: a, linode: [0, { members: a, nodebalancer: t }], linodeobjects: t, linodeusercontent: [0, { ip: a }], localtonet: a, lovableproject: a, barsycenter: a, barsyonline: a, lutrausercontent: t, magicpatternsapp: a, modelscape: a, mwcloudnonprod: a, polyspace: a, mazeplay: a, miniserver: a, atmeta: a, fbsbx: ba, meteorapp: va, routingthecloud: a, "same-app": a, "same-preview": a, mydbserver: a, mochausercontent: a, hostedpi: a, "mythic-beasts": [0, { caracal: a, customer: a, fentiger: a, lynx: a, ocelot: a, oncilla: a, onza: a, sphinx: a, vs: a, x: a, yali: a }], nospamproxy: [0, { cloud: [2, { o365: a }] }], "4u": a, nfshost: a, "3utilities": a, blogsyte: a, ciscofreak: a, damnserver: a, ddnsking: a, ditchyourip: a, dnsiskinky: a, dynns: a, geekgalaxy: a, "health-carereform": a, homesecuritymac: a, homesecuritypc: a, myactivedirectory: a, mysecuritycamera: a, myvnc: a, "net-freaks": a, onthewifi: a, point2this: a, quicksytes: a, securitytactics: a, servebeer: a, servecounterstrike: a, serveexchange: a, serveftp: a, servegame: a, servehalflife: a, servehttp: a, servehumour: a, serveirc: a, servemp3: a, servep2p: a, servepics: a, servequake: a, servesarcasm: a, stufftoread: a, unusualperson: a, workisboring: a, myiphost: a, observableusercontent: [0, { static: a }], simplesite: a, oaiusercontent: t, orsites: a, operaunite: a, "customer-oci": [0, { "*": a, oci: t, ocp: t, ocs: t }], oraclecloudapps: t, oraclegovcloudapps: t, "authgear-staging": a, authgearapps: a, outsystemscloud: a, ownprovider: a, pgfog: a, pagexl: a, gotpantheon: a, paywhirl: t, forgeblocks: a, upsunapp: a, "postman-echo": a, prgmr: [0, { xen: a }], "project-study": [0, { dev: a }], pythonanywhere: va, qa2: a, "alpha-myqnapcloud": a, "dev-myqnapcloud": a, mycloudnas: a, mynascloud: a, myqnapcloud: a, qualifioapp: a, ladesk: a, qualyhqpartner: t, qualyhqportal: t, qbuser: a, quipelements: t, rackmaze: a, "readthedocs-hosted": a, rhcloud: a, onrender: a, render: We, "subsc-pay": a, "180r": a, dojin: a, sakuratan: a, sakuraweb: a, x0: a, code: [0, { builder: t, "dev-builder": t, "stg-builder": t }], salesforce: [0, { platform: [0, { "code-builder-stg": [0, { test: [0, { "001": t }] }] }] }], logoip: a, scrysec: a, "firewall-gateway": a, myshopblocks: a, myshopify: a, shopitsite: a, "1kapp": a, appchizi: a, applinzi: a, sinaapp: a, vipsinaapp: a, streamlitapp: a, "try-snowplow": a, "playstation-cloud": a, myspreadshop: a, "w-corp-staticblitz": a, "w-credentialless-staticblitz": a, "w-staticblitz": a, "stackhero-network": a, stdlib: [0, { api: a }], strapiapp: [2, { media: a }], "streak-link": a, streaklinks: a, streakusercontent: a, "temp-dns": a, dsmynas: a, familyds: a, mytabit: a, taveusercontent: a, "tb-hosting": Xe, reservd: a, thingdustdata: a, "townnews-staging": a, typeform: [0, { pro: a }], hk: a, it: a, "deus-canvas": a, vultrobjects: t, wafflecell: a, hotelwithflight: a, "reserve-online": a, cprapid: a, pleskns: a, remotewd: a, wiardweb: [0, { pages: a }], "base44-sandbox": a, wixsite: a, wixstudio: a, messwithdns: a, "woltlab-demo": a, wpenginepowered: [2, { js: a }], xnbay: [2, { u2: a, "u2-local": a }], xtooldevice: a, yolasite: a }], coop: e, cr: [1, { ac: e, co: e, ed: e, fi: e, go: e, or: e, sa: e }], cu: [1, { com: e, edu: e, gob: e, inf: e, nat: e, net: e, org: e }], cv: [1, { com: e, edu: e, id: e, int: e, net: e, nome: e, org: e, publ: e }], cw: je, cx: [1, { gov: e, cloudns: a, ath: a, info: a, assessments: a, calculators: a, funnels: a, paynow: a, quizzes: a, researched: a, tests: a }], cy: [1, { ac: e, biz: e, com: [1, { scaleforce: Ye }], ekloges: e, gov: e, ltd: e, mil: e, net: e, org: e, press: e, pro: e, tm: e }], cz: [1, { gov: e, contentproxy9: [0, { rsc: a }], realm: a, e4: a, co: a, metacentrum: [0, { cloud: t, custom: a }], muni: [0, { cloud: [0, { flt: a, usr: a }] }] }], de: [1, { bplaced: a, square7: a, "bwcloud-os-instance": t, com: a, cosidns: wa, dnsupdater: a, "dynamisches-dns": a, "internet-dns": a, "l-o-g-i-n": a, ddnss: [2, { dyn: a, dyndns: a }], "dyn-ip24": a, dyndns1: a, "home-webserver": [2, { dyn: a }], "myhome-server": a, dnshome: a, fuettertdasnetz: a, isteingeek: a, istmein: a, lebtimnetz: a, leitungsen: a, traeumtgerade: a, frusky: t, goip: a, "xn--gnstigbestellen-zvb": a, günstigbestellen: a, "xn--gnstigliefern-wob": a, günstigliefern: a, "hs-heilbronn": [0, { it: [0, { pages: a, "pages-research": a }] }], "dyn-berlin": a, "in-berlin": a, "in-brb": a, "in-butter": a, "in-dsl": a, "in-vpn": a, iservschule: a, "mein-iserv": a, schuldock: a, schulplattform: a, schulserver: a, "test-iserv": a, keymachine: a, co: a, "git-repos": a, "lcube-server": a, "svn-repos": a, barsy: a, webspaceconfig: a, "123webseite": a, rub: a, "ruhr-uni-bochum": [2, { noc: [0, { io: a }] }], logoip: a, "firewall-gateway": a, "my-gateway": a, "my-router": a, spdns: a, my: a, speedpartner: [0, { customer: a }], myspreadshop: a, "taifun-dns": a, "12hp": a, "2ix": a, "4lima": a, "lima-city": a, "virtual-user": a, virtualuser: a, "community-pro": a, diskussionsbereich: a, xenonconnect: t }], dj: e, dk: [1, { biz: a, co: a, firm: a, reg: a, store: a, "123hjemmeside": a, myspreadshop: a }], dm: Ca, do: [1, { art: e, com: e, edu: e, gob: e, gov: e, mil: e, net: e, org: e, sld: e, web: e }], dz: [1, { art: e, asso: e, com: e, edu: e, gov: e, net: e, org: e, pol: e, soc: e, tm: e }], ec: [1, { abg: e, adm: e, agron: e, arqt: e, art: e, bar: e, chef: e, com: e, cont: e, cpa: e, cue: e, dent: e, dgn: e, disco: e, doc: e, edu: e, eng: e, esm: e, fin: e, fot: e, gal: e, gob: e, gov: e, gye: e, ibr: e, info: e, k12: e, lat: e, loj: e, med: e, mil: e, mktg: e, mon: e, net: e, ntr: e, odont: e, org: e, pro: e, prof: e, psic: e, psiq: e, pub: e, rio: e, rrpp: e, sal: e, tech: e, tul: e, tur: e, uio: e, vet: e, xxx: e, base: a, official: a }], edu: [1, { rit: [0, { "git-pages": a }] }], ee: [1, { aip: e, com: e, edu: e, fie: e, gov: e, lib: e, med: e, org: e, pri: e, riik: e }], eg: [1, { ac: e, com: e, edu: e, eun: e, gov: e, info: e, me: e, mil: e, name: e, net: e, org: e, sci: e, sport: e, tv: e }], er: _, es: [1, { com: e, edu: e, gob: e, nom: e, org: e, "123miweb": a, myspreadshop: a }], et: [1, { biz: e, com: e, edu: e, gov: e, info: e, name: e, net: e, org: e }], eu: [1, { amazonwebservices: [0, { on: [0, { "eusc-de-east-1": [0, { "cognito-idp": I }] }] }], cloudns: a, prvw: a, deuxfleurs: a, dogado: [0, { jelastic: a }], barsy: a, spdns: a, nxa: t, directwp: a, transurl: t }], fi: [1, { aland: e, dy: a, "xn--hkkinen-5wa": a, häkkinen: a, iki: a, cloudplatform: [0, { fi: a }], datacenter: [0, { demo: a, paas: a }], kapsi: a, "123kotisivu": a, myspreadshop: a }], fj: [1, { ac: e, biz: e, com: e, edu: e, gov: e, id: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], fk: _, fm: [1, { com: e, edu: e, net: e, org: e, radio: a, user: t }], fo: e, fr: [1, { asso: e, com: e, gouv: e, nom: e, prd: e, tm: e, avoues: e, cci: e, greta: e, "huissier-justice": e, "fbx-os": a, fbxos: a, "freebox-os": a, freeboxos: a, goupile: a, "123siteweb": a, "on-web": a, "chirurgiens-dentistes-en-france": a, dedibox: a, aeroport: a, avocat: a, chambagri: a, "chirurgiens-dentistes": a, "experts-comptables": a, medecin: a, notaires: a, pharmacien: a, port: a, veterinaire: a, myspreadshop: a, ynh: a }], ga: e, gb: e, gd: [1, { edu: e, gov: e }], ge: [1, { com: e, edu: e, gov: e, net: e, org: e, pvt: e, school: e }], gf: e, gg: [1, { co: e, net: e, org: e, ply: [0, { at: t, d6: a }], botdash: a, kaas: a, stackit: a, panel: [2, { daemon: a }] }], gh: [1, { biz: e, com: e, edu: e, gov: e, mil: e, net: e, org: e }], gi: [1, { com: e, edu: e, gov: e, ltd: e, mod: e, org: e }], gl: [1, { co: e, com: e, edu: e, net: e, org: e }], gm: e, gn: [1, { ac: e, com: e, edu: e, gov: e, net: e, org: e }], gov: e, gp: [1, { asso: e, com: e, edu: e, mobi: e, net: e, org: e }], gq: e, gr: [1, { com: e, edu: e, gov: e, net: e, org: e, barsy: a, simplesite: a }], gs: e, gt: [1, { com: e, edu: e, gob: e, ind: e, mil: e, net: e, org: e }], gu: [1, { com: e, edu: e, gov: e, guam: e, info: e, net: e, org: e, web: e }], gw: [1, { nx: a }], gy: Ca, hk: [1, { com: e, edu: e, gov: e, idv: e, net: e, org: e, "xn--ciqpn": e, 个人: e, "xn--gmqw5a": e, 個人: e, "xn--55qx5d": e, 公司: e, "xn--mxtq1m": e, 政府: e, "xn--lcvr32d": e, 敎育: e, "xn--wcvs22d": e, 教育: e, "xn--gmq050i": e, 箇人: e, "xn--uc0atv": e, 組織: e, "xn--uc0ay4a": e, 組织: e, "xn--od0alg": e, 網絡: e, "xn--zf0avx": e, 網络: e, "xn--mk0axi": e, 组織: e, "xn--tn0ag": e, 组织: e, "xn--od0aq3b": e, 网絡: e, "xn--io0a7i": e, 网络: e, inc: a, ltd: a }], hm: e, hn: [1, { com: e, edu: e, gob: e, mil: e, net: e, org: e }], hr: [1, { com: e, from: e, iz: e, name: e, brendly: y }], ht: [1, { adult: e, art: e, asso: e, com: e, coop: e, edu: e, firm: e, gouv: e, info: e, med: e, net: e, org: e, perso: e, pol: e, pro: e, rel: e, shop: e, rt: a }], hu: [1, { 2e3: e, agrar: e, bolt: e, casino: e, city: e, co: e, erotica: e, erotika: e, film: e, forum: e, games: e, hotel: e, info: e, ingatlan: e, jogasz: e, konyvelo: e, lakas: e, media: e, news: e, org: e, priv: e, reklam: e, sex: e, shop: e, sport: e, suli: e, szex: e, tm: e, tozsde: e, utazas: e, video: e }], id: [1, { ac: e, biz: e, co: e, desa: e, go: e, kop: e, mil: e, my: e, net: e, or: e, ponpes: e, sch: e, web: e, "xn--9tfky": e, "ᬩᬮᬶ": e, e: a, zone: a }], ie: [1, { gov: e, myspreadshop: a }], il: [1, { ac: e, co: [1, { ravpage: a, mytabit: a, tabitorder: a }], gov: e, idf: e, k12: e, muni: e, net: e, org: e }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": e, "xn--5dbhl8d": e, "xn--8dbq2a": e, "xn--hebda8b": e }], ישראל: [1, { אקדמיה: e, ישוב: e, צהל: e, ממשל: e }], im: [1, { ac: e, co: [1, { ltd: e, plc: e }], com: e, net: e, org: e, tt: e, tv: e }], in: [1, { "5g": e, "6g": e, ac: e, ai: e, am: e, bank: e, bihar: e, biz: e, business: e, ca: e, cn: e, co: e, com: e, coop: e, cs: e, delhi: e, dr: e, edu: e, er: e, fin: e, firm: e, gen: e, gov: e, gujarat: e, ind: e, info: e, int: e, internet: e, io: e, me: e, mil: e, net: e, nic: e, org: e, pg: e, post: e, pro: e, res: e, travel: e, tv: e, uk: e, up: e, us: e, cloudns: a, barsy: a, web: a, indevs: a, supabase: a }], info: [1, { cloudns: a, "dynamic-dns": a, "barrel-of-knowledge": a, "barrell-of-knowledge": a, dyndns: a, "for-our": a, "groks-the": a, "groks-this": a, "here-for-more": a, knowsitall: a, selfip: a, webhop: a, barsy: a, mayfirst: a, mittwald: a, mittwaldserver: a, typo3server: a, dvrcam: a, ilovecollege: a, "no-ip": a, forumz: a, nsupdate: a, dnsupdate: a, "v-info": a }], int: [1, { eu: e }], io: [1, { 2038: a, co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, "on-acorn": t, myaddr: a, apigee: a, "b-data": a, beagleboard: a, bitbucket: a, bluebite: a, boxfuse: a, brave: o, browsersafetymark: a, bubble: be, bubbleapps: a, bigv: [0, { uk0: a }], cleverapps: a, cloudbeesusercontent: a, dappnode: [0, { dyndns: a }], darklang: a, definima: a, dedyn: a, icp0: Ta, icp1: Ta, qzz: a, "fh-muenster": a, gitbook: a, github: a, gitlab: a, lolipop: a, "hasura-app": a, hostyhosting: a, hypernode: a, moonscale: t, beebyte: Ve, beebyteapp: [0, { sekd1: a }], jele: a, keenetic: a, kiloapps: a, webthings: a, loginline: a, barsy: a, azurecontainer: t, ngrok: [2, { ap: a, au: a, eu: a, in: a, jp: a, sa: a, us: a }], nodeart: [0, { stage: a }], pantheonsite: a, forgerock: [0, { id: a }], pstmn: [2, { mock: a }], protonet: a, qcx: [2, { sys: t }], qoto: a, vaporcloud: a, myrdbx: a, "rb-hosting": Xe, "on-k3s": t, "on-rio": t, readthedocs: a, resindevice: a, resinstaging: [0, { devices: a }], hzc: a, sandcats: a, scrypted: [0, { client: a }], "mo-siemens": a, lair: ba, stolos: t, musician: a, utwente: a, edugit: a, telebit: a, thingdust: [0, { dev: Je, disrec: Je, prod: ja, testing: Je }], tickets: a, webflow: a, webflowtest: a, editorx: a, wixstudio: a, basicserver: a, virtualserver: a }], iq: s, ir: [1, { ac: e, co: e, gov: e, id: e, net: e, org: e, sch: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, arvanedge: a, vistablog: a }], is: e, it: [1, { edu: e, gov: e, abr: e, abruzzo: e, "aosta-valley": e, aostavalley: e, bas: e, basilicata: e, cal: e, calabria: e, cam: e, campania: e, "emilia-romagna": e, emiliaromagna: e, emr: e, "friuli-v-giulia": e, "friuli-ve-giulia": e, "friuli-vegiulia": e, "friuli-venezia-giulia": e, "friuli-veneziagiulia": e, "friuli-vgiulia": e, "friuliv-giulia": e, "friulive-giulia": e, friulivegiulia: e, "friulivenezia-giulia": e, friuliveneziagiulia: e, friulivgiulia: e, fvg: e, laz: e, lazio: e, lig: e, liguria: e, lom: e, lombardia: e, lombardy: e, lucania: e, mar: e, marche: e, mol: e, molise: e, piedmont: e, piemonte: e, pmn: e, pug: e, puglia: e, sar: e, sardegna: e, sardinia: e, sic: e, sicilia: e, sicily: e, taa: e, tos: e, toscana: e, "trentin-sud-tirol": e, "xn--trentin-sd-tirol-rzb": e, "trentin-süd-tirol": e, "trentin-sudtirol": e, "xn--trentin-sdtirol-7vb": e, "trentin-südtirol": e, "trentin-sued-tirol": e, "trentin-suedtirol": e, trentino: e, "trentino-a-adige": e, "trentino-aadige": e, "trentino-alto-adige": e, "trentino-altoadige": e, "trentino-s-tirol": e, "trentino-stirol": e, "trentino-sud-tirol": e, "xn--trentino-sd-tirol-c3b": e, "trentino-süd-tirol": e, "trentino-sudtirol": e, "xn--trentino-sdtirol-szb": e, "trentino-südtirol": e, "trentino-sued-tirol": e, "trentino-suedtirol": e, "trentinoa-adige": e, trentinoaadige: e, "trentinoalto-adige": e, trentinoaltoadige: e, "trentinos-tirol": e, trentinostirol: e, "trentinosud-tirol": e, "xn--trentinosd-tirol-rzb": e, "trentinosüd-tirol": e, trentinosudtirol: e, "xn--trentinosdtirol-7vb": e, trentinosüdtirol: e, "trentinosued-tirol": e, trentinosuedtirol: e, "trentinsud-tirol": e, "xn--trentinsd-tirol-6vb": e, "trentinsüd-tirol": e, trentinsudtirol: e, "xn--trentinsdtirol-nsb": e, trentinsüdtirol: e, "trentinsued-tirol": e, trentinsuedtirol: e, tuscany: e, umb: e, umbria: e, "val-d-aosta": e, "val-daosta": e, "vald-aosta": e, valdaosta: e, "valle-aosta": e, "valle-d-aosta": e, "valle-daosta": e, valleaosta: e, "valled-aosta": e, valledaosta: e, "vallee-aoste": e, "xn--valle-aoste-ebb": e, "vallée-aoste": e, "vallee-d-aoste": e, "xn--valle-d-aoste-ehb": e, "vallée-d-aoste": e, valleeaoste: e, "xn--valleaoste-e7a": e, valléeaoste: e, valleedaoste: e, "xn--valledaoste-ebb": e, valléedaoste: e, vao: e, vda: e, ven: e, veneto: e, ag: e, agrigento: e, al: e, alessandria: e, "alto-adige": e, altoadige: e, an: e, ancona: e, "andria-barletta-trani": e, "andria-trani-barletta": e, andriabarlettatrani: e, andriatranibarletta: e, ao: e, aosta: e, aoste: e, ap: e, aq: e, aquila: e, ar: e, arezzo: e, "ascoli-piceno": e, ascolipiceno: e, asti: e, at: e, av: e, avellino: e, ba: e, balsan: e, "balsan-sudtirol": e, "xn--balsan-sdtirol-nsb": e, "balsan-südtirol": e, "balsan-suedtirol": e, bari: e, "barletta-trani-andria": e, barlettatraniandria: e, belluno: e, benevento: e, bergamo: e, bg: e, bi: e, biella: e, bl: e, bn: e, bo: e, bologna: e, bolzano: e, "bolzano-altoadige": e, bozen: e, "bozen-sudtirol": e, "xn--bozen-sdtirol-2ob": e, "bozen-südtirol": e, "bozen-suedtirol": e, br: e, brescia: e, brindisi: e, bs: e, bt: e, bulsan: e, "bulsan-sudtirol": e, "xn--bulsan-sdtirol-nsb": e, "bulsan-südtirol": e, "bulsan-suedtirol": e, bz: e, ca: e, cagliari: e, caltanissetta: e, "campidano-medio": e, campidanomedio: e, campobasso: e, "carbonia-iglesias": e, carboniaiglesias: e, "carrara-massa": e, carraramassa: e, caserta: e, catania: e, catanzaro: e, cb: e, ce: e, "cesena-forli": e, "xn--cesena-forl-mcb": e, "cesena-forlì": e, cesenaforli: e, "xn--cesenaforl-i8a": e, cesenaforlì: e, ch: e, chieti: e, ci: e, cl: e, cn: e, co: e, como: e, cosenza: e, cr: e, cremona: e, crotone: e, cs: e, ct: e, cuneo: e, cz: e, "dell-ogliastra": e, dellogliastra: e, en: e, enna: e, fc: e, fe: e, fermo: e, ferrara: e, fg: e, fi: e, firenze: e, florence: e, fm: e, foggia: e, "forli-cesena": e, "xn--forl-cesena-fcb": e, "forlì-cesena": e, forlicesena: e, "xn--forlcesena-c8a": e, forlìcesena: e, fr: e, frosinone: e, ge: e, genoa: e, genova: e, go: e, gorizia: e, gr: e, grosseto: e, "iglesias-carbonia": e, iglesiascarbonia: e, im: e, imperia: e, is: e, isernia: e, kr: e, "la-spezia": e, laquila: e, laspezia: e, latina: e, lc: e, le: e, lecce: e, lecco: e, li: e, livorno: e, lo: e, lodi: e, lt: e, lu: e, lucca: e, macerata: e, mantova: e, "massa-carrara": e, massacarrara: e, matera: e, mb: e, mc: e, me: e, "medio-campidano": e, mediocampidano: e, messina: e, mi: e, milan: e, milano: e, mn: e, mo: e, modena: e, monza: e, "monza-brianza": e, "monza-e-della-brianza": e, monzabrianza: e, monzaebrianza: e, monzaedellabrianza: e, ms: e, mt: e, na: e, naples: e, napoli: e, no: e, novara: e, nu: e, nuoro: e, og: e, ogliastra: e, "olbia-tempio": e, olbiatempio: e, or: e, oristano: e, ot: e, pa: e, padova: e, padua: e, palermo: e, parma: e, pavia: e, pc: e, pd: e, pe: e, perugia: e, "pesaro-urbino": e, pesarourbino: e, pescara: e, pg: e, pi: e, piacenza: e, pisa: e, pistoia: e, pn: e, po: e, pordenone: e, potenza: e, pr: e, prato: e, pt: e, pu: e, pv: e, pz: e, ra: e, ragusa: e, ravenna: e, rc: e, re: e, "reggio-calabria": e, "reggio-emilia": e, reggiocalabria: e, reggioemilia: e, rg: e, ri: e, rieti: e, rimini: e, rm: e, rn: e, ro: e, roma: e, rome: e, rovigo: e, sa: e, salerno: e, sassari: e, savona: e, si: e, siena: e, siracusa: e, so: e, sondrio: e, sp: e, sr: e, ss: e, "xn--sdtirol-n2a": e, südtirol: e, suedtirol: e, sv: e, ta: e, taranto: e, te: e, "tempio-olbia": e, tempioolbia: e, teramo: e, terni: e, tn: e, to: e, torino: e, tp: e, tr: e, "trani-andria-barletta": e, "trani-barletta-andria": e, traniandriabarletta: e, tranibarlettaandria: e, trapani: e, trento: e, treviso: e, trieste: e, ts: e, turin: e, tv: e, ud: e, udine: e, "urbino-pesaro": e, urbinopesaro: e, va: e, varese: e, vb: e, vc: e, ve: e, venezia: e, venice: e, verbania: e, vercelli: e, verona: e, vi: e, "vibo-valentia": e, vibovalentia: e, vicenza: e, viterbo: e, vr: e, vs: e, vt: e, vv: e, ibxos: a, iliadboxos: a, neen: [0, { jc: a }], "123homepage": a, "16-b": a, "32-b": a, "64-b": a, myspreadshop: a, syncloud: a }], je: [1, { co: e, net: e, org: e, of: a }], jm: _, jo: [1, { agri: e, ai: e, com: e, edu: e, eng: e, fm: e, gov: e, mil: e, net: e, org: e, per: e, phd: e, sch: e, tv: e }], jobs: e, jp: [1, { ac: e, ad: e, co: e, ed: e, go: e, gr: e, lg: e, ne: [1, { aseinet: Sa, gehirn: a, ivory: a, "mail-box": a, mints: a, mokuren: a, opal: a, sakura: a, sumomo: a, topaz: a }], or: e, aichi: [1, { aisai: e, ama: e, anjo: e, asuke: e, chiryu: e, chita: e, fuso: e, gamagori: e, handa: e, hazu: e, hekinan: e, higashiura: e, ichinomiya: e, inazawa: e, inuyama: e, isshiki: e, iwakura: e, kanie: e, kariya: e, kasugai: e, kira: e, kiyosu: e, komaki: e, konan: e, kota: e, mihama: e, miyoshi: e, nishio: e, nisshin: e, obu: e, oguchi: e, oharu: e, okazaki: e, owariasahi: e, seto: e, shikatsu: e, shinshiro: e, shitara: e, tahara: e, takahama: e, tobishima: e, toei: e, togo: e, tokai: e, tokoname: e, toyoake: e, toyohashi: e, toyokawa: e, toyone: e, toyota: e, tsushima: e, yatomi: e }], akita: [1, { akita: e, daisen: e, fujisato: e, gojome: e, hachirogata: e, happou: e, higashinaruse: e, honjo: e, honjyo: e, ikawa: e, kamikoani: e, kamioka: e, katagami: e, kazuno: e, kitaakita: e, kosaka: e, kyowa: e, misato: e, mitane: e, moriyoshi: e, nikaho: e, noshiro: e, odate: e, oga: e, ogata: e, semboku: e, yokote: e, yurihonjo: e }], aomori: [1, { aomori: e, gonohe: e, hachinohe: e, hashikami: e, hiranai: e, hirosaki: e, itayanagi: e, kuroishi: e, misawa: e, mutsu: e, nakadomari: e, noheji: e, oirase: e, owani: e, rokunohe: e, sannohe: e, shichinohe: e, shingo: e, takko: e, towada: e, tsugaru: e, tsuruta: e }], chiba: [1, { abiko: e, asahi: e, chonan: e, chosei: e, choshi: e, chuo: e, funabashi: e, futtsu: e, hanamigawa: e, ichihara: e, ichikawa: e, ichinomiya: e, inzai: e, isumi: e, kamagaya: e, kamogawa: e, kashiwa: e, katori: e, katsuura: e, kimitsu: e, kisarazu: e, kozaki: e, kujukuri: e, kyonan: e, matsudo: e, midori: e, mihama: e, minamiboso: e, mobara: e, mutsuzawa: e, nagara: e, nagareyama: e, narashino: e, narita: e, noda: e, oamishirasato: e, omigawa: e, onjuku: e, otaki: e, sakae: e, sakura: e, shimofusa: e, shirako: e, shiroi: e, shisui: e, sodegaura: e, sosa: e, tako: e, tateyama: e, togane: e, tohnosho: e, tomisato: e, urayasu: e, yachimata: e, yachiyo: e, yokaichiba: e, yokoshibahikari: e, yotsukaido: e }], ehime: [1, { ainan: e, honai: e, ikata: e, imabari: e, iyo: e, kamijima: e, kihoku: e, kumakogen: e, masaki: e, matsuno: e, matsuyama: e, namikata: e, niihama: e, ozu: e, saijo: e, seiyo: e, shikokuchuo: e, tobe: e, toon: e, uchiko: e, uwajima: e, yawatahama: e }], fukui: [1, { echizen: e, eiheiji: e, fukui: e, ikeda: e, katsuyama: e, mihama: e, minamiechizen: e, obama: e, ohi: e, ono: e, sabae: e, sakai: e, takahama: e, tsuruga: e, wakasa: e }], fukuoka: [1, { ashiya: e, buzen: e, chikugo: e, chikuho: e, chikujo: e, chikushino: e, chikuzen: e, chuo: e, dazaifu: e, fukuchi: e, hakata: e, higashi: e, hirokawa: e, hisayama: e, iizuka: e, inatsuki: e, kaho: e, kasuga: e, kasuya: e, kawara: e, keisen: e, koga: e, kurate: e, kurogi: e, kurume: e, minami: e, miyako: e, miyama: e, miyawaka: e, mizumaki: e, munakata: e, nakagawa: e, nakama: e, nishi: e, nogata: e, ogori: e, okagaki: e, okawa: e, oki: e, omuta: e, onga: e, onojo: e, oto: e, saigawa: e, sasaguri: e, shingu: e, shinyoshitomi: e, shonai: e, soeda: e, sue: e, tachiarai: e, tagawa: e, takata: e, toho: e, toyotsu: e, tsuiki: e, ukiha: e, umi: e, usui: e, yamada: e, yame: e, yanagawa: e, yukuhashi: e }], fukushima: [1, { aizubange: e, aizumisato: e, aizuwakamatsu: e, asakawa: e, bandai: e, date: e, fukushima: e, furudono: e, futaba: e, hanawa: e, higashi: e, hirata: e, hirono: e, iitate: e, inawashiro: e, ishikawa: e, iwaki: e, izumizaki: e, kagamiishi: e, kaneyama: e, kawamata: e, kitakata: e, kitashiobara: e, koori: e, koriyama: e, kunimi: e, miharu: e, mishima: e, namie: e, nango: e, nishiaizu: e, nishigo: e, okuma: e, omotego: e, ono: e, otama: e, samegawa: e, shimogo: e, shirakawa: e, showa: e, soma: e, sukagawa: e, taishin: e, tamakawa: e, tanagura: e, tenei: e, yabuki: e, yamato: e, yamatsuri: e, yanaizu: e, yugawa: e }], gifu: [1, { anpachi: e, ena: e, gifu: e, ginan: e, godo: e, gujo: e, hashima: e, hichiso: e, hida: e, higashishirakawa: e, ibigawa: e, ikeda: e, kakamigahara: e, kani: e, kasahara: e, kasamatsu: e, kawaue: e, kitagata: e, mino: e, minokamo: e, mitake: e, mizunami: e, motosu: e, nakatsugawa: e, ogaki: e, sakahogi: e, seki: e, sekigahara: e, shirakawa: e, tajimi: e, takayama: e, tarui: e, toki: e, tomika: e, wanouchi: e, yamagata: e, yaotsu: e, yoro: e }], gunma: [1, { annaka: e, chiyoda: e, fujioka: e, higashiagatsuma: e, isesaki: e, itakura: e, kanna: e, kanra: e, katashina: e, kawaba: e, kiryu: e, kusatsu: e, maebashi: e, meiwa: e, midori: e, minakami: e, naganohara: e, nakanojo: e, nanmoku: e, numata: e, oizumi: e, ora: e, ota: e, shibukawa: e, shimonita: e, shinto: e, showa: e, takasaki: e, takayama: e, tamamura: e, tatebayashi: e, tomioka: e, tsukiyono: e, tsumagoi: e, ueno: e, yoshioka: e }], hiroshima: [1, { asaminami: e, daiwa: e, etajima: e, fuchu: e, fukuyama: e, hatsukaichi: e, higashihiroshima: e, hongo: e, jinsekikogen: e, kaita: e, kui: e, kumano: e, kure: e, mihara: e, miyoshi: e, naka: e, onomichi: e, osakikamijima: e, otake: e, saka: e, sera: e, seranishi: e, shinichi: e, shobara: e, takehara: e }], hokkaido: [1, { abashiri: e, abira: e, aibetsu: e, akabira: e, akkeshi: e, asahikawa: e, ashibetsu: e, ashoro: e, assabu: e, atsuma: e, bibai: e, biei: e, bifuka: e, bihoro: e, biratori: e, chippubetsu: e, chitose: e, date: e, ebetsu: e, embetsu: e, eniwa: e, erimo: e, esan: e, esashi: e, fukagawa: e, fukushima: e, furano: e, furubira: e, haboro: e, hakodate: e, hamatonbetsu: e, hidaka: e, higashikagura: e, higashikawa: e, hiroo: e, hokuryu: e, hokuto: e, honbetsu: e, horokanai: e, horonobe: e, ikeda: e, imakane: e, ishikari: e, iwamizawa: e, iwanai: e, kamifurano: e, kamikawa: e, kamishihoro: e, kamisunagawa: e, kamoenai: e, kayabe: e, kembuchi: e, kikonai: e, kimobetsu: e, kitahiroshima: e, kitami: e, kiyosato: e, koshimizu: e, kunneppu: e, kuriyama: e, kuromatsunai: e, kushiro: e, kutchan: e, kyowa: e, mashike: e, matsumae: e, mikasa: e, minamifurano: e, mombetsu: e, moseushi: e, mukawa: e, muroran: e, naie: e, nakagawa: e, nakasatsunai: e, nakatombetsu: e, nanae: e, nanporo: e, nayoro: e, nemuro: e, niikappu: e, niki: e, nishiokoppe: e, noboribetsu: e, numata: e, obihiro: e, obira: e, oketo: e, okoppe: e, otaru: e, otobe: e, otofuke: e, otoineppu: e, oumu: e, ozora: e, pippu: e, rankoshi: e, rebun: e, rikubetsu: e, rishiri: e, rishirifuji: e, saroma: e, sarufutsu: e, shakotan: e, shari: e, shibecha: e, shibetsu: e, shikabe: e, shikaoi: e, shimamaki: e, shimizu: e, shimokawa: e, shinshinotsu: e, shintoku: e, shiranuka: e, shiraoi: e, shiriuchi: e, sobetsu: e, sunagawa: e, taiki: e, takasu: e, takikawa: e, takinoue: e, teshikaga: e, tobetsu: e, tohma: e, tomakomai: e, tomari: e, toya: e, toyako: e, toyotomi: e, toyoura: e, tsubetsu: e, tsukigata: e, urakawa: e, urausu: e, uryu: e, utashinai: e, wakkanai: e, wassamu: e, yakumo: e, yoichi: e }], hyogo: [1, { aioi: e, akashi: e, ako: e, amagasaki: e, aogaki: e, asago: e, ashiya: e, awaji: e, fukusaki: e, goshiki: e, harima: e, himeji: e, ichikawa: e, inagawa: e, itami: e, kakogawa: e, kamigori: e, kamikawa: e, kasai: e, kasuga: e, kawanishi: e, miki: e, minamiawaji: e, nishinomiya: e, nishiwaki: e, ono: e, sanda: e, sannan: e, sasayama: e, sayo: e, shingu: e, shinonsen: e, shiso: e, sumoto: e, taishi: e, taka: e, takarazuka: e, takasago: e, takino: e, tamba: e, tatsuno: e, toyooka: e, yabu: e, yashiro: e, yoka: e, yokawa: e }], ibaraki: [1, { ami: e, asahi: e, bando: e, chikusei: e, daigo: e, fujishiro: e, hitachi: e, hitachinaka: e, hitachiomiya: e, hitachiota: e, ibaraki: e, ina: e, inashiki: e, itako: e, iwama: e, joso: e, kamisu: e, kasama: e, kashima: e, kasumigaura: e, koga: e, miho: e, mito: e, moriya: e, naka: e, namegata: e, oarai: e, ogawa: e, omitama: e, ryugasaki: e, sakai: e, sakuragawa: e, shimodate: e, shimotsuma: e, shirosato: e, sowa: e, suifu: e, takahagi: e, tamatsukuri: e, tokai: e, tomobe: e, tone: e, toride: e, tsuchiura: e, tsukuba: e, uchihara: e, ushiku: e, yachiyo: e, yamagata: e, yawara: e, yuki: e }], ishikawa: [1, { anamizu: e, hakui: e, hakusan: e, kaga: e, kahoku: e, kanazawa: e, kawakita: e, komatsu: e, nakanoto: e, nanao: e, nomi: e, nonoichi: e, noto: e, shika: e, suzu: e, tsubata: e, tsurugi: e, uchinada: e, wajima: e }], iwate: [1, { fudai: e, fujisawa: e, hanamaki: e, hiraizumi: e, hirono: e, ichinohe: e, ichinoseki: e, iwaizumi: e, iwate: e, joboji: e, kamaishi: e, kanegasaki: e, karumai: e, kawai: e, kitakami: e, kuji: e, kunohe: e, kuzumaki: e, miyako: e, mizusawa: e, morioka: e, ninohe: e, noda: e, ofunato: e, oshu: e, otsuchi: e, rikuzentakata: e, shiwa: e, shizukuishi: e, sumita: e, tanohata: e, tono: e, yahaba: e, yamada: e }], kagawa: [1, { ayagawa: e, higashikagawa: e, kanonji: e, kotohira: e, manno: e, marugame: e, mitoyo: e, naoshima: e, sanuki: e, tadotsu: e, takamatsu: e, tonosho: e, uchinomi: e, utazu: e, zentsuji: e }], kagoshima: [1, { akune: e, amami: e, hioki: e, isa: e, isen: e, izumi: e, kagoshima: e, kanoya: e, kawanabe: e, kinko: e, kouyama: e, makurazaki: e, matsumoto: e, minamitane: e, nakatane: e, nishinoomote: e, satsumasendai: e, soo: e, tarumizu: e, yusui: e }], kanagawa: [1, { aikawa: e, atsugi: e, ayase: e, chigasaki: e, ebina: e, fujisawa: e, hadano: e, hakone: e, hiratsuka: e, isehara: e, kaisei: e, kamakura: e, kiyokawa: e, matsuda: e, minamiashigara: e, miura: e, nakai: e, ninomiya: e, odawara: e, oi: e, oiso: e, sagamihara: e, samukawa: e, tsukui: e, yamakita: e, yamato: e, yokosuka: e, yugawara: e, zama: e, zushi: e }], kochi: [1, { aki: e, geisei: e, hidaka: e, higashitsuno: e, ino: e, kagami: e, kami: e, kitagawa: e, kochi: e, mihara: e, motoyama: e, muroto: e, nahari: e, nakamura: e, nankoku: e, nishitosa: e, niyodogawa: e, ochi: e, okawa: e, otoyo: e, otsuki: e, sakawa: e, sukumo: e, susaki: e, tosa: e, tosashimizu: e, toyo: e, tsuno: e, umaji: e, yasuda: e, yusuhara: e }], kumamoto: [1, { amakusa: e, arao: e, aso: e, choyo: e, gyokuto: e, kamiamakusa: e, kikuchi: e, kumamoto: e, mashiki: e, mifune: e, minamata: e, minamioguni: e, nagasu: e, nishihara: e, oguni: e, ozu: e, sumoto: e, takamori: e, uki: e, uto: e, yamaga: e, yamato: e, yatsushiro: e }], kyoto: [1, { ayabe: e, fukuchiyama: e, higashiyama: e, ide: e, ine: e, joyo: e, kameoka: e, kamo: e, kita: e, kizu: e, kumiyama: e, kyotamba: e, kyotanabe: e, kyotango: e, maizuru: e, minami: e, minamiyamashiro: e, miyazu: e, muko: e, nagaokakyo: e, nakagyo: e, nantan: e, oyamazaki: e, sakyo: e, seika: e, tanabe: e, uji: e, ujitawara: e, wazuka: e, yamashina: e, yawata: e }], mie: [1, { asahi: e, inabe: e, ise: e, kameyama: e, kawagoe: e, kiho: e, kisosaki: e, kiwa: e, komono: e, kumano: e, kuwana: e, matsusaka: e, meiwa: e, mihama: e, minamiise: e, misugi: e, miyama: e, nabari: e, shima: e, suzuka: e, tado: e, taiki: e, taki: e, tamaki: e, toba: e, tsu: e, udono: e, ureshino: e, watarai: e, yokkaichi: e }], miyagi: [1, { furukawa: e, higashimatsushima: e, ishinomaki: e, iwanuma: e, kakuda: e, kami: e, kawasaki: e, marumori: e, matsushima: e, minamisanriku: e, misato: e, murata: e, natori: e, ogawara: e, ohira: e, onagawa: e, osaki: e, rifu: e, semine: e, shibata: e, shichikashuku: e, shikama: e, shiogama: e, shiroishi: e, tagajo: e, taiwa: e, tome: e, tomiya: e, wakuya: e, watari: e, yamamoto: e, zao: e }], miyazaki: [1, { aya: e, ebino: e, gokase: e, hyuga: e, kadogawa: e, kawaminami: e, kijo: e, kitagawa: e, kitakata: e, kitaura: e, kobayashi: e, kunitomi: e, kushima: e, mimata: e, miyakonojo: e, miyazaki: e, morotsuka: e, nichinan: e, nishimera: e, nobeoka: e, saito: e, shiiba: e, shintomi: e, takaharu: e, takanabe: e, takazaki: e, tsuno: e }], nagano: [1, { achi: e, agematsu: e, anan: e, aoki: e, asahi: e, azumino: e, chikuhoku: e, chikuma: e, chino: e, fujimi: e, hakuba: e, hara: e, hiraya: e, iida: e, iijima: e, iiyama: e, iizuna: e, ikeda: e, ikusaka: e, ina: e, karuizawa: e, kawakami: e, kiso: e, kisofukushima: e, kitaaiki: e, komagane: e, komoro: e, matsukawa: e, matsumoto: e, miasa: e, minamiaiki: e, minamimaki: e, minamiminowa: e, minowa: e, miyada: e, miyota: e, mochizuki: e, nagano: e, nagawa: e, nagiso: e, nakagawa: e, nakano: e, nozawaonsen: e, obuse: e, ogawa: e, okaya: e, omachi: e, omi: e, ookuwa: e, ooshika: e, otaki: e, otari: e, sakae: e, sakaki: e, saku: e, sakuho: e, shimosuwa: e, shinanomachi: e, shiojiri: e, suwa: e, suzaka: e, takagi: e, takamori: e, takayama: e, tateshina: e, tatsuno: e, togakushi: e, togura: e, tomi: e, ueda: e, wada: e, yamagata: e, yamanouchi: e, yasaka: e, yasuoka: e }], nagasaki: [1, { chijiwa: e, futsu: e, goto: e, hasami: e, hirado: e, iki: e, isahaya: e, kawatana: e, kuchinotsu: e, matsuura: e, nagasaki: e, obama: e, omura: e, oseto: e, saikai: e, sasebo: e, seihi: e, shimabara: e, shinkamigoto: e, togitsu: e, tsushima: e, unzen: e }], nara: [1, { ando: e, gose: e, heguri: e, higashiyoshino: e, ikaruga: e, ikoma: e, kamikitayama: e, kanmaki: e, kashiba: e, kashihara: e, katsuragi: e, kawai: e, kawakami: e, kawanishi: e, koryo: e, kurotaki: e, mitsue: e, miyake: e, nara: e, nosegawa: e, oji: e, ouda: e, oyodo: e, sakurai: e, sango: e, shimoichi: e, shimokitayama: e, shinjo: e, soni: e, takatori: e, tawaramoto: e, tenkawa: e, tenri: e, uda: e, yamatokoriyama: e, yamatotakada: e, yamazoe: e, yoshino: e }], niigata: [1, { aga: e, agano: e, gosen: e, itoigawa: e, izumozaki: e, joetsu: e, kamo: e, kariwa: e, kashiwazaki: e, minamiuonuma: e, mitsuke: e, muika: e, murakami: e, myoko: e, nagaoka: e, niigata: e, ojiya: e, omi: e, sado: e, sanjo: e, seiro: e, seirou: e, sekikawa: e, shibata: e, tagami: e, tainai: e, tochio: e, tokamachi: e, tsubame: e, tsunan: e, uonuma: e, yahiko: e, yoita: e, yuzawa: e }], oita: [1, { beppu: e, bungoono: e, bungotakada: e, hasama: e, hiji: e, himeshima: e, hita: e, kamitsue: e, kokonoe: e, kuju: e, kunisaki: e, kusu: e, oita: e, saiki: e, taketa: e, tsukumi: e, usa: e, usuki: e, yufu: e }], okayama: [1, { akaiwa: e, asakuchi: e, bizen: e, hayashima: e, ibara: e, kagamino: e, kasaoka: e, kibichuo: e, kumenan: e, kurashiki: e, maniwa: e, misaki: e, nagi: e, niimi: e, nishiawakura: e, okayama: e, satosho: e, setouchi: e, shinjo: e, shoo: e, soja: e, takahashi: e, tamano: e, tsuyama: e, wake: e, yakage: e }], okinawa: [1, { aguni: e, ginowan: e, ginoza: e, gushikami: e, haebaru: e, higashi: e, hirara: e, iheya: e, ishigaki: e, ishikawa: e, itoman: e, izena: e, kadena: e, kin: e, kitadaito: e, kitanakagusuku: e, kumejima: e, kunigami: e, minamidaito: e, motobu: e, nago: e, naha: e, nakagusuku: e, nakijin: e, nanjo: e, nishihara: e, ogimi: e, okinawa: e, onna: e, shimoji: e, taketomi: e, tarama: e, tokashiki: e, tomigusuku: e, tonaki: e, urasoe: e, uruma: e, yaese: e, yomitan: e, yonabaru: e, yonaguni: e, zamami: e }], osaka: [1, { abeno: e, chihayaakasaka: e, chuo: e, daito: e, fujiidera: e, habikino: e, hannan: e, higashiosaka: e, higashisumiyoshi: e, higashiyodogawa: e, hirakata: e, ibaraki: e, ikeda: e, izumi: e, izumiotsu: e, izumisano: e, kadoma: e, kaizuka: e, kanan: e, kashiwara: e, katano: e, kawachinagano: e, kishiwada: e, kita: e, kumatori: e, matsubara: e, minato: e, minoh: e, misaki: e, moriguchi: e, neyagawa: e, nishi: e, nose: e, osakasayama: e, sakai: e, sayama: e, sennan: e, settsu: e, shijonawate: e, shimamoto: e, suita: e, tadaoka: e, taishi: e, tajiri: e, takaishi: e, takatsuki: e, tondabayashi: e, toyonaka: e, toyono: e, yao: e }], saga: [1, { ariake: e, arita: e, fukudomi: e, genkai: e, hamatama: e, hizen: e, imari: e, kamimine: e, kanzaki: e, karatsu: e, kashima: e, kitagata: e, kitahata: e, kiyama: e, kouhoku: e, kyuragi: e, nishiarita: e, ogi: e, omachi: e, ouchi: e, saga: e, shiroishi: e, taku: e, tara: e, tosu: e, yoshinogari: e }], saitama: [1, { arakawa: e, asaka: e, chichibu: e, fujimi: e, fujimino: e, fukaya: e, hanno: e, hanyu: e, hasuda: e, hatogaya: e, hatoyama: e, hidaka: e, higashichichibu: e, higashimatsuyama: e, honjo: e, ina: e, iruma: e, iwatsuki: e, kamiizumi: e, kamikawa: e, kamisato: e, kasukabe: e, kawagoe: e, kawaguchi: e, kawajima: e, kazo: e, kitamoto: e, koshigaya: e, kounosu: e, kuki: e, kumagaya: e, matsubushi: e, minano: e, misato: e, miyashiro: e, miyoshi: e, moroyama: e, nagatoro: e, namegawa: e, niiza: e, ogano: e, ogawa: e, ogose: e, okegawa: e, omiya: e, otaki: e, ranzan: e, ryokami: e, saitama: e, sakado: e, satte: e, sayama: e, shiki: e, shiraoka: e, soka: e, sugito: e, toda: e, tokigawa: e, tokorozawa: e, tsurugashima: e, urawa: e, warabi: e, yashio: e, yokoze: e, yono: e, yorii: e, yoshida: e, yoshikawa: e, yoshimi: e }], shiga: [1, { aisho: e, gamo: e, higashiomi: e, hikone: e, koka: e, konan: e, kosei: e, koto: e, kusatsu: e, maibara: e, moriyama: e, nagahama: e, nishiazai: e, notogawa: e, omihachiman: e, otsu: e, ritto: e, ryuoh: e, takashima: e, takatsuki: e, torahime: e, toyosato: e, yasu: e }], shimane: [1, { akagi: e, ama: e, gotsu: e, hamada: e, higashiizumo: e, hikawa: e, hikimi: e, izumo: e, kakinoki: e, masuda: e, matsue: e, misato: e, nishinoshima: e, ohda: e, okinoshima: e, okuizumo: e, shimane: e, tamayu: e, tsuwano: e, unnan: e, yakumo: e, yasugi: e, yatsuka: e }], shizuoka: [1, { arai: e, atami: e, fuji: e, fujieda: e, fujikawa: e, fujinomiya: e, fukuroi: e, gotemba: e, haibara: e, hamamatsu: e, higashiizu: e, ito: e, iwata: e, izu: e, izunokuni: e, kakegawa: e, kannami: e, kawanehon: e, kawazu: e, kikugawa: e, kosai: e, makinohara: e, matsuzaki: e, minamiizu: e, mishima: e, morimachi: e, nishiizu: e, numazu: e, omaezaki: e, shimada: e, shimizu: e, shimoda: e, shizuoka: e, susono: e, yaizu: e, yoshida: e }], tochigi: [1, { ashikaga: e, bato: e, haga: e, ichikai: e, iwafune: e, kaminokawa: e, kanuma: e, karasuyama: e, kuroiso: e, mashiko: e, mibu: e, moka: e, motegi: e, nasu: e, nasushiobara: e, nikko: e, nishikata: e, nogi: e, ohira: e, ohtawara: e, oyama: e, sakura: e, sano: e, shimotsuke: e, shioya: e, takanezawa: e, tochigi: e, tsuga: e, ujiie: e, utsunomiya: e, yaita: e }], tokushima: [1, { aizumi: e, anan: e, ichiba: e, itano: e, kainan: e, komatsushima: e, matsushige: e, mima: e, minami: e, miyoshi: e, mugi: e, nakagawa: e, naruto: e, sanagochi: e, shishikui: e, tokushima: e, wajiki: e }], tokyo: [1, { adachi: e, akiruno: e, akishima: e, aogashima: e, arakawa: e, bunkyo: e, chiyoda: e, chofu: e, chuo: e, edogawa: e, fuchu: e, fussa: e, hachijo: e, hachioji: e, hamura: e, higashikurume: e, higashimurayama: e, higashiyamato: e, hino: e, hinode: e, hinohara: e, inagi: e, itabashi: e, katsushika: e, kita: e, kiyose: e, kodaira: e, koganei: e, kokubunji: e, komae: e, koto: e, kouzushima: e, kunitachi: e, machida: e, meguro: e, minato: e, mitaka: e, mizuho: e, musashimurayama: e, musashino: e, nakano: e, nerima: e, ogasawara: e, okutama: e, ome: e, oshima: e, ota: e, setagaya: e, shibuya: e, shinagawa: e, shinjuku: e, suginami: e, sumida: e, tachikawa: e, taito: e, tama: e, toshima: e }], tottori: [1, { chizu: e, hino: e, kawahara: e, koge: e, kotoura: e, misasa: e, nanbu: e, nichinan: e, sakaiminato: e, tottori: e, wakasa: e, yazu: e, yonago: e }], toyama: [1, { asahi: e, fuchu: e, fukumitsu: e, funahashi: e, himi: e, imizu: e, inami: e, johana: e, kamiichi: e, kurobe: e, nakaniikawa: e, namerikawa: e, nanto: e, nyuzen: e, oyabe: e, taira: e, takaoka: e, tateyama: e, toga: e, tonami: e, toyama: e, unazuki: e, uozu: e, yamada: e }], wakayama: [1, { arida: e, aridagawa: e, gobo: e, hashimoto: e, hidaka: e, hirogawa: e, inami: e, iwade: e, kainan: e, kamitonda: e, katsuragi: e, kimino: e, kinokawa: e, kitayama: e, koya: e, koza: e, kozagawa: e, kudoyama: e, kushimoto: e, mihama: e, misato: e, nachikatsuura: e, shingu: e, shirahama: e, taiji: e, tanabe: e, wakayama: e, yuasa: e, yura: e }], yamagata: [1, { asahi: e, funagata: e, higashine: e, iide: e, kahoku: e, kaminoyama: e, kaneyama: e, kawanishi: e, mamurogawa: e, mikawa: e, murayama: e, nagai: e, nakayama: e, nanyo: e, nishikawa: e, obanazawa: e, oe: e, oguni: e, ohkura: e, oishida: e, sagae: e, sakata: e, sakegawa: e, shinjo: e, shirataka: e, shonai: e, takahata: e, tendo: e, tozawa: e, tsuruoka: e, yamagata: e, yamanobe: e, yonezawa: e, yuza: e }], yamaguchi: [1, { abu: e, hagi: e, hikari: e, hofu: e, iwakuni: e, kudamatsu: e, mitou: e, nagato: e, oshima: e, shimonoseki: e, shunan: e, tabuse: e, tokuyama: e, toyota: e, ube: e, yuu: e }], yamanashi: [1, { chuo: e, doshi: e, fuefuki: e, fujikawa: e, fujikawaguchiko: e, fujiyoshida: e, hayakawa: e, hokuto: e, ichikawamisato: e, kai: e, kofu: e, koshu: e, kosuge: e, "minami-alps": e, minobu: e, nakamichi: e, nanbu: e, narusawa: e, nirasaki: e, nishikatsura: e, oshino: e, otsuki: e, showa: e, tabayama: e, tsuru: e, uenohara: e, yamanakako: e, yamanashi: e }], "xn--ehqz56n": e, 三重: e, "xn--1lqs03n": e, 京都: e, "xn--qqqt11m": e, 佐賀: e, "xn--f6qx53a": e, 兵庫: e, "xn--djrs72d6uy": e, 北海道: e, "xn--mkru45i": e, 千葉: e, "xn--0trq7p7nn": e, 和歌山: e, "xn--5js045d": e, 埼玉: e, "xn--kbrq7o": e, 大分: e, "xn--pssu33l": e, 大阪: e, "xn--ntsq17g": e, 奈良: e, "xn--uisz3g": e, 宮城: e, "xn--6btw5a": e, 宮崎: e, "xn--1ctwo": e, 富山: e, "xn--6orx2r": e, 山口: e, "xn--rht61e": e, 山形: e, "xn--rht27z": e, 山梨: e, "xn--nit225k": e, 岐阜: e, "xn--rht3d": e, 岡山: e, "xn--djty4k": e, 岩手: e, "xn--klty5x": e, 島根: e, "xn--kltx9a": e, 広島: e, "xn--kltp7d": e, 徳島: e, "xn--c3s14m": e, 愛媛: e, "xn--vgu402c": e, 愛知: e, "xn--efvn9s": e, 新潟: e, "xn--1lqs71d": e, 東京: e, "xn--4pvxs": e, 栃木: e, "xn--uuwu58a": e, 沖縄: e, "xn--zbx025d": e, 滋賀: e, "xn--8pvr4u": e, 熊本: e, "xn--5rtp49c": e, 石川: e, "xn--ntso0iqx3a": e, 神奈川: e, "xn--elqq16h": e, 福井: e, "xn--4it168d": e, 福岡: e, "xn--klt787d": e, 福島: e, "xn--rny31h": e, 秋田: e, "xn--7t0a264c": e, 群馬: e, "xn--uist22h": e, 茨城: e, "xn--8ltr62k": e, 長崎: e, "xn--2m4a15e": e, 長野: e, "xn--32vp30h": e, 青森: e, "xn--4it797k": e, 静岡: e, "xn--5rtq34k": e, 香川: e, "xn--k7yn95e": e, 高知: e, "xn--tor131o": e, 鳥取: e, "xn--d5qv7z876c": e, 鹿児島: e, kawasaki: _, kitakyushu: _, kobe: _, nagoya: _, sapporo: _, sendai: _, yokohama: _, buyshop: a, fashionstore: a, handcrafted: a, kawaiishop: a, supersale: a, theshop: a, "0am": a, "0g0": a, "0j0": a, "0t0": a, mydns: a, pgw: a, wjg: a, usercontent: a, angry: a, babyblue: a, babymilk: a, backdrop: a, bambina: a, bitter: a, blush: a, boo: a, boy: a, boyfriend: a, but: a, candypop: a, capoo: a, catfood: a, cheap: a, chicappa: a, chillout: a, chips: a, chowder: a, chu: a, ciao: a, cocotte: a, coolblog: a, cranky: a, cutegirl: a, daa: a, deca: a, deci: a, digick: a, egoism: a, fakefur: a, fem: a, flier: a, floppy: a, fool: a, frenchkiss: a, girlfriend: a, girly: a, gloomy: a, gonna: a, greater: a, hacca: a, heavy: a, her: a, hiho: a, hippy: a, holy: a, hungry: a, icurus: a, itigo: a, jellybean: a, kikirara: a, kill: a, kilo: a, kuron: a, littlestar: a, lolipopmc: a, lolitapunk: a, lomo: a, lovepop: a, lovesick: a, main: a, mods: a, mond: a, mongolian: a, moo: a, namaste: a, nikita: a, nobushi: a, noor: a, oops: a, parallel: a, parasite: a, pecori: a, peewee: a, penne: a, pepper: a, perma: a, pigboat: a, pinoko: a, punyu: a, pupu: a, pussycat: a, pya: a, raindrop: a, readymade: a, sadist: a, schoolbus: a, secret: a, staba: a, stripper: a, sub: a, sunnyday: a, thick: a, tonkotsu: a, under: a, upper: a, velvet: a, verse: a, versus: a, vivian: a, watson: a, weblike: a, whitesnow: a, zombie: a, hateblo: a, hatenablog: a, hatenadiary: a, "2-d": a, bona: a, crap: a, daynight: a, eek: a, flop: a, halfmoon: a, jeez: a, matrix: a, mimoza: a, netgamers: a, nyanta: a, o0o0: a, rdy: a, rgr: a, rulez: a, sakurastorage: [0, { isk01: Ze, isk02: Ze }], saloon: a, sblo: a, skr: a, tank: a, "uh-oh": a, undo: a, webaccel: [0, { rs: a, user: a }], websozai: a, xii: a }], ke: [1, { ac: e, co: e, go: e, info: e, me: e, mobi: e, ne: e, or: e, sc: e }], kg: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, us: a, xx: a, ae: a }], kh: _, ki: za, km: [1, { ass: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e, tm: e, asso: e, coop: e, gouv: e, medecin: e, notaires: e, pharmaciens: e, presse: e, veterinaire: e }], kn: [1, { edu: e, gov: e, net: e, org: e }], kp: [1, { com: e, edu: e, gov: e, org: e, rep: e, tra: e }], kr: [1, { ac: e, ai: e, co: e, es: e, go: e, hs: e, io: e, it: e, kg: e, me: e, mil: e, ms: e, ne: e, or: e, pe: e, re: e, sc: e, busan: e, chungbuk: e, chungnam: e, daegu: e, daejeon: e, gangwon: e, gwangju: e, gyeongbuk: e, gyeonggi: e, gyeongnam: e, incheon: e, jeju: e, jeonbuk: e, jeonnam: e, seoul: e, ulsan: e, c01: a, "eliv-api": a, "eliv-cdn": a, "eliv-dns": a, mmv: a, vki: a }], kw: [1, { com: e, edu: e, emb: e, gov: e, ind: e, net: e, org: e }], ky: je, kz: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, jcloud: a }], la: [1, { com: e, edu: e, gov: e, info: e, int: e, net: e, org: e, per: e, bnr: a }], lb: n, lc: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, oy: a }], li: e, lk: [1, { ac: e, assn: e, com: e, edu: e, gov: e, grp: e, hotel: e, int: e, ltd: e, net: e, ngo: e, org: e, sch: e, soc: e, web: e }], lr: n, ls: [1, { ac: e, biz: e, co: e, edu: e, gov: e, info: e, net: e, org: e, sc: e }], lt: c, lu: [1, { "123website": a }], lv: [1, { asn: e, com: e, conf: e, edu: e, gov: e, id: e, mil: e, net: e, org: e }], ly: [1, { com: e, edu: e, gov: e, id: e, med: e, net: e, org: e, plc: e, sch: e }], ma: [1, { ac: e, co: e, gov: e, net: e, org: e, press: e }], mc: [1, { asso: e, tm: e }], md: [1, { ir: a }], me: [1, { ac: e, co: e, edu: e, gov: e, its: e, net: e, org: e, priv: e, c66: a, craft: a, edgestack: a, filegear: a, "filegear-sg": a, lohmus: a, barsy: a, mcdir: a, brasilia: a, ddns: a, dnsfor: a, hopto: a, loginto: a, noip: a, webhop: a, soundcast: a, tcp4: a, vp4: a, diskstation: a, dscloud: a, i234: a, myds: a, synology: a, transip: Xe, nohost: a }], mg: [1, { co: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e }], mh: e, mil: e, mk: [1, { com: e, edu: e, gov: e, inf: e, name: e, net: e, org: e }], ml: [1, { ac: e, art: e, asso: e, com: e, edu: e, gouv: e, gov: e, info: e, inst: e, net: e, org: e, pr: e, presse: e }], mm: _, mn: [1, { edu: e, gov: e, org: e, nyc: a }], mo: n, mobi: [1, { barsy: a, dscloud: a }], mp: [1, { ju: a }], mq: e, mr: c, ms: [1, { com: e, edu: e, gov: e, net: e, org: e, minisite: a }], mt: je, mu: [1, { ac: e, co: e, com: e, gov: e, net: e, or: e, org: e }], museum: e, mv: [1, { aero: e, biz: e, com: e, coop: e, edu: e, gov: e, info: e, int: e, mil: e, museum: e, name: e, net: e, org: e, pro: e }], mw: [1, { ac: e, biz: e, co: e, com: e, coop: e, edu: e, gov: e, int: e, net: e, org: e }], mx: [1, { com: e, edu: e, gob: e, net: e, org: e }], my: [1, { biz: e, com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e }], mz: [1, { ac: e, adv: e, co: e, edu: e, gov: e, mil: e, net: e, org: e }], na: [1, { alt: e, co: e, com: e, gov: e, net: e, org: e }], name: [1, { her: Ia, his: Ia, ispmanager: a, keenetic: a }], nc: [1, { asso: e, nom: e }], ne: e, net: [1, { adobeaemcloud: a, "adobeio-static": a, adobeioruntime: a, akadns: a, akamai: a, "akamai-staging": a, akamaiedge: a, "akamaiedge-staging": a, akamaihd: a, "akamaihd-staging": a, akamaiorigin: a, "akamaiorigin-staging": a, akamaized: a, "akamaized-staging": a, edgekey: a, "edgekey-staging": a, edgesuite: a, "edgesuite-staging": a, alwaysdata: a, myamaze: a, cloudfront: a, appudo: a, "atlassian-dev": [0, { prod: be }], myfritz: a, shopselect: a, blackbaudcdn: a, boomla: a, bplaced: a, square7: a, cdn77: [0, { r: a }], "cdn77-ssl": a, gb: a, hu: a, jp: a, se: a, uk: a, clickrising: a, "ddns-ip": a, "dns-cloud": a, "dns-dynamic": a, cloudaccess: a, cloudflare: [2, { cdn: a }], cloudflareanycast: be, cloudflarecn: be, cloudflareglobal: be, ctfcloud: a, "feste-ip": a, "knx-server": a, "static-access": a, cryptonomic: t, dattolocal: a, mydatto: a, debian: a, definima: a, deno: a, icp: t, de5: a, "at-band-camp": a, blogdns: a, "broke-it": a, buyshouses: a, dnsalias: a, dnsdojo: a, "does-it": a, dontexist: a, dynalias: a, dynathome: a, endofinternet: a, "from-az": a, "from-co": a, "from-la": a, "from-ny": a, "gets-it": a, "ham-radio-op": a, homeftp: a, homeip: a, homelinux: a, homeunix: a, "in-the-band": a, "is-a-chef": a, "is-a-geek": a, "isa-geek": a, "kicks-ass": a, "office-on-the": a, podzone: a, "scrapper-site": a, selfip: a, "sells-it": a, servebbs: a, serveftp: a, thruhere: a, webhop: a, casacam: a, dynu: a, dynuddns: a, mysynology: a, opik: a, spryt: a, dynv6: a, twmail: a, ru: a, channelsdvr: [2, { u: a }], fastly: [0, { freetls: a, map: a, prod: [0, { a, global: a }], ssl: [0, { a, b: a, global: a }] }], fastlylb: [2, { map: a }], "keyword-on": a, "live-on": a, "server-on": a, "cdn-edges": a, heteml: a, cloudfunctions: a, "grafana-dev": a, iobb: a, moonscale: a, "in-dsl": a, "in-vpn": a, oninferno: a, botdash: a, "apps-1and1": a, ipifony: a, cloudjiffy: [2, { "fra1-de": a, "west1-us": a }], elastx: [0, { "jls-sto1": a, "jls-sto2": a, "jls-sto3": a }], massivegrid: [0, { paas: [0, { "fr-1": a, "lon-1": a, "lon-2": a, "ny-1": a, "ny-2": a, "sg-1": a }] }], saveincloud: [0, { jelastic: a, "nordeste-idc": a }], scaleforce: Ye, kinghost: a, uni5: a, krellian: a, ggff: a, localto: t, barsy: a, luyani: a, memset: a, "azure-api": a, "azure-mobile": a, azureedge: a, azurefd: a, azurestaticapps: [2, { 1: a, 2: a, 3: a, 4: a, 5: a, 6: a, 7: a, centralus: a, eastasia: a, eastus2: a, westeurope: a, westus2: a }], azurewebsites: a, cloudapp: a, trafficmanager: a, usgovcloudapi: Oa, usgovcloudapp: a, usgovtrafficmanager: a, windows: Oa, mynetname: [0, { sn: a }], routingthecloud: a, bounceme: a, ddns: a, "eating-organic": a, mydissent: a, myeffect: a, mymediapc: a, mypsx: a, mysecuritycamera: a, nhlfan: a, "no-ip": a, pgafan: a, privatizehealthinsurance: a, redirectme: a, serveblog: a, serveminecraft: a, sytes: a, dnsup: a, hicam: a, "now-dns": a, ownip: a, vpndns: a, cloudycluster: a, ovh: [0, { hosting: t, webpaas: t }], rackmaze: a, myradweb: a, in: a, "subsc-pay": a, squares: a, schokokeks: a, "firewall-gateway": a, seidat: a, senseering: a, siteleaf: a, mafelo: a, myspreadshop: a, "vps-host": [2, { jelastic: [0, { atl: a, njs: a, ric: a }] }], srcf: [0, { soc: a, user: a }], supabase: a, dsmynas: a, familyds: a, ts: [2, { c: t }], torproject: [2, { pages: a }], tunnelmole: a, vusercontent: a, "reserve-online": a, localcert: a, "community-pro": a, meinforum: a, yandexcloud: [2, { storage: a, website: a }], za: a, zabc: a }], nf: [1, { arts: e, com: e, firm: e, info: e, net: e, other: e, per: e, rec: e, store: e, web: e }], ng: [1, { com: e, edu: e, gov: e, i: e, mil: e, mobi: e, name: e, net: e, org: e, sch: e, biz: [2, { co: a, dl: a, go: a, lg: a, on: a }], col: a, firm: a, gen: a, ltd: a, ngo: a, plc: a }], ni: [1, { ac: e, biz: e, co: e, com: e, edu: e, gob: e, in: e, info: e, int: e, mil: e, net: e, nom: e, org: e, web: e }], nl: [1, { co: a, "hosting-cluster": a, gov: a, khplay: a, "123website": a, myspreadshop: a, transurl: t, cistron: a, demon: a }], no: [1, { fhs: e, folkebibl: e, fylkesbibl: e, idrett: e, museum: e, priv: e, vgs: e, dep: e, herad: e, kommune: e, mil: e, stat: e, aa: M, ah: M, bu: M, fm: M, hl: M, hm: M, "jan-mayen": M, mr: M, nl: M, nt: M, of: M, ol: M, oslo: M, rl: M, sf: M, st: M, svalbard: M, tm: M, tr: M, va: M, vf: M, akrehamn: e, "xn--krehamn-dxa": e, åkrehamn: e, algard: e, "xn--lgrd-poac": e, ålgård: e, arna: e, bronnoysund: e, "xn--brnnysund-m8ac": e, brønnøysund: e, brumunddal: e, bryne: e, drobak: e, "xn--drbak-wua": e, drøbak: e, egersund: e, fetsund: e, floro: e, "xn--flor-jra": e, florø: e, fredrikstad: e, hokksund: e, honefoss: e, "xn--hnefoss-q1a": e, hønefoss: e, jessheim: e, jorpeland: e, "xn--jrpeland-54a": e, jørpeland: e, kirkenes: e, kopervik: e, krokstadelva: e, langevag: e, "xn--langevg-jxa": e, langevåg: e, leirvik: e, mjondalen: e, "xn--mjndalen-64a": e, mjøndalen: e, "mo-i-rana": e, mosjoen: e, "xn--mosjen-eya": e, mosjøen: e, nesoddtangen: e, orkanger: e, osoyro: e, "xn--osyro-wua": e, osøyro: e, raholt: e, "xn--rholt-mra": e, råholt: e, sandnessjoen: e, "xn--sandnessjen-ogb": e, sandnessjøen: e, skedsmokorset: e, slattum: e, spjelkavik: e, stathelle: e, stavern: e, stjordalshalsen: e, "xn--stjrdalshalsen-sqb": e, stjørdalshalsen: e, tananger: e, tranby: e, vossevangen: e, aarborte: e, aejrie: e, afjord: e, "xn--fjord-lra": e, åfjord: e, agdenes: e, akershus: Ra, aknoluokta: e, "xn--koluokta-7ya57h": e, ákŋoluokta: e, al: e, "xn--l-1fa": e, ål: e, alaheadju: e, "xn--laheadju-7ya": e, álaheadju: e, alesund: e, "xn--lesund-hua": e, ålesund: e, alstahaug: e, alta: e, "xn--lt-liac": e, áltá: e, alvdal: e, amli: e, "xn--mli-tla": e, åmli: e, amot: e, "xn--mot-tla": e, åmot: e, andasuolo: e, andebu: e, andoy: e, "xn--andy-ira": e, andøy: e, ardal: e, "xn--rdal-poa": e, årdal: e, aremark: e, arendal: e, "xn--s-1fa": e, ås: e, aseral: e, "xn--seral-lra": e, åseral: e, asker: e, askim: e, askoy: e, "xn--asky-ira": e, askøy: e, askvoll: e, asnes: e, "xn--snes-poa": e, åsnes: e, audnedaln: e, aukra: e, aure: e, aurland: e, "aurskog-holand": e, "xn--aurskog-hland-jnb": e, "aurskog-høland": e, austevoll: e, austrheim: e, averoy: e, "xn--avery-yua": e, averøy: e, badaddja: e, "xn--bdddj-mrabd": e, bådåddjå: e, "xn--brum-voa": e, bærum: e, bahcavuotna: e, "xn--bhcavuotna-s4a": e, báhcavuotna: e, bahccavuotna: e, "xn--bhccavuotna-k7a": e, báhccavuotna: e, baidar: e, "xn--bidr-5nac": e, báidár: e, bajddar: e, "xn--bjddar-pta": e, bájddar: e, balat: e, "xn--blt-elab": e, bálát: e, balestrand: e, ballangen: e, balsfjord: e, bamble: e, bardu: e, barum: e, batsfjord: e, "xn--btsfjord-9za": e, båtsfjord: e, bearalvahki: e, "xn--bearalvhki-y4a": e, bearalváhki: e, beardu: e, beiarn: e, berg: e, bergen: e, berlevag: e, "xn--berlevg-jxa": e, berlevåg: e, bievat: e, "xn--bievt-0qa": e, bievát: e, bindal: e, birkenes: e, bjerkreim: e, bjugn: e, bodo: e, "xn--bod-2na": e, bodø: e, bokn: e, bomlo: e, "xn--bmlo-gra": e, bømlo: e, bremanger: e, bronnoy: e, "xn--brnny-wuac": e, brønnøy: e, budejju: e, buskerud: Ra, bygland: e, bykle: e, cahcesuolo: e, "xn--hcesuolo-7ya35b": e, čáhcesuolo: e, davvenjarga: e, "xn--davvenjrga-y4a": e, davvenjárga: e, davvesiida: e, deatnu: e, dielddanuorri: e, divtasvuodna: e, divttasvuotna: e, donna: e, "xn--dnna-gra": e, dønna: e, dovre: e, drammen: e, drangedal: e, dyroy: e, "xn--dyry-ira": e, dyrøy: e, eid: e, eidfjord: e, eidsberg: e, eidskog: e, eidsvoll: e, eigersund: e, elverum: e, enebakk: e, engerdal: e, etne: e, etnedal: e, evenassi: e, "xn--eveni-0qa01ga": e, evenášši: e, evenes: e, "evje-og-hornnes": e, farsund: e, fauske: e, fedje: e, fet: e, finnoy: e, "xn--finny-yua": e, finnøy: e, fitjar: e, fjaler: e, fjell: e, fla: e, "xn--fl-zia": e, flå: e, flakstad: e, flatanger: e, flekkefjord: e, flesberg: e, flora: e, folldal: e, forde: e, "xn--frde-gra": e, førde: e, forsand: e, fosnes: e, "xn--frna-woa": e, fræna: e, frana: e, frei: e, frogn: e, froland: e, frosta: e, froya: e, "xn--frya-hra": e, frøya: e, fuoisku: e, fuossko: e, fusa: e, fyresdal: e, gaivuotna: e, "xn--givuotna-8ya": e, gáivuotna: e, galsa: e, "xn--gls-elac": e, gálsá: e, gamvik: e, gangaviika: e, "xn--ggaviika-8ya47h": e, gáŋgaviika: e, gaular: e, gausdal: e, giehtavuoatna: e, gildeskal: e, "xn--gildeskl-g0a": e, gildeskål: e, giske: e, gjemnes: e, gjerdrum: e, gjerstad: e, gjesdal: e, gjovik: e, "xn--gjvik-wua": e, gjøvik: e, gloppen: e, gol: e, gran: e, grane: e, granvin: e, gratangen: e, grimstad: e, grong: e, grue: e, gulen: e, guovdageaidnu: e, ha: e, "xn--h-2fa": e, hå: e, habmer: e, "xn--hbmer-xqa": e, hábmer: e, hadsel: e, "xn--hgebostad-g3a": e, hægebostad: e, hagebostad: e, halden: e, halsa: e, hamar: e, hamaroy: e, hammarfeasta: e, "xn--hmmrfeasta-s4ac": e, hámmárfeasta: e, hammerfest: e, hapmir: e, "xn--hpmir-xqa": e, hápmir: e, haram: e, hareid: e, harstad: e, hasvik: e, hattfjelldal: e, haugesund: e, hedmark: [0, { os: e, valer: e, "xn--vler-qoa": e, våler: e }], hemne: e, hemnes: e, hemsedal: e, hitra: e, hjartdal: e, hjelmeland: e, hobol: e, "xn--hobl-ira": e, hobøl: e, hof: e, hol: e, hole: e, holmestrand: e, holtalen: e, "xn--holtlen-hxa": e, holtålen: e, hordaland: [0, { os: e }], hornindal: e, horten: e, hoyanger: e, "xn--hyanger-q1a": e, høyanger: e, hoylandet: e, "xn--hylandet-54a": e, høylandet: e, hurdal: e, hurum: e, hvaler: e, hyllestad: e, ibestad: e, inderoy: e, "xn--indery-fya": e, inderøy: e, iveland: e, ivgu: e, jevnaker: e, jolster: e, "xn--jlster-bya": e, jølster: e, jondal: e, kafjord: e, "xn--kfjord-iua": e, kåfjord: e, karasjohka: e, "xn--krjohka-hwab49j": e, kárášjohka: e, karasjok: e, karlsoy: e, karmoy: e, "xn--karmy-yua": e, karmøy: e, kautokeino: e, klabu: e, "xn--klbu-woa": e, klæbu: e, klepp: e, kongsberg: e, kongsvinger: e, kraanghke: e, "xn--kranghke-b0a": e, kråanghke: e, kragero: e, "xn--krager-gya": e, kragerø: e, kristiansand: e, kristiansund: e, krodsherad: e, "xn--krdsherad-m8a": e, krødsherad: e, "xn--kvfjord-nxa": e, kvæfjord: e, "xn--kvnangen-k0a": e, kvænangen: e, kvafjord: e, kvalsund: e, kvam: e, kvanangen: e, kvinesdal: e, kvinnherad: e, kviteseid: e, kvitsoy: e, "xn--kvitsy-fya": e, kvitsøy: e, laakesvuemie: e, "xn--lrdal-sra": e, lærdal: e, lahppi: e, "xn--lhppi-xqa": e, láhppi: e, lardal: e, larvik: e, lavagis: e, lavangen: e, leangaviika: e, "xn--leagaviika-52b": e, leaŋgaviika: e, lebesby: e, leikanger: e, leirfjord: e, leka: e, leksvik: e, lenvik: e, lerdal: e, lesja: e, levanger: e, lier: e, lierne: e, lillehammer: e, lillesand: e, lindas: e, "xn--linds-pra": e, lindås: e, lindesnes: e, loabat: e, "xn--loabt-0qa": e, loabát: e, lodingen: e, "xn--ldingen-q1a": e, lødingen: e, lom: e, loppa: e, lorenskog: e, "xn--lrenskog-54a": e, lørenskog: e, loten: e, "xn--lten-gra": e, løten: e, lund: e, lunner: e, luroy: e, "xn--lury-ira": e, lurøy: e, luster: e, lyngdal: e, lyngen: e, malatvuopmi: e, "xn--mlatvuopmi-s4a": e, málatvuopmi: e, malselv: e, "xn--mlselv-iua": e, målselv: e, malvik: e, mandal: e, marker: e, marnardal: e, masfjorden: e, masoy: e, "xn--msy-ula0h": e, måsøy: e, "matta-varjjat": e, "xn--mtta-vrjjat-k7af": e, "mátta-várjjat": e, meland: e, meldal: e, melhus: e, meloy: e, "xn--mely-ira": e, meløy: e, meraker: e, "xn--merker-kua": e, meråker: e, midsund: e, "midtre-gauldal": e, moareke: e, "xn--moreke-jua": e, moåreke: e, modalen: e, modum: e, molde: e, "more-og-romsdal": [0, { heroy: e, sande: e }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": e, sande: e }], "møre-og-romsdal": [0, { herøy: e, sande: e }], moskenes: e, moss: e, muosat: e, "xn--muost-0qa": e, muosát: e, naamesjevuemie: e, "xn--nmesjevuemie-tcba": e, nååmesjevuemie: e, "xn--nry-yla5g": e, nærøy: e, namdalseid: e, namsos: e, namsskogan: e, nannestad: e, naroy: e, narviika: e, narvik: e, naustdal: e, navuotna: e, "xn--nvuotna-hwa": e, návuotna: e, "nedre-eiker": e, nesna: e, nesodden: e, nesseby: e, nesset: e, nissedal: e, nittedal: e, "nord-aurdal": e, "nord-fron": e, "nord-odal": e, norddal: e, nordkapp: e, nordland: [0, { bo: e, "xn--b-5ga": e, bø: e, heroy: e, "xn--hery-ira": e, herøy: e }], "nordre-land": e, nordreisa: e, "nore-og-uvdal": e, notodden: e, notteroy: e, "xn--nttery-byae": e, nøtterøy: e, odda: e, oksnes: e, "xn--ksnes-uua": e, øksnes: e, omasvuotna: e, oppdal: e, oppegard: e, "xn--oppegrd-ixa": e, oppegård: e, orkdal: e, orland: e, "xn--rland-uua": e, ørland: e, orskog: e, "xn--rskog-uua": e, ørskog: e, orsta: e, "xn--rsta-fra": e, ørsta: e, osen: e, osteroy: e, "xn--ostery-fya": e, osterøy: e, ostfold: [0, { valer: e }], "xn--stfold-9xa": [0, { "xn--vler-qoa": e }], østfold: [0, { våler: e }], "ostre-toten": e, "xn--stre-toten-zcb": e, "østre-toten": e, overhalla: e, "ovre-eiker": e, "xn--vre-eiker-k8a": e, "øvre-eiker": e, oyer: e, "xn--yer-zna": e, øyer: e, oygarden: e, "xn--ygarden-p1a": e, øygarden: e, "oystre-slidre": e, "xn--ystre-slidre-ujb": e, "øystre-slidre": e, porsanger: e, porsangu: e, "xn--porsgu-sta26f": e, porsáŋgu: e, porsgrunn: e, rade: e, "xn--rde-ula": e, råde: e, radoy: e, "xn--rady-ira": e, radøy: e, "xn--rlingen-mxa": e, rælingen: e, rahkkeravju: e, "xn--rhkkervju-01af": e, ráhkkerávju: e, raisa: e, "xn--risa-5na": e, ráisa: e, rakkestad: e, ralingen: e, rana: e, randaberg: e, rauma: e, rendalen: e, rennebu: e, rennesoy: e, "xn--rennesy-v1a": e, rennesøy: e, rindal: e, ringebu: e, ringerike: e, ringsaker: e, risor: e, "xn--risr-ira": e, risør: e, rissa: e, roan: e, rodoy: e, "xn--rdy-0nab": e, rødøy: e, rollag: e, romsa: e, romskog: e, "xn--rmskog-bya": e, rømskog: e, roros: e, "xn--rros-gra": e, røros: e, rost: e, "xn--rst-0na": e, røst: e, royken: e, "xn--ryken-vua": e, røyken: e, royrvik: e, "xn--ryrvik-bya": e, røyrvik: e, ruovat: e, rygge: e, salangen: e, salat: e, "xn--slat-5na": e, sálat: e, "xn--slt-elab": e, sálát: e, saltdal: e, samnanger: e, sandefjord: e, sandnes: e, sandoy: e, "xn--sandy-yua": e, sandøy: e, sarpsborg: e, sauda: e, sauherad: e, sel: e, selbu: e, selje: e, seljord: e, siellak: e, sigdal: e, siljan: e, sirdal: e, skanit: e, "xn--sknit-yqa": e, skánit: e, skanland: e, "xn--sknland-fxa": e, skånland: e, skaun: e, skedsmo: e, ski: e, skien: e, skierva: e, "xn--skierv-uta": e, skiervá: e, skiptvet: e, skjak: e, "xn--skjk-soa": e, skjåk: e, skjervoy: e, "xn--skjervy-v1a": e, skjervøy: e, skodje: e, smola: e, "xn--smla-hra": e, smøla: e, snaase: e, "xn--snase-nra": e, snåase: e, snasa: e, "xn--snsa-roa": e, snåsa: e, snillfjord: e, snoasa: e, sogndal: e, sogne: e, "xn--sgne-gra": e, søgne: e, sokndal: e, sola: e, solund: e, somna: e, "xn--smna-gra": e, sømna: e, "sondre-land": e, "xn--sndre-land-0cb": e, "søndre-land": e, songdalen: e, "sor-aurdal": e, "xn--sr-aurdal-l8a": e, "sør-aurdal": e, "sor-fron": e, "xn--sr-fron-q1a": e, "sør-fron": e, "sor-odal": e, "xn--sr-odal-q1a": e, "sør-odal": e, "sor-varanger": e, "xn--sr-varanger-ggb": e, "sør-varanger": e, sorfold: e, "xn--srfold-bya": e, sørfold: e, sorreisa: e, "xn--srreisa-q1a": e, sørreisa: e, sortland: e, sorum: e, "xn--srum-gra": e, sørum: e, spydeberg: e, stange: e, stavanger: e, steigen: e, steinkjer: e, stjordal: e, "xn--stjrdal-s1a": e, stjørdal: e, stokke: e, "stor-elvdal": e, stord: e, stordal: e, storfjord: e, strand: e, stranda: e, stryn: e, sula: e, suldal: e, sund: e, sunndal: e, surnadal: e, sveio: e, svelvik: e, sykkylven: e, tana: e, telemark: [0, { bo: e, "xn--b-5ga": e, bø: e }], time: e, tingvoll: e, tinn: e, tjeldsund: e, tjome: e, "xn--tjme-hra": e, tjøme: e, tokke: e, tolga: e, tonsberg: e, "xn--tnsberg-q1a": e, tønsberg: e, torsken: e, "xn--trna-woa": e, træna: e, trana: e, tranoy: e, "xn--trany-yua": e, tranøy: e, troandin: e, trogstad: e, "xn--trgstad-r1a": e, trøgstad: e, tromsa: e, tromso: e, "xn--troms-zua": e, tromsø: e, trondheim: e, trysil: e, tvedestrand: e, tydal: e, tynset: e, tysfjord: e, tysnes: e, "xn--tysvr-vra": e, tysvær: e, tysvar: e, ullensaker: e, ullensvang: e, ulvik: e, unjarga: e, "xn--unjrga-rta": e, unjárga: e, utsira: e, vaapste: e, vadso: e, "xn--vads-jra": e, vadsø: e, "xn--vry-yla5g": e, værøy: e, vaga: e, "xn--vg-yiab": e, vågå: e, vagan: e, "xn--vgan-qoa": e, vågan: e, vagsoy: e, "xn--vgsy-qoa0j": e, vågsøy: e, vaksdal: e, valle: e, vang: e, vanylven: e, vardo: e, "xn--vard-jra": e, vardø: e, varggat: e, "xn--vrggt-xqad": e, várggát: e, varoy: e, vefsn: e, vega: e, vegarshei: e, "xn--vegrshei-c0a": e, vegårshei: e, vennesla: e, verdal: e, verran: e, vestby: e, vestfold: [0, { sande: e }], vestnes: e, "vestre-slidre": e, "vestre-toten": e, vestvagoy: e, "xn--vestvgy-ixa6o": e, vestvågøy: e, vevelstad: e, vik: e, vikna: e, vindafjord: e, voagat: e, volda: e, voss: e, co: a, "123hjemmeside": a, myspreadshop: a }], np: _, nr: za, nu: [1, { merseine: a, mine: a, shacknet: a, enterprisecloud: a }], nz: [1, { ac: e, co: e, cri: e, geek: e, gen: e, govt: e, health: e, iwi: e, kiwi: e, maori: e, "xn--mori-qsa": e, māori: e, mil: e, net: e, org: e, parliament: e, school: e, cloudns: a }], om: [1, { co: e, com: e, edu: e, gov: e, med: e, museum: e, net: e, org: e, pro: e }], onion: e, org: [1, { altervista: a, pimienta: a, poivron: a, potager: a, sweetpepper: a, cdn77: [0, { c: a, rsc: a }], "cdn77-secure": [0, { origin: [0, { ssl: a }] }], ae: a, cloudns: a, "ip-dynamic": a, ddnss: a, dpdns: a, duckdns: a, tunk: a, blogdns: a, blogsite: a, boldlygoingnowhere: a, dnsalias: a, dnsdojo: a, doesntexist: a, dontexist: a, doomdns: a, dvrdns: a, dynalias: a, dyndns: [2, { go: a, home: a }], endofinternet: a, endoftheinternet: a, "from-me": a, "game-host": a, gotdns: a, "hobby-site": a, homedns: a, homeftp: a, homelinux: a, homeunix: a, "is-a-bruinsfan": a, "is-a-candidate": a, "is-a-celticsfan": a, "is-a-chef": a, "is-a-geek": a, "is-a-knight": a, "is-a-linux-user": a, "is-a-patsfan": a, "is-a-soxfan": a, "is-found": a, "is-lost": a, "is-saved": a, "is-very-bad": a, "is-very-evil": a, "is-very-good": a, "is-very-nice": a, "is-very-sweet": a, "isa-geek": a, "kicks-ass": a, misconfused: a, podzone: a, readmyblog: a, selfip: a, sellsyourhome: a, servebbs: a, serveftp: a, servegame: a, "stuff-4-sale": a, webhop: a, accesscam: a, camdvr: a, freeddns: a, mywire: a, roxa: a, webredirect: a, twmail: a, eu: [2, { al: a, asso: a, at: a, au: a, be: a, bg: a, ca: a, cd: a, ch: a, cn: a, cy: a, cz: a, de: a, dk: a, edu: a, ee: a, es: a, fi: a, fr: a, gr: a, hr: a, hu: a, ie: a, il: a, in: a, int: a, is: a, it: a, jp: a, kr: a, lt: a, lu: a, lv: a, me: a, mk: a, mt: a, my: a, net: a, ng: a, nl: a, no: a, nz: a, pl: a, pt: a, ro: a, ru: a, se: a, si: a, sk: a, tr: a, uk: a, us: a }], fedorainfracloud: a, fedorapeople: a, fedoraproject: [0, { cloud: a, os: We, stg: [0, { os: We }] }], freedesktop: a, hatenadiary: a, hepforge: a, "in-dsl": a, "in-vpn": a, js: a, barsy: a, mayfirst: a, routingthecloud: a, bmoattachments: a, "cable-modem": a, collegefan: a, couchpotatofries: a, hopto: a, mlbfan: a, myftp: a, mysecuritycamera: a, nflfan: a, "no-ip": a, "read-books": a, ufcfan: a, zapto: a, dynserv: a, "now-dns": a, "is-local": a, httpbin: a, pubtls: a, jpn: a, "my-firewall": a, myfirewall: a, spdns: a, "small-web": a, dsmynas: a, familyds: a, teckids: Ze, tuxfamily: a, hk: a, us: a, toolforge: a, wmcloud: [2, { beta: a }], wmflabs: a, za: a }], pa: [1, { abo: e, ac: e, com: e, edu: e, gob: e, ing: e, med: e, net: e, nom: e, org: e, sld: e }], pe: [1, { com: e, edu: e, gob: e, mil: e, net: e, nom: e, org: e }], pf: [1, { com: e, edu: e, org: e }], pg: _, ph: [1, { com: e, edu: e, gov: e, i: e, mil: e, net: e, ngo: e, org: e, cloudns: a }], pk: [1, { ac: e, biz: e, com: e, edu: e, fam: e, gkp: e, gob: e, gog: e, gok: e, gop: e, gos: e, gov: e, net: e, org: e, web: e }], pl: [1, { com: e, net: e, org: e, agro: e, aid: e, atm: e, auto: e, biz: e, edu: e, gmina: e, gsm: e, info: e, mail: e, media: e, miasta: e, mil: e, nieruchomosci: e, nom: e, pc: e, powiat: e, priv: e, realestate: e, rel: e, sex: e, shop: e, sklep: e, sos: e, szkola: e, targi: e, tm: e, tourism: e, travel: e, turystyka: e, gov: [1, { ap: e, griw: e, ic: e, is: e, kmpsp: e, konsulat: e, kppsp: e, kwp: e, kwpsp: e, mup: e, mw: e, oia: e, oirm: e, oke: e, oow: e, oschr: e, oum: e, pa: e, pinb: e, piw: e, po: e, pr: e, psp: e, psse: e, pup: e, rzgw: e, sa: e, sdn: e, sko: e, so: e, sr: e, starostwo: e, ug: e, ugim: e, um: e, umig: e, upow: e, uppo: e, us: e, uw: e, uzs: e, wif: e, wiih: e, winb: e, wios: e, witd: e, wiw: e, wkz: e, wsa: e, wskr: e, wsse: e, wuoz: e, wzmiuw: e, zp: e, zpisdn: e }], augustow: e, "babia-gora": e, bedzin: e, beskidy: e, bialowieza: e, bialystok: e, bielawa: e, bieszczady: e, boleslawiec: e, bydgoszcz: e, bytom: e, cieszyn: e, czeladz: e, czest: e, dlugoleka: e, elblag: e, elk: e, glogow: e, gniezno: e, gorlice: e, grajewo: e, ilawa: e, jaworzno: e, "jelenia-gora": e, jgora: e, kalisz: e, karpacz: e, kartuzy: e, kaszuby: e, katowice: e, "kazimierz-dolny": e, kepno: e, ketrzyn: e, klodzko: e, kobierzyce: e, kolobrzeg: e, konin: e, konskowola: e, kutno: e, lapy: e, lebork: e, legnica: e, lezajsk: e, limanowa: e, lomza: e, lowicz: e, lubin: e, lukow: e, malbork: e, malopolska: e, mazowsze: e, mazury: e, mielec: e, mielno: e, mragowo: e, naklo: e, nowaruda: e, nysa: e, olawa: e, olecko: e, olkusz: e, olsztyn: e, opoczno: e, opole: e, ostroda: e, ostroleka: e, ostrowiec: e, ostrowwlkp: e, pila: e, pisz: e, podhale: e, podlasie: e, polkowice: e, pomorskie: e, pomorze: e, prochowice: e, pruszkow: e, przeworsk: e, pulawy: e, radom: e, "rawa-maz": e, rybnik: e, rzeszow: e, sanok: e, sejny: e, skoczow: e, slask: e, slupsk: e, sosnowiec: e, "stalowa-wola": e, starachowice: e, stargard: e, suwalki: e, swidnica: e, swiebodzin: e, swinoujscie: e, szczecin: e, szczytno: e, tarnobrzeg: e, tgory: e, turek: e, tychy: e, ustka: e, walbrzych: e, warmia: e, warszawa: e, waw: e, wegrow: e, wielun: e, wlocl: e, wloclawek: e, wodzislaw: e, wolomin: e, wroclaw: e, zachpomor: e, zagan: e, zarow: e, zgora: e, zgorzelec: e, art: a, gliwice: a, krakow: a, poznan: a, wroc: a, zakopane: a, beep: a, "ecommerce-shop": a, cfolks: a, dfirma: a, dkonto: a, you2: a, shoparena: a, homesklep: a, sdscloud: a, unicloud: a, lodz: a, pabianice: a, plock: a, sieradz: a, skierniewice: a, zgierz: a, krasnik: a, leczna: a, lubartow: a, lublin: a, poniatowa: a, swidnik: a, co: a, torun: a, simplesite: a, myspreadshop: a, gda: a, gdansk: a, gdynia: a, med: a, sopot: a, bielsko: a }], pm: [1, { own: a, name: a }], pn: [1, { co: e, edu: e, gov: e, net: e, org: e }], post: e, pr: [1, { biz: e, com: e, edu: e, gov: e, info: e, isla: e, name: e, net: e, org: e, pro: e, ac: e, est: e, prof: e }], pro: [1, { aaa: e, aca: e, acct: e, avocat: e, bar: e, cpa: e, eng: e, jur: e, law: e, med: e, recht: e, cloudns: a, keenetic: a, barsy: a, ngrok: a }], ps: [1, { com: e, edu: e, gov: e, net: e, org: e, plo: e, sec: e }], pt: [1, { com: e, edu: e, gov: e, int: e, net: e, nome: e, org: e, publ: e, "123paginaweb": a }], pw: [1, { gov: e, cloudns: a, x443: a }], py: [1, { com: e, coop: e, edu: e, gov: e, mil: e, net: e, org: e }], qa: [1, { com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e, sch: e }], re: [1, { asso: e, com: e, netlib: a, can: a }], ro: [1, { arts: e, com: e, firm: e, info: e, nom: e, nt: e, org: e, rec: e, store: e, tm: e, www: e, co: a, shop: a, barsy: a }], rs: [1, { ac: e, co: e, edu: e, gov: e, in: e, org: e, brendly: y, barsy: a, ox: a }], ru: [1, { ac: a, edu: a, gov: a, int: a, mil: a, eurodir: a, adygeya: a, bashkiria: a, bir: a, cbg: a, com: a, dagestan: a, grozny: a, kalmykia: a, kustanai: a, marine: a, mordovia: a, msk: a, mytis: a, nalchik: a, nov: a, pyatigorsk: a, spb: a, vladikavkaz: a, vladimir: a, na4u: a, mircloud: a, myjino: [2, { hosting: t, landing: t, spectrum: t, vps: t }], cldmail: [0, { hb: a }], mcdir: [2, { vps: a }], mcpre: a, net: a, org: a, pp: a, ras: a }], rw: [1, { ac: e, co: e, coop: e, gov: e, mil: e, net: e, org: e }], sa: [1, { com: e, edu: e, gov: e, med: e, net: e, org: e, pub: e, sch: e }], sb: n, sc: n, sd: [1, { com: e, edu: e, gov: e, info: e, med: e, net: e, org: e, tv: e }], se: [1, { a: e, ac: e, b: e, bd: e, brand: e, c: e, d: e, e, f: e, fh: e, fhsk: e, fhv: e, g: e, h: e, i: e, k: e, komforb: e, kommunalforbund: e, komvux: e, l: e, lanbib: e, m: e, n: e, naturbruksgymn: e, o: e, org: e, p: e, parti: e, pp: e, press: e, r: e, s: e, t: e, tm: e, u: e, w: e, x: e, y: e, z: e, com: a, iopsys: a, "123minsida": a, itcouldbewor: a, myspreadshop: a }], sg: [1, { com: e, edu: e, gov: e, net: e, org: e, enscaled: a }], sh: [1, { com: e, gov: e, mil: e, net: e, org: e, hashbang: a, botda: a, lovable: a, platform: [0, { ent: a, eu: a, us: a }], teleport: a, now: a }], si: [1, { f5: a, gitapp: a, gitpage: a }], sj: e, sk: [1, { org: e }], sl: n, sm: e, sn: [1, { art: e, com: e, edu: e, gouv: e, org: e, univ: e }], so: [1, { com: e, edu: e, gov: e, me: e, net: e, org: e, surveys: a }], sr: e, ss: [1, { biz: e, co: e, com: e, edu: e, gov: e, me: e, net: e, org: e, sch: e }], st: [1, { co: e, com: e, consulado: e, edu: e, embaixada: e, mil: e, net: e, org: e, principe: e, saotome: e, store: e, helioho: a, cn: t, kirara: a, noho: a }], su: [1, { abkhazia: a, adygeya: a, aktyubinsk: a, arkhangelsk: a, armenia: a, ashgabad: a, azerbaijan: a, balashov: a, bashkiria: a, bryansk: a, bukhara: a, chimkent: a, dagestan: a, "east-kazakhstan": a, exnet: a, georgia: a, grozny: a, ivanovo: a, jambyl: a, kalmykia: a, kaluga: a, karacol: a, karaganda: a, karelia: a, khakassia: a, krasnodar: a, kurgan: a, kustanai: a, lenug: a, mangyshlak: a, mordovia: a, msk: a, murmansk: a, nalchik: a, navoi: a, "north-kazakhstan": a, nov: a, obninsk: a, penza: a, pokrovsk: a, sochi: a, spb: a, tashkent: a, termez: a, togliatti: a, troitsk: a, tselinograd: a, tula: a, tuva: a, vladikavkaz: a, vladimir: a, vologda: a }], sv: [1, { com: e, edu: e, gob: e, org: e, red: e }], sx: c, sy: s, sz: [1, { ac: e, co: e, org: e }], tc: e, td: e, tel: e, tf: [1, { sch: a }], tg: e, th: [1, { ac: e, co: e, go: e, in: e, mi: e, net: e, or: e, online: a, shop: a }], tj: [1, { ac: e, biz: e, co: e, com: e, edu: e, go: e, gov: e, int: e, mil: e, name: e, net: e, nic: e, org: e, test: e, web: e }], tk: e, tl: c, tm: [1, { co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e }], tn: [1, { com: e, ens: e, fin: e, gov: e, ind: e, info: e, intl: e, mincom: e, nat: e, net: e, org: e, perso: e, tourism: e, orangecloud: a }], to: [1, { 611: a, com: e, edu: e, gov: e, mil: e, net: e, org: e, oya: a, x0: a, quickconnect: Z, vpnplus: a, nett: a }], tr: [1, { av: e, bbs: e, bel: e, biz: e, com: e, dr: e, edu: e, gen: e, gov: e, info: e, k12: e, kep: e, mil: e, name: e, net: e, org: e, pol: e, tel: e, tsk: e, tv: e, web: e, nc: c }], tt: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], tv: [1, { "better-than": a, dyndns: a, "on-the-web": a, "worse-than": a, from: a, sakura: a }], tw: [1, { club: e, com: [1, { mymailer: a }], ebiz: e, edu: e, game: e, gov: e, idv: e, mil: e, net: e, org: e, url: a, mydns: a }], tz: [1, { ac: e, co: e, go: e, hotel: e, info: e, me: e, mil: e, mobi: e, ne: e, or: e, sc: e, tv: e }], ua: [1, { com: e, edu: e, gov: e, in: e, net: e, org: e, cherkassy: e, cherkasy: e, chernigov: e, chernihiv: e, chernivtsi: e, chernovtsy: e, ck: e, cn: e, cr: e, crimea: e, cv: e, dn: e, dnepropetrovsk: e, dnipropetrovsk: e, donetsk: e, dp: e, if: e, "ivano-frankivsk": e, kh: e, kharkiv: e, kharkov: e, kherson: e, khmelnitskiy: e, khmelnytskyi: e, kiev: e, kirovograd: e, km: e, kr: e, kropyvnytskyi: e, krym: e, ks: e, kv: e, kyiv: e, lg: e, lt: e, lugansk: e, luhansk: e, lutsk: e, lv: e, lviv: e, mk: e, mykolaiv: e, nikolaev: e, od: e, odesa: e, odessa: e, pl: e, poltava: e, rivne: e, rovno: e, rv: e, sb: e, sebastopol: e, sevastopol: e, sm: e, sumy: e, te: e, ternopil: e, uz: e, uzhgorod: e, uzhhorod: e, vinnica: e, vinnytsia: e, vn: e, volyn: e, yalta: e, zakarpattia: e, zaporizhzhe: e, zaporizhzhia: e, zhitomir: e, zhytomyr: e, zp: e, zt: e, cc: a, inf: a, ltd: a, cx: a, biz: a, co: a, pp: a, v: a }], ug: [1, { ac: e, co: e, com: e, edu: e, go: e, gov: e, mil: e, ne: e, or: e, org: e, sc: e, us: e }], uk: [1, { ac: e, co: [1, { bytemark: [0, { dh: a, vm: a }], layershift: Ye, barsy: a, barsyonline: a, retrosnub: ja, "nh-serv": a, "no-ip": a, adimo: a, myspreadshop: a }], gov: [1, { api: a, campaign: a, service: a }], ltd: e, me: e, net: e, nhs: e, org: [1, { glug: a, lug: a, lugs: a, affinitylottery: a, raffleentry: a, weeklylottery: a }], plc: e, police: e, sch: _, conn: a, copro: a, hosp: a, "independent-commission": a, "independent-inquest": a, "independent-inquiry": a, "independent-panel": a, "independent-review": a, "public-inquiry": a, "royal-commission": a, pymnt: a, barsy: a, nimsite: a, oraclegovcloudapps: t }], us: [1, { dni: e, isa: e, nsn: e, ak: x, al: x, ar: x, as: x, az: x, ca: x, co: x, ct: x, dc: x, de: Aa, fl: x, ga: x, gu: x, hi: Ie, ia: x, id: x, il: x, in: x, ks: x, ky: x, la: x, ma: [1, { k12: [1, { chtr: e, paroch: e, pvt: e }], cc: e, lib: e }], md: x, me: x, mi: [1, { k12: e, cc: e, lib: e, "ann-arbor": e, cog: e, dst: e, eaton: e, gen: e, mus: e, tec: e, washtenaw: e }], mn: x, mo: x, ms: [1, { k12: e, cc: e }], mt: x, nc: x, nd: Ie, ne: x, nh: x, nj: x, nm: x, nv: x, ny: x, oh: x, ok: x, or: x, pa: x, pr: x, ri: Ie, sc: x, sd: Ie, tn: x, tx: x, ut: x, va: x, vi: x, vt: x, wa: x, wi: x, wv: Aa, wy: x, cloudns: a, "is-by": a, "land-4-sale": a, "stuff-4-sale": a, heliohost: a, enscaled: [0, { phx: a }], mircloud: a, "azure-api": a, azurewebsites: a, ngo: a, golffan: a, noip: a, pointto: a, freeddns: a, srv: [2, { gh: a, gl: a }], servername: a }], uy: [1, { com: e, edu: e, gub: e, mil: e, net: e, org: e, gv: a }], uz: [1, { co: e, com: e, net: e, org: e }], va: e, vc: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, gv: [2, { d: a }], "0e": t, mydns: a }], ve: [1, { arts: e, bib: e, co: e, com: e, e12: e, edu: e, emprende: e, firm: e, gob: e, gov: e, ia: e, info: e, int: e, mil: e, net: e, nom: e, org: e, rar: e, rec: e, store: e, tec: e, web: e }], vg: [1, { edu: e }], vi: [1, { co: e, com: e, k12: e, net: e, org: e }], vn: [1, { ac: e, ai: e, biz: e, com: e, edu: e, gov: e, health: e, id: e, info: e, int: e, io: e, name: e, net: e, org: e, pro: e, angiang: e, bacgiang: e, backan: e, baclieu: e, bacninh: e, "baria-vungtau": e, bentre: e, binhdinh: e, binhduong: e, binhphuoc: e, binhthuan: e, camau: e, cantho: e, caobang: e, daklak: e, daknong: e, danang: e, dienbien: e, dongnai: e, dongthap: e, gialai: e, hagiang: e, haiduong: e, haiphong: e, hanam: e, hanoi: e, hatinh: e, haugiang: e, hoabinh: e, hungyen: e, khanhhoa: e, kiengiang: e, kontum: e, laichau: e, lamdong: e, langson: e, laocai: e, longan: e, namdinh: e, nghean: e, ninhbinh: e, ninhthuan: e, phutho: e, phuyen: e, quangbinh: e, quangnam: e, quangngai: e, quangninh: e, quangtri: e, soctrang: e, sonla: e, tayninh: e, thaibinh: e, thainguyen: e, thanhhoa: e, thanhphohochiminh: e, thuathienhue: e, tiengiang: e, travinh: e, tuyenquang: e, vinhlong: e, vinhphuc: e, yenbai: e }], vu: je, wf: [1, { biz: a, sch: a }], ws: [1, { com: e, edu: e, gov: e, net: e, org: e, advisor: t, cloud66: a, dyndns: a, mypets: a }], yt: [1, { org: a }], "xn--mgbaam7a8h": e, امارات: e, "xn--y9a3aq": e, հայ: e, "xn--54b7fta0cc": e, বাংলা: e, "xn--90ae": e, бг: e, "xn--mgbcpq6gpa1a": e, البحرين: e, "xn--90ais": e, бел: e, "xn--fiqs8s": e, 中国: e, "xn--fiqz9s": e, 中國: e, "xn--lgbbat1ad8j": e, الجزائر: e, "xn--wgbh1c": e, مصر: e, "xn--e1a4c": e, ею: e, "xn--qxa6a": e, ευ: e, "xn--mgbah1a3hjkrd": e, موريتانيا: e, "xn--node": e, გე: e, "xn--qxam": e, ελ: e, "xn--j6w193g": [1, { "xn--gmqw5a": e, "xn--55qx5d": e, "xn--mxtq1m": e, "xn--wcvs22d": e, "xn--uc0atv": e, "xn--od0alg": e }], 香港: [1, { 個人: e, 公司: e, 政府: e, 教育: e, 組織: e, 網絡: e }], "xn--2scrj9c": e, ಭಾರತ: e, "xn--3hcrj9c": e, ଭାରତ: e, "xn--45br5cyl": e, ভাৰত: e, "xn--h2breg3eve": e, भारतम्: e, "xn--h2brj9c8c": e, भारोत: e, "xn--mgbgu82a": e, ڀارت: e, "xn--rvc1e0am3e": e, ഭാരതം: e, "xn--h2brj9c": e, भारत: e, "xn--mgbbh1a": e, بارت: e, "xn--mgbbh1a71e": e, بھارت: e, "xn--fpcrj9c3d": e, భారత్: e, "xn--gecrj9c": e, ભારત: e, "xn--s9brj9c": e, ਭਾਰਤ: e, "xn--45brj9c": e, ভারত: e, "xn--xkc2dl3a5ee0h": e, இந்தியா: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, "xn--mgbtx2b": e, عراق: e, "xn--mgbayh7gpa": e, الاردن: e, "xn--3e0b707e": e, 한국: e, "xn--80ao21a": e, қаз: e, "xn--q7ce6a": e, ລາວ: e, "xn--fzc2c9e2c": e, ලංකා: e, "xn--xkc2al3hye2a": e, இலங்கை: e, "xn--mgbc0a9azcg": e, المغرب: e, "xn--d1alf": e, мкд: e, "xn--l1acc": e, мон: e, "xn--mix891f": e, 澳門: e, "xn--mix082f": e, 澳门: e, "xn--mgbx4cd0ab": e, مليسيا: e, "xn--mgb9awbf": e, عمان: e, "xn--mgbai9azgqp6j": e, پاکستان: e, "xn--mgbai9a5eva00b": e, پاكستان: e, "xn--ygbi2ammx": e, فلسطين: e, "xn--90a3ac": [1, { "xn--80au": e, "xn--90azh": e, "xn--d1at": e, "xn--c1avg": e, "xn--o1ac": e, "xn--o1ach": e }], срб: [1, { ак: e, обр: e, од: e, орг: e, пр: e, упр: e }], "xn--p1ai": e, рф: e, "xn--wgbl6a": e, قطر: e, "xn--mgberp4a5d4ar": e, السعودية: e, "xn--mgberp4a5d4a87g": e, السعودیة: e, "xn--mgbqly7c0a67fbc": e, السعودیۃ: e, "xn--mgbqly7cvafr": e, السعوديه: e, "xn--mgbpl2fh": e, سودان: e, "xn--yfro4i67o": e, 新加坡: e, "xn--clchc0ea0b2g2a9gcd": e, சிங்கப்பூர்: e, "xn--ogbpf8fl": e, سورية: e, "xn--mgbtf8fl": e, سوريا: e, "xn--o3cw4h": [1, { "xn--o3cyx2a": e, "xn--12co0c3b4eva": e, "xn--m3ch0j3a": e, "xn--h3cuzk1di": e, "xn--12c1fe0br": e, "xn--12cfi8ixb8l": e }], ไทย: [1, { ทหาร: e, ธุรกิจ: e, เน็ต: e, รัฐบาล: e, ศึกษา: e, องค์กร: e }], "xn--pgbs0dh": e, تونس: e, "xn--kpry57d": e, 台灣: e, "xn--kprw13d": e, 台湾: e, "xn--nnx388a": e, 臺灣: e, "xn--j1amh": e, укр: e, "xn--mgb2ddes": e, اليمن: e, xxx: e, ye: s, za: [0, { ac: e, agric: e, alt: e, co: e, edu: e, gov: e, grondar: e, law: e, mil: e, net: e, ngo: e, nic: e, nis: e, nom: e, org: e, school: e, tm: e, web: e }], zm: [1, { ac: e, biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, net: e, org: e, sch: e }], zw: [1, { ac: e, co: e, gov: e, mil: e, org: e }], aaa: e, aarp: e, abb: e, abbott: e, abbvie: e, abc: e, able: e, abogado: e, abudhabi: e, academy: [1, { official: a }], accenture: e, accountant: e, accountants: e, aco: e, actor: e, ads: e, adult: e, aeg: e, aetna: e, afl: e, africa: e, agakhan: e, agency: e, aig: e, airbus: e, airforce: e, airtel: e, akdn: e, alibaba: e, alipay: e, allfinanz: e, allstate: e, ally: e, alsace: e, alstom: e, amazon: e, americanexpress: e, americanfamily: e, amex: e, amfam: e, amica: e, amsterdam: e, analytics: e, android: e, anquan: e, anz: e, aol: e, apartments: e, app: [1, { adaptable: a, aiven: a, beget: t, brave: o, clerk: a, clerkstage: a, cloudflare: a, wnext: a, csb: [2, { preview: a }], convex: a, corespeed: a, deta: a, ondigitalocean: a, easypanel: a, encr: [2, { frontend: a }], evervault: i, expo: [2, { staging: a }], edgecompute: a, "on-fleek": a, flutterflow: a, sprites: a, e2b: a, framer: a, gadget: a, github: a, hosted: t, run: [0, { "*": a, mtls: t }], web: a, hackclub: a, hasura: a, onhercules: a, botdash: a, shiptoday: a, leapcell: a, loginline: a, lovable: a, luyani: a, magicpatterns: a, medusajs: a, messerli: a, miren: a, mocha: a, netlify: a, ngrok: a, "ngrok-free": a, developer: t, noop: a, northflank: t, upsun: t, railway: [0, { up: a }], replit: r, nyat: a, snowflake: [0, { "*": a, privatelink: t }], streamlit: a, spawnbase: a, telebit: a, typedream: a, vercel: a, wal: a, wasmer: a, bookonline: a, windsurf: a, base44: a, zeabur: a, zerops: t }], apple: [1, { int: [2, { cloud: [0, { "*": a, r: [0, { "*": a, "ap-north-1": t, "ap-south-1": t, "ap-south-2": t, "eu-central-1": t, "eu-north-1": t, "us-central-1": t, "us-central-2": t, "us-east-1": t, "us-east-2": t, "us-west-1": t, "us-west-2": t, "us-west-3": t }] }] }] }], aquarelle: e, arab: e, aramco: e, archi: e, army: e, art: e, arte: e, asda: e, associates: e, athleta: e, attorney: e, auction: e, audi: e, audible: e, audio: e, auspost: e, author: e, auto: e, autos: e, aws: [1, { on: [0, { "af-south-1": l, "ap-east-1": l, "ap-northeast-1": l, "ap-northeast-2": l, "ap-northeast-3": l, "ap-south-1": l, "ap-south-2": u, "ap-southeast-1": l, "ap-southeast-2": l, "ap-southeast-3": l, "ap-southeast-4": u, "ap-southeast-5": u, "ca-central-1": l, "ca-west-1": u, "eu-central-1": l, "eu-central-2": u, "eu-north-1": l, "eu-south-1": l, "eu-south-2": u, "eu-west-1": l, "eu-west-2": l, "eu-west-3": l, "il-central-1": u, "me-central-1": u, "me-south-1": l, "sa-east-1": l, "us-east-1": l, "us-east-2": l, "us-west-1": l, "us-west-2": l, "ap-southeast-7": d, "mx-central-1": d, "us-gov-east-1": p, "us-gov-west-1": p }], sagemaker: [0, { "ap-northeast-1": g, "ap-northeast-2": g, "ap-south-1": g, "ap-southeast-1": g, "ap-southeast-2": g, "ca-central-1": b, "eu-central-1": g, "eu-west-1": g, "eu-west-2": g, "us-east-1": b, "us-east-2": b, "us-west-2": b, "af-south-1": f, "ap-east-1": f, "ap-northeast-3": f, "ap-south-2": k, "ap-southeast-3": f, "ap-southeast-4": k, "ca-west-1": [0, { notebook: a, "notebook-fips": a }], "eu-central-2": f, "eu-north-1": f, "eu-south-1": f, "eu-south-2": f, "eu-west-3": f, "il-central-1": f, "me-central-1": f, "me-south-1": f, "sa-east-1": f, "us-gov-east-1": m, "us-gov-west-1": m, "us-west-1": [0, { notebook: a, "notebook-fips": a, studio: a }], experiments: t }], repost: [0, { private: t }] }], axa: e, azure: e, baby: e, baidu: e, banamex: e, band: e, bank: e, bar: e, barcelona: e, barclaycard: e, barclays: e, barefoot: e, bargains: e, baseball: e, basketball: [1, { aus: a, nz: a }], bauhaus: e, bayern: e, bbc: e, bbt: e, bbva: e, bcg: e, bcn: e, beats: e, beauty: e, beer: e, berlin: e, best: e, bestbuy: e, bet: e, bharti: e, bible: e, bid: e, bike: e, bing: e, bingo: e, bio: e, black: e, blackfriday: e, blockbuster: e, blog: e, bloomberg: e, blue: e, bms: e, bmw: e, bnpparibas: e, boats: e, boehringer: e, bofa: e, bom: e, bond: e, boo: e, book: e, booking: e, bosch: e, bostik: e, boston: e, bot: e, boutique: e, box: e, bradesco: e, bridgestone: e, broadway: e, broker: e, brother: e, brussels: e, build: [1, { shiptoday: a, v0: a, windsurf: a }], builders: [1, { cloudsite: a }], business: S, buy: e, buzz: e, bzh: e, cab: e, cafe: e, cal: e, call: e, calvinklein: e, cam: e, camera: e, camp: [1, { emf: [0, { at: a }] }], canon: e, capetown: e, capital: e, capitalone: e, car: e, caravan: e, cards: e, care: e, career: e, careers: e, cars: e, casa: [1, { nabu: [0, { ui: a }] }], case: [1, { sav: a }], cash: e, casino: e, catering: e, catholic: e, cba: e, cbn: e, cbre: e, center: e, ceo: e, cern: e, cfa: e, cfd: e, chanel: e, channel: e, charity: e, chase: e, chat: e, cheap: e, chintai: e, christmas: e, chrome: e, church: e, cipriani: e, circle: e, cisco: e, citadel: e, citi: e, citic: e, city: e, claims: e, cleaning: e, click: e, clinic: e, clinique: e, clothing: e, cloud: [1, { antagonist: a, convex: a, elementor: a, emergent: a, encoway: [0, { eu: a }], statics: t, ravendb: a, axarnet: [0, { "es-1": a }], diadem: a, jelastic: [0, { vip: a }], jele: a, "jenv-aruba": [0, { aruba: [0, { eur: [0, { it1: a }] }], it1: a }], keliweb: [2, { cs: a }], oxa: [2, { tn: a, uk: a }], primetel: [2, { uk: a }], reclaim: [0, { ca: a, uk: a, us: a }], trendhosting: [0, { ch: a, de: a }], jote: a, jotelulu: a, kuleuven: a, laravel: a, linkyard: a, magentosite: t, matlab: a, observablehq: a, perspecta: a, vapor: a, "on-rancher": t, scw: [0, { baremetal: [0, { "fr-par-1": a, "fr-par-2": a, "nl-ams-1": a }], "fr-par": [0, { cockpit: a, ddl: a, dtwh: a, fnc: [2, { functions: a }], ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a, whm: a }], instances: [0, { priv: a, pub: a }], k8s: a, "nl-ams": [0, { cockpit: a, ddl: a, dtwh: a, ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a, whm: a }], "pl-waw": [0, { cockpit: a, ddl: a, dtwh: a, ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a }], scalebook: a, smartlabeling: a }], servebolt: a, onstackit: [0, { runs: a }], trafficplex: a, "unison-services": a, urown: a, voorloper: a, zap: a }], club: [1, { cloudns: a, jele: a, barsy: a }], clubmed: e, coach: e, codes: [1, { owo: t }], coffee: e, college: e, cologne: e, commbank: e, community: [1, { nog: a, ravendb: a, myforum: a }], company: e, compare: e, computer: e, comsec: e, condos: e, construction: e, consulting: e, contact: e, contractors: e, cooking: e, cool: [1, { elementor: a, de: a }], corsica: e, country: e, coupon: e, coupons: e, courses: e, cpa: e, credit: e, creditcard: e, creditunion: e, cricket: e, crown: e, crs: e, cruise: e, cruises: e, cuisinella: e, cymru: e, cyou: e, dad: e, dance: e, data: e, date: e, dating: e, datsun: e, day: e, dclk: e, dds: e, deal: e, dealer: e, deals: e, degree: e, delivery: e, dell: e, deloitte: e, delta: e, democrat: e, dental: e, dentist: e, desi: e, design: [1, { graphic: a, bss: a }], dev: [1, { myaddr: a, panel: a, bearblog: a, brave: o, lcl: t, lclstage: t, stg: t, stgstage: t, pages: a, r2: a, workers: a, deno: a, "deno-staging": a, deta: a, lp: [2, { api: a, objects: a }], evervault: i, fly: a, githubpreview: a, gateway: t, grebedoc: a, botdash: a, inbrowser: t, "is-a-good": a, iserv: a, leapcell: a, runcontainers: a, localcert: [0, { user: t }], loginline: a, barsy: a, mediatech: a, "mocha-sandbox": a, modx: a, ngrok: a, "ngrok-free": a, "is-a-fullstack": a, "is-cool": a, "is-not-a": a, localplayer: a, xmit: a, "platter-app": a, replit: [2, { archer: a, bones: a, canary: a, global: a, hacker: a, id: a, janeway: a, kim: a, kira: a, kirk: a, odo: a, paris: a, picard: a, pike: a, prerelease: a, reed: a, riker: a, sisko: a, spock: a, staging: a, sulu: a, tarpit: a, teams: a, tucker: a, wesley: a, worf: a }], crm: [0, { aa: t, ab: t, ac: t, ad: t, ae: t, af: t, ci: t, d: t, pa: t, pb: t, pc: t, pd: t, pe: t, pf: t, w: t, wa: t, wb: t, wc: t, wd: t, we: t, wf: t }], erp: xa, vercel: a, webhare: t, hrsn: a, "is-a": a }], dhl: e, diamonds: e, diet: e, digital: [1, { cloudapps: [2, { london: a }] }], direct: [1, { libp2p: a }], directory: e, discount: e, discover: e, dish: e, diy: _a, dnp: e, docs: e, doctor: e, dog: e, domains: e, dot: e, download: e, drive: e, dtv: e, dubai: e, dupont: e, durban: e, dvag: e, dvr: e, earth: e, eat: e, eco: e, edeka: e, education: S, email: [1, { crisp: [0, { on: a }], tawk: Ea, tawkto: Ea }], emerck: e, energy: e, engineer: e, engineering: e, enterprises: e, epson: e, equipment: e, ericsson: e, erni: e, esq: e, estate: [1, { compute: t }], eurovision: e, eus: [1, { party: Sa }], events: [1, { koobin: a, co: a }], exchange: e, expert: e, exposed: e, express: e, extraspace: e, fage: e, fail: e, fairwinds: e, faith: e, family: e, fan: e, fans: e, farm: [1, { storj: a }], farmers: e, fashion: e, fast: e, fedex: e, feedback: e, ferrari: e, ferrero: e, fidelity: e, fido: e, film: e, final: e, finance: e, financial: S, fire: e, firestone: e, firmdale: e, fish: e, fishing: e, fit: e, fitness: e, flickr: e, flights: e, flir: e, florist: e, flowers: e, fly: e, foo: e, food: e, football: e, ford: e, forex: e, forsale: e, forum: e, foundation: e, fox: e, free: e, fresenius: e, frl: e, frogans: e, frontier: e, ftr: e, fujitsu: e, fun: e, fund: e, furniture: e, futbol: e, fyi: e, gal: e, gallery: e, gallo: e, gallup: e, game: e, games: [1, { pley: a, sheezy: a }], gap: e, garden: e, gay: [1, { pages: a }], gbiz: e, gdn: [1, { cnpy: a }], gea: e, gent: e, genting: e, george: e, ggee: e, gift: e, gifts: e, gives: e, giving: e, glass: e, gle: e, global: [1, { appwrite: a }], globo: e, gmail: e, gmbh: e, gmo: e, gmx: e, godaddy: e, gold: e, goldpoint: e, golf: e, goodyear: e, goog: [1, { cloud: a, translate: a, usercontent: t }], google: e, gop: e, got: e, grainger: e, graphics: e, gratis: e, green: e, gripe: e, grocery: e, group: _a, gucci: e, guge: e, guide: e, guitars: e, guru: e, hair: e, hamburg: e, hangout: e, haus: e, hbo: e, hdfc: e, hdfcbank: e, health: [1, { hra: a }], healthcare: e, help: e, helsinki: e, here: e, hermes: e, hiphop: e, hisamitsu: e, hitachi: e, hiv: e, hkt: e, hockey: e, holdings: e, holiday: e, homedepot: e, homegoods: e, homes: e, homesense: e, honda: e, horse: e, hospital: e, host: [1, { cloudaccess: a, freesite: a, easypanel: a, emergent: a, fastvps: a, myfast: a, gadget: a, tempurl: a, wpmudev: a, iserv: a, jele: a, mircloud: a, bolt: a, wp2: a, half: a }], hosting: [1, { opencraft: a }], hot: e, hotel: e, hotels: e, hotmail: e, house: e, how: e, hsbc: e, hughes: e, hyatt: e, hyundai: e, ibm: e, icbc: e, ice: e, icu: e, ieee: e, ifm: e, ikano: e, imamat: e, imdb: e, immo: e, immobilien: e, inc: e, industries: e, infiniti: e, ing: e, ink: e, institute: e, insurance: e, insure: e, international: e, intuit: e, investments: e, ipiranga: e, irish: e, ismaili: e, ist: e, istanbul: e, itau: e, itv: e, jaguar: e, java: e, jcb: e, jeep: e, jetzt: e, jewelry: e, jio: e, jll: e, jmp: e, jnj: e, joburg: e, jot: e, joy: e, jpmorgan: e, jprs: e, juegos: e, juniper: e, kaufen: e, kddi: e, kerryhotels: e, kerryproperties: e, kfh: e, kia: e, kids: e, kim: e, kindle: e, kitchen: e, kiwi: e, koeln: e, komatsu: e, kosher: e, kpmg: e, kpn: e, krd: [1, { co: a, edu: a }], kred: e, kuokgroup: e, kyoto: e, lacaixa: e, lamborghini: e, lamer: e, land: e, landrover: e, lanxess: e, lasalle: e, lat: e, latino: e, latrobe: e, law: e, lawyer: e, lds: e, lease: e, leclerc: e, lefrak: e, legal: e, lego: e, lexus: e, lgbt: e, lidl: e, life: e, lifeinsurance: e, lifestyle: e, lighting: e, like: e, lilly: e, limited: e, limo: e, lincoln: e, link: [1, { myfritz: a, cyon: a, joinmc: a, dweb: t, inbrowser: t, keenetic: a, nftstorage: ea, mypep: a, storacha: ea, w3s: ea }], live: [1, { aem: a, hlx: a, ewp: t }], living: e, llc: e, llp: e, loan: e, loans: e, locker: e, locus: e, lol: [1, { omg: a }], london: e, lotte: e, lotto: e, love: e, lpl: e, lplfinancial: e, ltd: e, ltda: e, lundbeck: e, luxe: e, luxury: e, madrid: e, maif: e, maison: e, makeup: e, man: e, management: e, mango: e, map: e, market: e, marketing: e, markets: e, marriott: e, marshalls: e, mattel: e, mba: e, mckinsey: e, med: e, media: ze, meet: e, melbourne: e, meme: e, memorial: e, men: e, menu: [1, { barsy: a, barsyonline: a }], merck: e, merckmsd: e, miami: e, microsoft: e, mini: e, mint: e, mit: e, mitsubishi: e, mlb: e, mls: e, mma: e, mobile: e, moda: e, moe: e, moi: e, mom: e, monash: e, money: e, monster: e, mormon: e, mortgage: e, moscow: e, moto: e, motorcycles: e, mov: e, movie: e, msd: e, mtn: e, mtr: e, music: e, nab: e, nagoya: e, navy: e, nba: e, nec: e, netbank: e, netflix: e, network: [1, { aem: a, alces: t, appwrite: a, co: a, arvo: a, azimuth: a, tlon: a }], neustar: e, new: e, news: [1, { noticeable: a }], next: e, nextdirect: e, nexus: e, nfl: e, ngo: e, nhk: e, nico: e, nike: e, nikon: e, ninja: e, nissan: e, nissay: e, nokia: e, norton: e, now: e, nowruz: e, nowtv: e, nra: e, nrw: e, ntt: e, nyc: e, obi: e, observer: e, office: e, okinawa: e, olayan: e, olayangroup: e, ollo: e, omega: e, one: [1, { kin: t, service: a, website: a }], ong: e, onl: e, online: [1, { eero: a, "eero-stage": a, websitebuilder: a, leapcell: a, barsy: a }], ooo: e, open: e, oracle: e, orange: [1, { tech: a }], organic: e, origins: e, osaka: e, otsuka: e, ott: e, ovh: [1, { nerdpol: a }], page: [1, { aem: a, hlx: a, codeberg: a, deuxfleurs: a, heyflow: a, prvcy: a, rocky: a, statichost: a, pdns: a, plesk: a }], panasonic: e, paris: e, pars: e, partners: e, parts: e, party: e, pay: e, pccw: e, pet: e, pfizer: e, pharmacy: e, phd: e, philips: e, phone: e, photo: e, photography: e, photos: ze, physio: e, pics: e, pictet: e, pictures: [1, { 1337: a }], pid: e, pin: e, ping: e, pink: e, pioneer: e, pizza: [1, { ngrok: a }], place: S, play: e, playstation: e, plumbing: e, plus: [1, { playit: [2, { at: t, with: a }] }], pnc: e, pohl: e, poker: e, politie: e, porn: e, praxi: e, press: e, prime: e, prod: e, productions: e, prof: e, progressive: e, promo: e, properties: e, property: e, protection: e, pru: e, prudential: e, pub: [1, { id: t, kin: t, barsy: a }], pwc: e, qpon: e, quebec: e, quest: e, racing: e, radio: e, read: e, realestate: e, realtor: e, realty: e, recipes: e, red: e, redumbrella: e, rehab: e, reise: e, reisen: e, reit: e, reliance: e, ren: e, rent: e, rentals: e, repair: e, report: e, republican: e, rest: e, restaurant: e, review: e, reviews: [1, { aem: a }], rexroth: e, rich: e, richardli: e, ricoh: e, ril: e, rio: e, rip: [1, { clan: a }], rocks: [1, { myddns: a, stackit: a, "lima-city": a, webspace: a }], rodeo: e, rogers: e, room: e, rsvp: e, rugby: e, ruhr: e, run: [1, { appwrite: t, canva: a, development: a, ravendb: a, liara: [2, { iran: a }], lovable: a, needle: a, build: t, code: t, database: t, migration: t, onporter: a, repl: a, stackit: a, val: xa, vercel: a, wix: a }], rwe: e, ryukyu: e, saarland: e, safe: e, safety: e, sakura: e, sale: e, salon: e, samsclub: e, samsung: e, sandvik: e, sandvikcoromant: e, sanofi: e, sap: e, sarl: e, sas: e, save: e, saxo: e, sbi: e, sbs: e, scb: e, schaeffler: e, schmidt: e, scholarships: e, school: e, schule: e, schwarz: e, science: e, scot: [1, { co: a, me: a, org: a, gov: [2, { service: a }] }], search: e, seat: e, secure: e, security: e, seek: e, select: e, sener: e, services: [1, { loginline: a }], seven: e, sew: e, sex: e, sexy: e, sfr: e, shangrila: e, sharp: e, shell: e, shia: e, shiksha: e, shoes: e, shop: [1, { base: a, hoplix: a, barsy: a, barsyonline: a, shopware: a }], shopping: e, shouji: e, show: e, silk: e, sina: e, singles: e, site: [1, { square: a, canva: w, cloudera: t, convex: a, cyon: a, caffeine: a, fastvps: a, figma: a, "figma-gov": a, preview: a, heyflow: a, jele: a, jouwweb: a, loginline: a, barsy: a, co: a, notion: a, omniwe: a, opensocial: a, madethis: a, support: a, platformsh: t, tst: t, byen: a, sol: a, srht: a, novecore: a, cpanel: a, wpsquared: a, sourcecraft: a }], ski: e, skin: e, sky: e, skype: e, sling: e, smart: e, smile: e, sncf: e, soccer: e, social: e, softbank: e, software: e, sohu: e, solar: e, solutions: e, song: e, sony: e, soy: e, spa: e, space: [1, { myfast: a, heiyu: a, hf: [2, { static: a }], "app-ionos": a, project: a, uber: a, xs4all: a }], sport: e, spot: e, srl: e, stada: e, staples: e, star: e, statebank: e, statefarm: e, stc: e, stcgroup: e, stockholm: e, storage: e, store: [1, { barsy: a, sellfy: a, shopware: a, storebase: a }], stream: e, studio: e, study: e, style: e, sucks: e, supplies: e, supply: e, support: [1, { barsy: a }], surf: e, surgery: e, suzuki: e, swatch: e, swiss: e, sydney: e, systems: [1, { knightpoint: a, miren: a }], tab: e, taipei: e, talk: e, taobao: e, target: e, tatamotors: e, tatar: e, tattoo: e, tax: e, taxi: e, tci: e, tdk: e, team: [1, { discourse: a, jelastic: a }], tech: [1, { cleverapps: a }], technology: S, temasek: e, tennis: e, teva: e, thd: e, theater: e, theatre: e, tiaa: e, tickets: e, tienda: e, tips: e, tires: e, tirol: e, tjmaxx: e, tjx: e, tkmaxx: e, tmall: e, today: [1, { prequalifyme: a }], tokyo: e, tools: [1, { addr: wa, myaddr: a }], top: [1, { ntdll: a, wadl: t }], toray: e, toshiba: e, total: e, tours: e, town: e, toyota: e, toys: e, trade: e, trading: e, training: e, travel: e, travelers: e, travelersinsurance: e, trust: e, trv: e, tube: e, tui: e, tunes: e, tushu: e, tvs: e, ubank: e, ubs: e, unicom: e, university: e, uno: e, uol: e, ups: e, vacations: e, vana: e, vanguard: e, vegas: e, ventures: e, verisign: e, versicherung: e, vet: e, viajes: e, video: e, vig: e, viking: e, villas: e, vin: e, vip: [1, { hidns: a }], virgin: e, visa: e, vision: e, viva: e, vivo: e, vlaanderen: e, vodka: e, volvo: e, vote: e, voting: e, voto: e, voyage: e, wales: e, walmart: e, walter: e, wang: e, wanggou: e, watch: e, watches: e, weather: e, weatherchannel: e, webcam: e, weber: e, website: ze, wed: e, wedding: e, weibo: e, weir: e, whoswho: e, wien: e, wiki: ze, williamhill: e, win: e, windows: e, wine: e, winners: e, wme: e, wolterskluwer: e, woodside: e, work: [1, { "imagine-proxy": a }], works: e, world: e, wow: e, wtc: e, wtf: e, xbox: e, xerox: e, xihuan: e, xin: e, "xn--11b4c3d": e, कॉम: e, "xn--1ck2e1b": e, セール: e, "xn--1qqw23a": e, 佛山: e, "xn--30rr7y": e, 慈善: e, "xn--3bst00m": e, 集团: e, "xn--3ds443g": e, 在线: e, "xn--3pxu8k": e, 点看: e, "xn--42c2d9a": e, คอม: e, "xn--45q11c": e, 八卦: e, "xn--4gbrim": e, موقع: e, "xn--55qw42g": e, 公益: e, "xn--55qx5d": e, 公司: e, "xn--5su34j936bgsg": e, 香格里拉: e, "xn--5tzm5g": e, 网站: e, "xn--6frz82g": e, 移动: e, "xn--6qq986b3xl": e, 我爱你: e, "xn--80adxhks": e, москва: e, "xn--80aqecdr1a": e, католик: e, "xn--80asehdb": e, онлайн: e, "xn--80aswg": e, сайт: e, "xn--8y0a063a": e, 联通: e, "xn--9dbq2a": e, קום: e, "xn--9et52u": e, 时尚: e, "xn--9krt00a": e, 微博: e, "xn--b4w605ferd": e, 淡马锡: e, "xn--bck1b9a5dre4c": e, ファッション: e, "xn--c1avg": e, орг: e, "xn--c2br7g": e, नेट: e, "xn--cck2b3b": e, ストア: e, "xn--cckwcxetd": e, アマゾン: e, "xn--cg4bki": e, 삼성: e, "xn--czr694b": e, 商标: e, "xn--czrs0t": e, 商店: e, "xn--czru2d": e, 商城: e, "xn--d1acj3b": e, дети: e, "xn--eckvdtc9d": e, ポイント: e, "xn--efvy88h": e, 新闻: e, "xn--fct429k": e, 家電: e, "xn--fhbei": e, كوم: e, "xn--fiq228c5hs": e, 中文网: e, "xn--fiq64b": e, 中信: e, "xn--fjq720a": e, 娱乐: e, "xn--flw351e": e, 谷歌: e, "xn--fzys8d69uvgm": e, 電訊盈科: e, "xn--g2xx48c": e, 购物: e, "xn--gckr3f0f": e, クラウド: e, "xn--gk3at1e": e, 通販: e, "xn--hxt814e": e, 网店: e, "xn--i1b6b1a6a2e": e, संगठन: e, "xn--imr513n": e, 餐厅: e, "xn--io0a7i": e, 网络: e, "xn--j1aef": e, ком: e, "xn--jlq480n2rg": e, 亚马逊: e, "xn--jvr189m": e, 食品: e, "xn--kcrx77d1x4a": e, 飞利浦: e, "xn--kput3i": e, 手机: e, "xn--mgba3a3ejt": e, ارامكو: e, "xn--mgba7c0bbn0a": e, العليان: e, "xn--mgbab2bd": e, بازار: e, "xn--mgbca7dzdo": e, ابوظبي: e, "xn--mgbi4ecexp": e, كاثوليك: e, "xn--mgbt3dhd": e, همراه: e, "xn--mk1bu44c": e, 닷컴: e, "xn--mxtq1m": e, 政府: e, "xn--ngbc5azd": e, شبكة: e, "xn--ngbe9e0a": e, بيتك: e, "xn--ngbrx": e, عرب: e, "xn--nqv7f": e, 机构: e, "xn--nqv7fs00ema": e, 组织机构: e, "xn--nyqy26a": e, 健康: e, "xn--otu796d": e, 招聘: e, "xn--p1acf": [1, { "xn--90amc": a, "xn--j1aef": a, "xn--j1ael8b": a, "xn--h1ahn": a, "xn--j1adp": a, "xn--c1avg": a, "xn--80aaa0cvac": a, "xn--h1aliz": a, "xn--90a1af": a, "xn--41a": a }], рус: [1, { биз: a, ком: a, крым: a, мир: a, мск: a, орг: a, самара: a, сочи: a, спб: a, я: a }], "xn--pssy2u": e, 大拿: e, "xn--q9jyb4c": e, みんな: e, "xn--qcka1pmc": e, グーグル: e, "xn--rhqv96g": e, 世界: e, "xn--rovu88b": e, 書籍: e, "xn--ses554g": e, 网址: e, "xn--t60b56a": e, 닷넷: e, "xn--tckwe": e, コム: e, "xn--tiq49xqyj": e, 天主教: e, "xn--unup4y": e, 游戏: e, "xn--vermgensberater-ctb": e, vermögensberater: e, "xn--vermgensberatung-pwb": e, vermögensberatung: e, "xn--vhquv": e, 企业: e, "xn--vuq861b": e, 信息: e, "xn--w4r85el8fhu5dnra": e, 嘉里大酒店: e, "xn--w4rs40l": e, 嘉里: e, "xn--xhq521b": e, 广东: e, "xn--zfr164b": e, 政务: e, xyz: [1, { caffeine: a, botdash: a, telebit: t }], yachts: e, yahoo: e, yamaxun: e, yandex: e, yodobashi: e, yoga: e, yokohama: e, you: e, youtube: e, yun: e, zappos: e, zara: e, zero: e, zip: e, zone: [1, { triton: t, stackit: a, lima: a }], zuerich: e }];
|
|
2835
|
+
const e = [1, {}], a = [2, {}], n = [1, { com: e, edu: e, gov: e, net: e, org: e }], s = [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e }], t = [0, { "*": a }], o = [2, { s: t }], i = [0, { relay: a }], r = [2, { id: a }], c = [1, { gov: e }], l = [0, { airflow: t, "lambda-url": a, "transfer-webapp": a }], u = [0, { airflow: t, "transfer-webapp": a }], d = [0, { "transfer-webapp": a }], p = [0, { "transfer-webapp": a, "transfer-webapp-fips": a }], f = [0, { notebook: a, studio: a }], g = [0, { labeling: a, notebook: a, studio: a }], k = [0, { notebook: a }], b = [0, { labeling: a, notebook: a, "notebook-fips": a, studio: a }], m = [0, { notebook: a, "notebook-fips": a, studio: a, "studio-fips": a }], y = [0, { shop: a }], _ = [0, { "*": e }], E = [1, { co: a }], j = [0, { objects: a }], v = [2, { nodes: a }], w = [0, { my: a }], S = [0, { s3: a, "s3-accesspoint": a, "s3-website": a }], D = [0, { s3: a, "s3-accesspoint": a }], Z = [0, { direct: a }], U = [0, { "webview-assets": a }], W = [0, { vfs: a, "webview-assets": a }], C = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a, "aws-cloud9": U, cloud9: W }], Ce = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: D, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a, "aws-cloud9": U, cloud9: W }], ue = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], de = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a }], Ee = [0, { s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-fips": a, "s3-website": a }], fa = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: Ee, s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-fips": a, "s3-object-lambda": a, "s3-website": a, "aws-cloud9": U, cloud9: W }], Ge = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: Ee, s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-fips": a, "s3-object-lambda": a, "s3-website": a }], ka = [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: Ee, s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-deprecated": a, "s3-fips": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], I = [0, { auth: a }], Se = [0, { auth: a, "auth-fips": a }], ya = [0, { "auth-fips": a }], ba = [0, { apps: a }], Ve = [0, { paas: a }], va = [2, { eu: a }], We = [0, { app: a }], Xe = [0, { site: a }], Te = [1, { com: e, edu: e, net: e, org: e }], Ye = [0, { j: a }], wa = [0, { dyn: a }], xa = [2, { web: a }], _a = [1, { discourse: a }], Ca = [1, { co: e, com: e, edu: e, gov: e, net: e, org: e }], Ea = [0, { p: a }], Sa = [0, { user: a }], be = [0, { cdn: a }], Ta = [2, { raw: t }], Je = [0, { cust: a, reservd: a }], ja = [0, { cust: a }], Ze = [0, { s3: a }], za = [1, { biz: e, com: e, edu: e, gov: e, info: e, net: e, org: e }], ea = [0, { ipfs: a }], je = [1, { framer: a }], Ia = [0, { forgot: a }], nn = [0, { blob: a, file: a, web: a }], Oa = [0, { core: nn, servicebus: a }], L = [1, { gs: e }], Ra = [0, { nes: e }], x = [1, { k12: e, cc: e, lib: e }], Aa = [1, { cc: e }], ze = [1, { cc: e, lib: e }];
|
|
2836
|
+
return [0, { ac: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, drr: a, feedback: a, forms: a }], ad: e, ae: [1, { ac: e, co: e, gov: e, mil: e, net: e, org: e, sch: e }], aero: [1, { airline: e, airport: e, "accident-investigation": e, "accident-prevention": e, aerobatic: e, aeroclub: e, aerodrome: e, agents: e, "air-surveillance": e, "air-traffic-control": e, aircraft: e, airtraffic: e, ambulance: e, association: e, author: e, ballooning: e, broker: e, caa: e, cargo: e, catering: e, certification: e, championship: e, charter: e, civilaviation: e, club: e, conference: e, consultant: e, consulting: e, control: e, council: e, crew: e, design: e, dgca: e, educator: e, emergency: e, engine: e, engineer: e, entertainment: e, equipment: e, exchange: e, express: e, federation: e, flight: e, freight: e, fuel: e, gliding: e, government: e, groundhandling: e, group: e, hanggliding: e, homebuilt: e, insurance: e, journal: e, journalist: e, leasing: e, logistics: e, magazine: e, maintenance: e, marketplace: e, media: e, microlight: e, modelling: e, navigation: e, parachuting: e, paragliding: e, "passenger-association": e, pilot: e, press: e, production: e, recreation: e, repbody: e, res: e, research: e, rotorcraft: e, safety: e, scientist: e, services: e, show: e, skydiving: e, software: e, student: e, taxi: e, trader: e, trading: e, trainer: e, union: e, workinggroup: e, works: e }], af: n, ag: [1, { co: e, com: e, net: e, nom: e, org: e, obj: a }], ai: [1, { com: e, net: e, off: e, org: e, uwu: a, framer: a, kiloapps: a }], al: s, am: [1, { co: e, com: e, commune: e, net: e, org: e, radio: a }], ao: [1, { co: e, ed: e, edu: e, gov: e, gv: e, it: e, og: e, org: e, pb: e }], aq: e, ar: [1, { bet: e, com: e, coop: e, edu: e, gob: e, gov: e, int: e, mil: e, musica: e, mutual: e, net: e, org: e, seg: e, senasa: e, tur: e }], arpa: [1, { e164: e, home: e, "in-addr": e, ip6: e, iris: e, uri: e, urn: e }], as: c, asia: [1, { cloudns: a, daemon: a, dix: a }], at: [1, { 4: a, ac: [1, { sth: e }], co: e, gv: e, or: e, funkfeuer: [0, { wien: a }], futurecms: [0, { "*": a, ex: t, in: t }], futurehosting: a, futuremailing: a, ortsinfo: [0, { ex: t, kunden: t }], biz: a, info: a, "123webseite": a, priv: a, my: a, myspreadshop: a, "12hp": a, "2ix": a, "4lima": a, "lima-city": a }], au: [1, { asn: e, com: [1, { cloudlets: [0, { mel: a }], myspreadshop: a }], edu: [1, { act: e, catholic: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e }], gov: [1, { qld: e, sa: e, tas: e, vic: e, wa: e }], id: e, net: e, org: e, conf: e, oz: e, act: e, nsw: e, nt: e, qld: e, sa: e, tas: e, vic: e, wa: e, hrsn: [0, { vps: a }] }], aw: [1, { com: e }], ax: e, az: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, int: e, mil: e, name: e, net: e, org: e, pp: e, pro: e }], ba: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, brendly: y, rs: a }], bb: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, net: e, org: e, store: e, tv: e }], bd: [1, { ac: e, ai: e, co: e, com: e, edu: e, gov: e, id: e, info: e, it: e, mil: e, net: e, org: e, sch: e, tv: e }], be: [1, { ac: e, cloudns: a, webhosting: a, interhostsolutions: [0, { cloud: a }], kuleuven: [0, { ezproxy: a }], "123website": a, myspreadshop: a, transurl: t }], bf: c, bg: [1, { 0: e, 1: e, 2: e, 3: e, 4: e, 5: e, 6: e, 7: e, 8: e, 9: e, a: e, b: e, c: e, d: e, e, f: e, g: e, h: e, i: e, j: e, k: e, l: e, m: e, n: e, o: e, p: e, q: e, r: e, s: e, t: e, u: e, v: e, w: e, x: e, y: e, z: e, barsy: a }], bh: n, bi: [1, { co: e, com: e, edu: e, or: e, org: e }], biz: [1, { activetrail: a, "cloud-ip": a, cloudns: a, jozi: a, dyndns: a, "for-better": a, "for-more": a, "for-some": a, "for-the": a, selfip: a, webhop: a, orx: a, mmafan: a, myftp: a, "no-ip": a, dscloud: a }], bj: [1, { africa: e, agro: e, architectes: e, assur: e, avocats: e, co: e, com: e, eco: e, econo: e, edu: e, info: e, loisirs: e, money: e, net: e, org: e, ote: e, restaurant: e, resto: e, tourism: e, univ: e }], bm: n, bn: [1, { com: e, edu: e, gov: e, net: e, org: e, co: a }], bo: [1, { com: e, edu: e, gob: e, int: e, mil: e, net: e, org: e, tv: e, web: e, academia: e, agro: e, arte: e, blog: e, bolivia: e, ciencia: e, cooperativa: e, democracia: e, deporte: e, ecologia: e, economia: e, empresa: e, indigena: e, industria: e, info: e, medicina: e, movimiento: e, musica: e, natural: e, nombre: e, noticias: e, patria: e, plurinacional: e, politica: e, profesional: e, pueblo: e, revista: e, salud: e, tecnologia: e, tksat: e, transporte: e, wiki: e }], br: [1, { "9guacu": e, abc: e, adm: e, adv: e, agr: e, aju: e, am: e, anani: e, aparecida: e, api: e, app: e, arq: e, art: e, ato: e, b: e, barueri: e, belem: e, bet: e, bhz: e, bib: e, bio: e, blog: e, bmd: e, boavista: e, bsb: e, campinagrande: e, campinas: e, caxias: e, cim: e, cng: e, cnt: e, com: [1, { simplesite: a }], contagem: e, coop: e, coz: e, cri: e, cuiaba: e, curitiba: e, def: e, des: e, det: e, dev: e, ecn: e, eco: e, edu: e, emp: e, enf: e, eng: e, esp: e, etc: e, eti: e, far: e, feira: e, flog: e, floripa: e, fm: e, fnd: e, fortal: e, fot: e, foz: e, fst: e, g12: e, geo: e, ggf: e, goiania: e, gov: [1, { ac: e, al: e, am: e, ap: e, ba: e, ce: e, df: e, es: e, go: e, ma: e, mg: e, ms: e, mt: e, pa: e, pb: e, pe: e, pi: e, pr: e, rj: e, rn: e, ro: e, rr: e, rs: e, sc: e, se: e, sp: e, to: e }], gru: e, ia: e, imb: e, ind: e, inf: e, jab: e, jampa: e, jdf: e, joinville: e, jor: e, jus: e, leg: [1, { ac: a, al: a, am: a, ap: a, ba: a, ce: a, df: a, es: a, go: a, ma: a, mg: a, ms: a, mt: a, pa: a, pb: a, pe: a, pi: a, pr: a, rj: a, rn: a, ro: a, rr: a, rs: a, sc: a, se: a, sp: a, to: a }], leilao: e, lel: e, log: e, londrina: e, macapa: e, maceio: e, manaus: e, maringa: e, mat: e, med: e, mil: e, morena: e, mp: e, mus: e, natal: e, net: e, niteroi: e, nom: _, not: e, ntr: e, odo: e, ong: e, org: e, osasco: e, palmas: e, poa: e, ppg: e, pro: e, psc: e, psi: e, pvh: e, qsl: e, radio: e, rec: e, recife: e, rep: e, ribeirao: e, rio: e, riobranco: e, riopreto: e, salvador: e, sampa: e, santamaria: e, santoandre: e, saobernardo: e, saogonca: e, seg: e, sjc: e, slg: e, slz: e, social: e, sorocaba: e, srv: e, taxi: e, tc: e, tec: e, teo: e, the: e, tmp: e, trd: e, tur: e, tv: e, udi: e, vet: e, vix: e, vlog: e, wiki: e, xyz: e, zlg: e, tche: a }], bs: [1, { com: e, edu: e, gov: e, net: e, org: e, we: a }], bt: n, bv: e, bw: [1, { ac: e, co: e, gov: e, net: e, org: e }], by: [1, { gov: e, mil: e, com: e, of: e, mediatech: a }], bz: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, za: a, mydns: a, gsj: a }], ca: [1, { ab: e, bc: e, mb: e, nb: e, nf: e, nl: e, ns: e, nt: e, nu: e, on: e, pe: e, qc: e, sk: e, yk: e, gc: e, barsy: a, awdev: t, co: a, "no-ip": a, onid: a, myspreadshop: a, box: a }], cat: e, cc: [1, { cleverapps: a, "cloud-ip": a, cloudns: a, ccwu: a, ftpaccess: a, "game-server": a, myphotos: a, scrapping: a, twmail: a, csx: a, fantasyleague: a, spawn: [0, { instances: a }], ec: a, eu: a, gu: a, uk: a, us: a }], cd: [1, { gov: e, cc: a }], cf: e, cg: e, ch: [1, { square7: a, cloudns: a, cloudscale: [0, { cust: a, lpg: j, rma: j }], objectstorage: [0, { lpg: a, rma: a }], flow: [0, { ae: [0, { alp1: a }], appengine: a }], "linkyard-cloud": a, gotdns: a, dnsking: a, "123website": a, myspreadshop: a, firenet: [0, { "*": a, svc: t }], "12hp": a, "2ix": a, "4lima": a, "lima-city": a }], ci: [1, { ac: e, "xn--aroport-bya": e, aéroport: e, asso: e, co: e, com: e, ed: e, edu: e, go: e, gouv: e, int: e, net: e, or: e, org: e, us: a }], ck: _, cl: [1, { co: e, gob: e, gov: e, mil: e, cloudns: a }], cm: [1, { co: e, com: e, gov: e, net: e }], cn: [1, { ac: e, com: [1, { amazonaws: [0, { "cn-north-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, rds: t, dualstack: S, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a }], "cn-northwest-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, rds: t, dualstack: D, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a }], compute: t, airflow: [0, { "cn-north-1": t, "cn-northwest-1": t }], eb: [0, { "cn-north-1": a, "cn-northwest-1": a }], elb: t }], amazonwebservices: [0, { on: [0, { "cn-north-1": u, "cn-northwest-1": u }] }], sagemaker: [0, { "cn-north-1": f, "cn-northwest-1": f }] }], edu: e, gov: e, mil: e, net: e, org: e, "xn--55qx5d": e, 公司: e, "xn--od0alg": e, 網絡: e, "xn--io0a7i": e, 网络: e, ah: e, bj: e, cq: e, fj: e, gd: e, gs: e, gx: e, gz: e, ha: e, hb: e, he: e, hi: e, hk: e, hl: e, hn: e, jl: e, js: e, jx: e, ln: e, mo: e, nm: e, nx: e, qh: e, sc: e, sd: e, sh: [1, { as: a }], sn: e, sx: e, tj: e, tw: e, xj: e, xz: e, yn: e, zj: e, "canva-apps": a, canvasite: w, myqnapcloud: a, quickconnect: Z }], co: [1, { com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, carrd: a, crd: a, otap: t, hidns: a, leadpages: a, lpages: a, mypi: a, xmit: t, rdpa: [0, { clusters: t, srvrless: t }], firewalledreplit: r, repl: r, supabase: [2, { realtime: a, storage: a }], umso: a }], com: [1, { a2hosted: a, cpserver: a, adobeaemcloud: [2, { dev: t }], africa: a, auiusercontent: t, aivencloud: a, alibabacloudcs: a, kasserver: a, amazonaws: [0, { "af-south-1": C, "ap-east-1": Ce, "ap-northeast-1": ue, "ap-northeast-2": ue, "ap-northeast-3": C, "ap-south-1": ue, "ap-south-2": de, "ap-southeast-1": ue, "ap-southeast-2": ue, "ap-southeast-3": de, "ap-southeast-4": de, "ap-southeast-5": [0, { "execute-api": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a }], "ca-central-1": fa, "ca-west-1": Ge, "eu-central-1": ue, "eu-central-2": de, "eu-north-1": Ce, "eu-south-1": C, "eu-south-2": de, "eu-west-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-deprecated": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], "eu-west-2": Ce, "eu-west-3": C, "il-central-1": [0, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: S, s3: a, "s3-accesspoint": a, "s3-object-lambda": a, "s3-website": a, "aws-cloud9": U, cloud9: [0, { vfs: a }] }], "me-central-1": de, "me-south-1": Ce, "sa-east-1": C, "us-east-1": [2, { "execute-api": a, "emrappui-prod": a, "emrnotebooks-prod": a, "emrstudio-prod": a, dualstack: Ee, s3: a, "s3-accesspoint": a, "s3-accesspoint-fips": a, "s3-deprecated": a, "s3-fips": a, "s3-object-lambda": a, "s3-website": a, "analytics-gateway": a, "aws-cloud9": U, cloud9: W }], "us-east-2": ka, "us-gov-east-1": Ge, "us-gov-west-1": Ge, "us-west-1": fa, "us-west-2": ka, compute: t, "compute-1": t, airflow: [0, { "af-south-1": t, "ap-east-1": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-south-2": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-4": t, "ap-southeast-5": t, "ap-southeast-7": t, "ca-central-1": t, "ca-west-1": t, "eu-central-1": t, "eu-central-2": t, "eu-north-1": t, "eu-south-1": t, "eu-south-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-west-1": t, "us-west-2": t }], rds: [0, { "af-south-1": t, "ap-east-1": t, "ap-east-2": t, "ap-northeast-1": t, "ap-northeast-2": t, "ap-northeast-3": t, "ap-south-1": t, "ap-south-2": t, "ap-southeast-1": t, "ap-southeast-2": t, "ap-southeast-3": t, "ap-southeast-4": t, "ap-southeast-5": t, "ap-southeast-6": t, "ap-southeast-7": t, "ca-central-1": t, "ca-west-1": t, "eu-central-1": t, "eu-central-2": t, "eu-west-1": t, "eu-west-2": t, "eu-west-3": t, "il-central-1": t, "me-central-1": t, "me-south-1": t, "mx-central-1": t, "sa-east-1": t, "us-east-1": t, "us-east-2": t, "us-gov-east-1": t, "us-gov-west-1": t, "us-northeast-1": t, "us-west-1": t, "us-west-2": t }], s3: a, "s3-1": a, "s3-ap-east-1": a, "s3-ap-northeast-1": a, "s3-ap-northeast-2": a, "s3-ap-northeast-3": a, "s3-ap-south-1": a, "s3-ap-southeast-1": a, "s3-ap-southeast-2": a, "s3-ca-central-1": a, "s3-eu-central-1": a, "s3-eu-north-1": a, "s3-eu-west-1": a, "s3-eu-west-2": a, "s3-eu-west-3": a, "s3-external-1": a, "s3-fips-us-gov-east-1": a, "s3-fips-us-gov-west-1": a, "s3-global": [0, { accesspoint: [0, { mrap: a }] }], "s3-me-south-1": a, "s3-sa-east-1": a, "s3-us-east-2": a, "s3-us-gov-east-1": a, "s3-us-gov-west-1": a, "s3-us-west-1": a, "s3-us-west-2": a, "s3-website-ap-northeast-1": a, "s3-website-ap-southeast-1": a, "s3-website-ap-southeast-2": a, "s3-website-eu-west-1": a, "s3-website-sa-east-1": a, "s3-website-us-east-1": a, "s3-website-us-gov-west-1": a, "s3-website-us-west-1": a, "s3-website-us-west-2": a, elb: t }], amazoncognito: [0, { "af-south-1": I, "ap-east-1": I, "ap-northeast-1": I, "ap-northeast-2": I, "ap-northeast-3": I, "ap-south-1": I, "ap-south-2": I, "ap-southeast-1": I, "ap-southeast-2": I, "ap-southeast-3": I, "ap-southeast-4": I, "ap-southeast-5": I, "ap-southeast-7": I, "ca-central-1": I, "ca-west-1": I, "eu-central-1": I, "eu-central-2": I, "eu-north-1": I, "eu-south-1": I, "eu-south-2": I, "eu-west-1": I, "eu-west-2": I, "eu-west-3": I, "il-central-1": I, "me-central-1": I, "me-south-1": I, "mx-central-1": I, "sa-east-1": I, "us-east-1": Se, "us-east-2": Se, "us-gov-east-1": ya, "us-gov-west-1": ya, "us-west-1": Se, "us-west-2": Se }], amplifyapp: a, awsapprunner: t, awsapps: a, elasticbeanstalk: [2, { "af-south-1": a, "ap-east-1": a, "ap-northeast-1": a, "ap-northeast-2": a, "ap-northeast-3": a, "ap-south-1": a, "ap-southeast-1": a, "ap-southeast-2": a, "ap-southeast-3": a, "ap-southeast-5": a, "ap-southeast-7": a, "ca-central-1": a, "eu-central-1": a, "eu-north-1": a, "eu-south-1": a, "eu-south-2": a, "eu-west-1": a, "eu-west-2": a, "eu-west-3": a, "il-central-1": a, "me-central-1": a, "me-south-1": a, "sa-east-1": a, "us-east-1": a, "us-east-2": a, "us-gov-east-1": a, "us-gov-west-1": a, "us-west-1": a, "us-west-2": a }], awsglobalaccelerator: a, siiites: a, appspacehosted: a, appspaceusercontent: a, "on-aptible": a, myasustor: a, "balena-devices": a, boutir: a, bplaced: a, cafjs: a, "canva-apps": a, "canva-hosted-embed": a, canvacode: a, "rice-labs": a, "cdn77-storage": a, br: a, cn: a, de: a, eu: a, jpn: a, mex: a, ru: a, sa: a, uk: a, us: a, za: a, "clever-cloud": [0, { services: t }], abrdns: a, dnsabr: a, "ip-ddns": a, jdevcloud: a, wpdevcloud: a, "cf-ipfs": a, "cloudflare-ipfs": a, trycloudflare: a, co: a, devinapps: t, builtwithdark: a, datadetect: [0, { demo: a, instance: a }], dattolocal: a, dattorelay: a, dattoweb: a, mydatto: a, digitaloceanspaces: t, discordsays: a, discordsez: a, drayddns: a, dreamhosters: a, durumis: a, blogdns: a, cechire: a, dnsalias: a, dnsdojo: a, doesntexist: a, dontexist: a, doomdns: a, "dyn-o-saur": a, dynalias: a, "dyndns-at-home": a, "dyndns-at-work": a, "dyndns-blog": a, "dyndns-free": a, "dyndns-home": a, "dyndns-ip": a, "dyndns-mail": a, "dyndns-office": a, "dyndns-pics": a, "dyndns-remote": a, "dyndns-server": a, "dyndns-web": a, "dyndns-wiki": a, "dyndns-work": a, "est-a-la-maison": a, "est-a-la-masion": a, "est-le-patron": a, "est-mon-blogueur": a, "from-ak": a, "from-al": a, "from-ar": a, "from-ca": a, "from-ct": a, "from-dc": a, "from-de": a, "from-fl": a, "from-ga": a, "from-hi": a, "from-ia": a, "from-id": a, "from-il": a, "from-in": a, "from-ks": a, "from-ky": a, "from-ma": a, "from-md": a, "from-mi": a, "from-mn": a, "from-mo": a, "from-ms": a, "from-mt": a, "from-nc": a, "from-nd": a, "from-ne": a, "from-nh": a, "from-nj": a, "from-nm": a, "from-nv": a, "from-oh": a, "from-ok": a, "from-or": a, "from-pa": a, "from-pr": a, "from-ri": a, "from-sc": a, "from-sd": a, "from-tn": a, "from-tx": a, "from-ut": a, "from-va": a, "from-vt": a, "from-wa": a, "from-wi": a, "from-wv": a, "from-wy": a, getmyip: a, gotdns: a, "hobby-site": a, homelinux: a, homeunix: a, iamallama: a, "is-a-anarchist": a, "is-a-blogger": a, "is-a-bookkeeper": a, "is-a-bulls-fan": a, "is-a-caterer": a, "is-a-chef": a, "is-a-conservative": a, "is-a-cpa": a, "is-a-cubicle-slave": a, "is-a-democrat": a, "is-a-designer": a, "is-a-doctor": a, "is-a-financialadvisor": a, "is-a-geek": a, "is-a-green": a, "is-a-guru": a, "is-a-hard-worker": a, "is-a-hunter": a, "is-a-landscaper": a, "is-a-lawyer": a, "is-a-liberal": a, "is-a-libertarian": a, "is-a-llama": a, "is-a-musician": a, "is-a-nascarfan": a, "is-a-nurse": a, "is-a-painter": a, "is-a-personaltrainer": a, "is-a-photographer": a, "is-a-player": a, "is-a-republican": a, "is-a-rockstar": a, "is-a-socialist": a, "is-a-student": a, "is-a-teacher": a, "is-a-techie": a, "is-a-therapist": a, "is-an-accountant": a, "is-an-actor": a, "is-an-actress": a, "is-an-anarchist": a, "is-an-artist": a, "is-an-engineer": a, "is-an-entertainer": a, "is-certified": a, "is-gone": a, "is-into-anime": a, "is-into-cars": a, "is-into-cartoons": a, "is-into-games": a, "is-leet": a, "is-not-certified": a, "is-slick": a, "is-uberleet": a, "is-with-theband": a, "isa-geek": a, "isa-hockeynut": a, issmarterthanyou: a, "likes-pie": a, likescandy: a, "neat-url": a, "saves-the-whales": a, selfip: a, "sells-for-less": a, "sells-for-u": a, servebbs: a, "simple-url": a, "space-to-rent": a, "teaches-yoga": a, writesthisblog: a, "1cooldns": a, bumbleshrimp: a, ddnsfree: a, ddnsgeek: a, ddnsguru: a, dynuddns: a, dynuhosting: a, giize: a, gleeze: a, kozow: a, loseyourip: a, ooguy: a, pivohosting: a, theworkpc: a, wiredbladehosting: a, emergentagent: [0, { preview: a }], mytuleap: a, "tuleap-partners": a, encoreapi: a, evennode: [0, { "eu-1": a, "eu-2": a, "eu-3": a, "eu-4": a, "us-1": a, "us-2": a, "us-3": a, "us-4": a }], onfabrica: a, "fastly-edge": a, "fastly-terrarium": a, "fastvps-server": a, mydobiss: a, firebaseapp: a, fldrv: a, framercanvas: a, "freebox-os": a, freeboxos: a, freemyip: a, aliases121: a, gentapps: a, gentlentapis: a, githubusercontent: a, "0emm": t, appspot: [2, { r: t }], blogspot: a, codespot: a, googleapis: a, googlecode: a, pagespeedmobilizer: a, withgoogle: a, withyoutube: a, grayjayleagues: a, hatenablog: a, hatenadiary: a, "hercules-app": a, "hercules-dev": a, herokuapp: a, gr: a, smushcdn: a, wphostedmail: a, wpmucdn: a, pixolino: a, "apps-1and1": a, "live-website": a, "webspace-host": a, dopaas: a, "hosted-by-previder": Ve, hosteur: [0, { "rag-cloud": a, "rag-cloud-ch": a }], "ik-server": [0, { jcloud: a, "jcloud-ver-jpc": a }], jelastic: [0, { demo: a }], massivegrid: Ve, wafaicloud: [0, { jed: a, ryd: a }], "eu1-plenit": a, "la1-plenit": a, "us1-plenit": a, webadorsite: a, "on-forge": a, "on-vapor": a, lpusercontent: a, linode: [0, { members: a, nodebalancer: t }], linodeobjects: t, linodeusercontent: [0, { ip: a }], localtonet: a, lovableproject: a, barsycenter: a, barsyonline: a, lutrausercontent: t, magicpatternsapp: a, modelscape: a, mwcloudnonprod: a, polyspace: a, mazeplay: a, miniserver: a, atmeta: a, fbsbx: ba, meteorapp: va, routingthecloud: a, "same-app": a, "same-preview": a, mydbserver: a, mochausercontent: a, hostedpi: a, "mythic-beasts": [0, { caracal: a, customer: a, fentiger: a, lynx: a, ocelot: a, oncilla: a, onza: a, sphinx: a, vs: a, x: a, yali: a }], nospamproxy: [0, { cloud: [2, { o365: a }] }], "4u": a, nfshost: a, "3utilities": a, blogsyte: a, ciscofreak: a, damnserver: a, ddnsking: a, ditchyourip: a, dnsiskinky: a, dynns: a, geekgalaxy: a, "health-carereform": a, homesecuritymac: a, homesecuritypc: a, myactivedirectory: a, mysecuritycamera: a, myvnc: a, "net-freaks": a, onthewifi: a, point2this: a, quicksytes: a, securitytactics: a, servebeer: a, servecounterstrike: a, serveexchange: a, serveftp: a, servegame: a, servehalflife: a, servehttp: a, servehumour: a, serveirc: a, servemp3: a, servep2p: a, servepics: a, servequake: a, servesarcasm: a, stufftoread: a, unusualperson: a, workisboring: a, myiphost: a, observableusercontent: [0, { static: a }], simplesite: a, oaiusercontent: t, orsites: a, operaunite: a, "customer-oci": [0, { "*": a, oci: t, ocp: t, ocs: t }], oraclecloudapps: t, oraclegovcloudapps: t, "authgear-staging": a, authgearapps: a, outsystemscloud: a, ownprovider: a, pgfog: a, pagexl: a, gotpantheon: a, paywhirl: t, forgeblocks: a, upsunapp: a, "postman-echo": a, prgmr: [0, { xen: a }], "project-study": [0, { dev: a }], pythonanywhere: va, qa2: a, "alpha-myqnapcloud": a, "dev-myqnapcloud": a, mycloudnas: a, mynascloud: a, myqnapcloud: a, qualifioapp: a, ladesk: a, qualyhqpartner: t, qualyhqportal: t, qbuser: a, quipelements: t, rackmaze: a, "readthedocs-hosted": a, rhcloud: a, onrender: a, render: We, "subsc-pay": a, "180r": a, dojin: a, sakuratan: a, sakuraweb: a, x0: a, code: [0, { builder: t, "dev-builder": t, "stg-builder": t }], salesforce: [0, { platform: [0, { "code-builder-stg": [0, { test: [0, { "001": t }] }] }] }], logoip: a, scrysec: a, "firewall-gateway": a, myshopblocks: a, myshopify: a, shopitsite: a, "1kapp": a, appchizi: a, applinzi: a, sinaapp: a, vipsinaapp: a, streamlitapp: a, "try-snowplow": a, "playstation-cloud": a, myspreadshop: a, "w-corp-staticblitz": a, "w-credentialless-staticblitz": a, "w-staticblitz": a, "stackhero-network": a, stdlib: [0, { api: a }], strapiapp: [2, { media: a }], "streak-link": a, streaklinks: a, streakusercontent: a, "temp-dns": a, dsmynas: a, familyds: a, mytabit: a, taveusercontent: a, "tb-hosting": Xe, reservd: a, thingdustdata: a, "townnews-staging": a, typeform: [0, { pro: a }], hk: a, it: a, "deus-canvas": a, vultrobjects: t, wafflecell: a, hotelwithflight: a, "reserve-online": a, cprapid: a, pleskns: a, remotewd: a, wiardweb: [0, { pages: a }], "base44-sandbox": a, wixsite: a, wixstudio: a, messwithdns: a, "woltlab-demo": a, wpenginepowered: [2, { js: a }], xnbay: [2, { u2: a, "u2-local": a }], xtooldevice: a, yolasite: a }], coop: e, cr: [1, { ac: e, co: e, ed: e, fi: e, go: e, or: e, sa: e }], cu: [1, { com: e, edu: e, gob: e, inf: e, nat: e, net: e, org: e }], cv: [1, { com: e, edu: e, id: e, int: e, net: e, nome: e, org: e, publ: e }], cw: Te, cx: [1, { gov: e, cloudns: a, ath: a, info: a, assessments: a, calculators: a, funnels: a, paynow: a, quizzes: a, researched: a, tests: a }], cy: [1, { ac: e, biz: e, com: [1, { scaleforce: Ye }], ekloges: e, gov: e, ltd: e, mil: e, net: e, org: e, press: e, pro: e, tm: e }], cz: [1, { gov: e, contentproxy9: [0, { rsc: a }], realm: a, e4: a, co: a, metacentrum: [0, { cloud: t, custom: a }], muni: [0, { cloud: [0, { flt: a, usr: a }] }] }], de: [1, { bplaced: a, square7: a, "bwcloud-os-instance": t, com: a, cosidns: wa, dnsupdater: a, "dynamisches-dns": a, "internet-dns": a, "l-o-g-i-n": a, ddnss: [2, { dyn: a, dyndns: a }], "dyn-ip24": a, dyndns1: a, "home-webserver": [2, { dyn: a }], "myhome-server": a, dnshome: a, fuettertdasnetz: a, isteingeek: a, istmein: a, lebtimnetz: a, leitungsen: a, traeumtgerade: a, frusky: t, goip: a, "xn--gnstigbestellen-zvb": a, günstigbestellen: a, "xn--gnstigliefern-wob": a, günstigliefern: a, "hs-heilbronn": [0, { it: [0, { pages: a, "pages-research": a }] }], "dyn-berlin": a, "in-berlin": a, "in-brb": a, "in-butter": a, "in-dsl": a, "in-vpn": a, iservschule: a, "mein-iserv": a, schuldock: a, schulplattform: a, schulserver: a, "test-iserv": a, keymachine: a, co: a, "git-repos": a, "lcube-server": a, "svn-repos": a, barsy: a, webspaceconfig: a, "123webseite": a, rub: a, "ruhr-uni-bochum": [2, { noc: [0, { io: a }] }], logoip: a, "firewall-gateway": a, "my-gateway": a, "my-router": a, spdns: a, my: a, speedpartner: [0, { customer: a }], myspreadshop: a, "taifun-dns": a, "12hp": a, "2ix": a, "4lima": a, "lima-city": a, "virtual-user": a, virtualuser: a, "community-pro": a, diskussionsbereich: a, xenonconnect: t }], dj: e, dk: [1, { biz: a, co: a, firm: a, reg: a, store: a, "123hjemmeside": a, myspreadshop: a }], dm: Ca, do: [1, { art: e, com: e, edu: e, gob: e, gov: e, mil: e, net: e, org: e, sld: e, web: e }], dz: [1, { art: e, asso: e, com: e, edu: e, gov: e, net: e, org: e, pol: e, soc: e, tm: e }], ec: [1, { abg: e, adm: e, agron: e, arqt: e, art: e, bar: e, chef: e, com: e, cont: e, cpa: e, cue: e, dent: e, dgn: e, disco: e, doc: e, edu: e, eng: e, esm: e, fin: e, fot: e, gal: e, gob: e, gov: e, gye: e, ibr: e, info: e, k12: e, lat: e, loj: e, med: e, mil: e, mktg: e, mon: e, net: e, ntr: e, odont: e, org: e, pro: e, prof: e, psic: e, psiq: e, pub: e, rio: e, rrpp: e, sal: e, tech: e, tul: e, tur: e, uio: e, vet: e, xxx: e, base: a, official: a }], edu: [1, { rit: [0, { "git-pages": a }] }], ee: [1, { aip: e, com: e, edu: e, fie: e, gov: e, lib: e, med: e, org: e, pri: e, riik: e }], eg: [1, { ac: e, com: e, edu: e, eun: e, gov: e, info: e, me: e, mil: e, name: e, net: e, org: e, sci: e, sport: e, tv: e }], er: _, es: [1, { com: e, edu: e, gob: e, nom: e, org: e, "123miweb": a, myspreadshop: a }], et: [1, { biz: e, com: e, edu: e, gov: e, info: e, name: e, net: e, org: e }], eu: [1, { amazonwebservices: [0, { on: [0, { "eusc-de-east-1": [0, { "cognito-idp": I }] }] }], cloudns: a, prvw: a, deuxfleurs: a, dogado: [0, { jelastic: a }], barsy: a, spdns: a, nxa: t, directwp: a, transurl: t }], fi: [1, { aland: e, dy: a, "xn--hkkinen-5wa": a, häkkinen: a, iki: a, cloudplatform: [0, { fi: a }], datacenter: [0, { demo: a, paas: a }], kapsi: a, "123kotisivu": a, myspreadshop: a }], fj: [1, { ac: e, biz: e, com: e, edu: e, gov: e, id: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], fk: _, fm: [1, { com: e, edu: e, net: e, org: e, radio: a, user: t }], fo: e, fr: [1, { asso: e, com: e, gouv: e, nom: e, prd: e, tm: e, avoues: e, cci: e, greta: e, "huissier-justice": e, "fbx-os": a, fbxos: a, "freebox-os": a, freeboxos: a, goupile: a, "123siteweb": a, "on-web": a, "chirurgiens-dentistes-en-france": a, dedibox: a, aeroport: a, avocat: a, chambagri: a, "chirurgiens-dentistes": a, "experts-comptables": a, medecin: a, notaires: a, pharmacien: a, port: a, veterinaire: a, myspreadshop: a, ynh: a }], ga: e, gb: e, gd: [1, { edu: e, gov: e }], ge: [1, { com: e, edu: e, gov: e, net: e, org: e, pvt: e, school: e }], gf: e, gg: [1, { co: e, net: e, org: e, ply: [0, { at: t, d6: a }], botdash: a, kaas: a, stackit: a, panel: [2, { daemon: a }] }], gh: [1, { biz: e, com: e, edu: e, gov: e, mil: e, net: e, org: e }], gi: [1, { com: e, edu: e, gov: e, ltd: e, mod: e, org: e }], gl: [1, { co: e, com: e, edu: e, net: e, org: e }], gm: e, gn: [1, { ac: e, com: e, edu: e, gov: e, net: e, org: e }], gov: e, gp: [1, { asso: e, com: e, edu: e, mobi: e, net: e, org: e }], gq: e, gr: [1, { com: e, edu: e, gov: e, net: e, org: e, barsy: a, simplesite: a }], gs: e, gt: [1, { com: e, edu: e, gob: e, ind: e, mil: e, net: e, org: e }], gu: [1, { com: e, edu: e, gov: e, guam: e, info: e, net: e, org: e, web: e }], gw: [1, { nx: a }], gy: Ca, hk: [1, { com: e, edu: e, gov: e, idv: e, net: e, org: e, "xn--ciqpn": e, 个人: e, "xn--gmqw5a": e, 個人: e, "xn--55qx5d": e, 公司: e, "xn--mxtq1m": e, 政府: e, "xn--lcvr32d": e, 敎育: e, "xn--wcvs22d": e, 教育: e, "xn--gmq050i": e, 箇人: e, "xn--uc0atv": e, 組織: e, "xn--uc0ay4a": e, 組织: e, "xn--od0alg": e, 網絡: e, "xn--zf0avx": e, 網络: e, "xn--mk0axi": e, 组織: e, "xn--tn0ag": e, 组织: e, "xn--od0aq3b": e, 网絡: e, "xn--io0a7i": e, 网络: e, inc: a, ltd: a }], hm: e, hn: [1, { com: e, edu: e, gob: e, mil: e, net: e, org: e }], hr: [1, { com: e, from: e, iz: e, name: e, brendly: y }], ht: [1, { adult: e, art: e, asso: e, com: e, coop: e, edu: e, firm: e, gouv: e, info: e, med: e, net: e, org: e, perso: e, pol: e, pro: e, rel: e, shop: e, rt: a }], hu: [1, { 2e3: e, agrar: e, bolt: e, casino: e, city: e, co: e, erotica: e, erotika: e, film: e, forum: e, games: e, hotel: e, info: e, ingatlan: e, jogasz: e, konyvelo: e, lakas: e, media: e, news: e, org: e, priv: e, reklam: e, sex: e, shop: e, sport: e, suli: e, szex: e, tm: e, tozsde: e, utazas: e, video: e }], id: [1, { ac: e, biz: e, co: e, desa: e, go: e, kop: e, mil: e, my: e, net: e, or: e, ponpes: e, sch: e, web: e, "xn--9tfky": e, "ᬩᬮᬶ": e, e: a, zone: a }], ie: [1, { gov: e, myspreadshop: a }], il: [1, { ac: e, co: [1, { ravpage: a, mytabit: a, tabitorder: a }], gov: e, idf: e, k12: e, muni: e, net: e, org: e }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": e, "xn--5dbhl8d": e, "xn--8dbq2a": e, "xn--hebda8b": e }], ישראל: [1, { אקדמיה: e, ישוב: e, צהל: e, ממשל: e }], im: [1, { ac: e, co: [1, { ltd: e, plc: e }], com: e, net: e, org: e, tt: e, tv: e }], in: [1, { "5g": e, "6g": e, ac: e, ai: e, am: e, bank: e, bihar: e, biz: e, business: e, ca: e, cn: e, co: e, com: e, coop: e, cs: e, delhi: e, dr: e, edu: e, er: e, fin: e, firm: e, gen: e, gov: e, gujarat: e, ind: e, info: e, int: e, internet: e, io: e, me: e, mil: e, net: e, nic: e, org: e, pg: e, post: e, pro: e, res: e, travel: e, tv: e, uk: e, up: e, us: e, cloudns: a, barsy: a, web: a, indevs: a, supabase: a }], info: [1, { cloudns: a, "dynamic-dns": a, "barrel-of-knowledge": a, "barrell-of-knowledge": a, dyndns: a, "for-our": a, "groks-the": a, "groks-this": a, "here-for-more": a, knowsitall: a, selfip: a, webhop: a, barsy: a, mayfirst: a, mittwald: a, mittwaldserver: a, typo3server: a, dvrcam: a, ilovecollege: a, "no-ip": a, forumz: a, nsupdate: a, dnsupdate: a, "v-info": a }], int: [1, { eu: e }], io: [1, { 2038: a, co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e, "on-acorn": t, myaddr: a, apigee: a, "b-data": a, beagleboard: a, bitbucket: a, bluebite: a, boxfuse: a, brave: o, browsersafetymark: a, bubble: be, bubbleapps: a, bigv: [0, { uk0: a }], cleverapps: a, cloudbeesusercontent: a, dappnode: [0, { dyndns: a }], darklang: a, definima: a, dedyn: a, icp0: Ta, icp1: Ta, qzz: a, "fh-muenster": a, gitbook: a, github: a, gitlab: a, lolipop: a, "hasura-app": a, hostyhosting: a, hypernode: a, moonscale: t, beebyte: Ve, beebyteapp: [0, { sekd1: a }], jele: a, keenetic: a, kiloapps: a, webthings: a, loginline: a, barsy: a, azurecontainer: t, ngrok: [2, { ap: a, au: a, eu: a, in: a, jp: a, sa: a, us: a }], nodeart: [0, { stage: a }], pantheonsite: a, forgerock: [0, { id: a }], pstmn: [2, { mock: a }], protonet: a, qcx: [2, { sys: t }], qoto: a, vaporcloud: a, myrdbx: a, "rb-hosting": Xe, "on-k3s": t, "on-rio": t, readthedocs: a, resindevice: a, resinstaging: [0, { devices: a }], hzc: a, sandcats: a, scrypted: [0, { client: a }], "mo-siemens": a, lair: ba, stolos: t, musician: a, utwente: a, edugit: a, telebit: a, thingdust: [0, { dev: Je, disrec: Je, prod: ja, testing: Je }], tickets: a, webflow: a, webflowtest: a, editorx: a, wixstudio: a, basicserver: a, virtualserver: a }], iq: s, ir: [1, { ac: e, co: e, gov: e, id: e, net: e, org: e, sch: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, arvanedge: a, vistablog: a }], is: e, it: [1, { edu: e, gov: e, abr: e, abruzzo: e, "aosta-valley": e, aostavalley: e, bas: e, basilicata: e, cal: e, calabria: e, cam: e, campania: e, "emilia-romagna": e, emiliaromagna: e, emr: e, "friuli-v-giulia": e, "friuli-ve-giulia": e, "friuli-vegiulia": e, "friuli-venezia-giulia": e, "friuli-veneziagiulia": e, "friuli-vgiulia": e, "friuliv-giulia": e, "friulive-giulia": e, friulivegiulia: e, "friulivenezia-giulia": e, friuliveneziagiulia: e, friulivgiulia: e, fvg: e, laz: e, lazio: e, lig: e, liguria: e, lom: e, lombardia: e, lombardy: e, lucania: e, mar: e, marche: e, mol: e, molise: e, piedmont: e, piemonte: e, pmn: e, pug: e, puglia: e, sar: e, sardegna: e, sardinia: e, sic: e, sicilia: e, sicily: e, taa: e, tos: e, toscana: e, "trentin-sud-tirol": e, "xn--trentin-sd-tirol-rzb": e, "trentin-süd-tirol": e, "trentin-sudtirol": e, "xn--trentin-sdtirol-7vb": e, "trentin-südtirol": e, "trentin-sued-tirol": e, "trentin-suedtirol": e, trentino: e, "trentino-a-adige": e, "trentino-aadige": e, "trentino-alto-adige": e, "trentino-altoadige": e, "trentino-s-tirol": e, "trentino-stirol": e, "trentino-sud-tirol": e, "xn--trentino-sd-tirol-c3b": e, "trentino-süd-tirol": e, "trentino-sudtirol": e, "xn--trentino-sdtirol-szb": e, "trentino-südtirol": e, "trentino-sued-tirol": e, "trentino-suedtirol": e, "trentinoa-adige": e, trentinoaadige: e, "trentinoalto-adige": e, trentinoaltoadige: e, "trentinos-tirol": e, trentinostirol: e, "trentinosud-tirol": e, "xn--trentinosd-tirol-rzb": e, "trentinosüd-tirol": e, trentinosudtirol: e, "xn--trentinosdtirol-7vb": e, trentinosüdtirol: e, "trentinosued-tirol": e, trentinosuedtirol: e, "trentinsud-tirol": e, "xn--trentinsd-tirol-6vb": e, "trentinsüd-tirol": e, trentinsudtirol: e, "xn--trentinsdtirol-nsb": e, trentinsüdtirol: e, "trentinsued-tirol": e, trentinsuedtirol: e, tuscany: e, umb: e, umbria: e, "val-d-aosta": e, "val-daosta": e, "vald-aosta": e, valdaosta: e, "valle-aosta": e, "valle-d-aosta": e, "valle-daosta": e, valleaosta: e, "valled-aosta": e, valledaosta: e, "vallee-aoste": e, "xn--valle-aoste-ebb": e, "vallée-aoste": e, "vallee-d-aoste": e, "xn--valle-d-aoste-ehb": e, "vallée-d-aoste": e, valleeaoste: e, "xn--valleaoste-e7a": e, valléeaoste: e, valleedaoste: e, "xn--valledaoste-ebb": e, valléedaoste: e, vao: e, vda: e, ven: e, veneto: e, ag: e, agrigento: e, al: e, alessandria: e, "alto-adige": e, altoadige: e, an: e, ancona: e, "andria-barletta-trani": e, "andria-trani-barletta": e, andriabarlettatrani: e, andriatranibarletta: e, ao: e, aosta: e, aoste: e, ap: e, aq: e, aquila: e, ar: e, arezzo: e, "ascoli-piceno": e, ascolipiceno: e, asti: e, at: e, av: e, avellino: e, ba: e, balsan: e, "balsan-sudtirol": e, "xn--balsan-sdtirol-nsb": e, "balsan-südtirol": e, "balsan-suedtirol": e, bari: e, "barletta-trani-andria": e, barlettatraniandria: e, belluno: e, benevento: e, bergamo: e, bg: e, bi: e, biella: e, bl: e, bn: e, bo: e, bologna: e, bolzano: e, "bolzano-altoadige": e, bozen: e, "bozen-sudtirol": e, "xn--bozen-sdtirol-2ob": e, "bozen-südtirol": e, "bozen-suedtirol": e, br: e, brescia: e, brindisi: e, bs: e, bt: e, bulsan: e, "bulsan-sudtirol": e, "xn--bulsan-sdtirol-nsb": e, "bulsan-südtirol": e, "bulsan-suedtirol": e, bz: e, ca: e, cagliari: e, caltanissetta: e, "campidano-medio": e, campidanomedio: e, campobasso: e, "carbonia-iglesias": e, carboniaiglesias: e, "carrara-massa": e, carraramassa: e, caserta: e, catania: e, catanzaro: e, cb: e, ce: e, "cesena-forli": e, "xn--cesena-forl-mcb": e, "cesena-forlì": e, cesenaforli: e, "xn--cesenaforl-i8a": e, cesenaforlì: e, ch: e, chieti: e, ci: e, cl: e, cn: e, co: e, como: e, cosenza: e, cr: e, cremona: e, crotone: e, cs: e, ct: e, cuneo: e, cz: e, "dell-ogliastra": e, dellogliastra: e, en: e, enna: e, fc: e, fe: e, fermo: e, ferrara: e, fg: e, fi: e, firenze: e, florence: e, fm: e, foggia: e, "forli-cesena": e, "xn--forl-cesena-fcb": e, "forlì-cesena": e, forlicesena: e, "xn--forlcesena-c8a": e, forlìcesena: e, fr: e, frosinone: e, ge: e, genoa: e, genova: e, go: e, gorizia: e, gr: e, grosseto: e, "iglesias-carbonia": e, iglesiascarbonia: e, im: e, imperia: e, is: e, isernia: e, kr: e, "la-spezia": e, laquila: e, laspezia: e, latina: e, lc: e, le: e, lecce: e, lecco: e, li: e, livorno: e, lo: e, lodi: e, lt: e, lu: e, lucca: e, macerata: e, mantova: e, "massa-carrara": e, massacarrara: e, matera: e, mb: e, mc: e, me: e, "medio-campidano": e, mediocampidano: e, messina: e, mi: e, milan: e, milano: e, mn: e, mo: e, modena: e, monza: e, "monza-brianza": e, "monza-e-della-brianza": e, monzabrianza: e, monzaebrianza: e, monzaedellabrianza: e, ms: e, mt: e, na: e, naples: e, napoli: e, no: e, novara: e, nu: e, nuoro: e, og: e, ogliastra: e, "olbia-tempio": e, olbiatempio: e, or: e, oristano: e, ot: e, pa: e, padova: e, padua: e, palermo: e, parma: e, pavia: e, pc: e, pd: e, pe: e, perugia: e, "pesaro-urbino": e, pesarourbino: e, pescara: e, pg: e, pi: e, piacenza: e, pisa: e, pistoia: e, pn: e, po: e, pordenone: e, potenza: e, pr: e, prato: e, pt: e, pu: e, pv: e, pz: e, ra: e, ragusa: e, ravenna: e, rc: e, re: e, "reggio-calabria": e, "reggio-emilia": e, reggiocalabria: e, reggioemilia: e, rg: e, ri: e, rieti: e, rimini: e, rm: e, rn: e, ro: e, roma: e, rome: e, rovigo: e, sa: e, salerno: e, sassari: e, savona: e, si: e, siena: e, siracusa: e, so: e, sondrio: e, sp: e, sr: e, ss: e, "xn--sdtirol-n2a": e, südtirol: e, suedtirol: e, sv: e, ta: e, taranto: e, te: e, "tempio-olbia": e, tempioolbia: e, teramo: e, terni: e, tn: e, to: e, torino: e, tp: e, tr: e, "trani-andria-barletta": e, "trani-barletta-andria": e, traniandriabarletta: e, tranibarlettaandria: e, trapani: e, trento: e, treviso: e, trieste: e, ts: e, turin: e, tv: e, ud: e, udine: e, "urbino-pesaro": e, urbinopesaro: e, va: e, varese: e, vb: e, vc: e, ve: e, venezia: e, venice: e, verbania: e, vercelli: e, verona: e, vi: e, "vibo-valentia": e, vibovalentia: e, vicenza: e, viterbo: e, vr: e, vs: e, vt: e, vv: e, ibxos: a, iliadboxos: a, neen: [0, { jc: a }], "123homepage": a, "16-b": a, "32-b": a, "64-b": a, myspreadshop: a, syncloud: a }], je: [1, { co: e, net: e, org: e, of: a }], jm: _, jo: [1, { agri: e, ai: e, com: e, edu: e, eng: e, fm: e, gov: e, mil: e, net: e, org: e, per: e, phd: e, sch: e, tv: e }], jobs: e, jp: [1, { ac: e, ad: e, co: e, ed: e, go: e, gr: e, lg: e, ne: [1, { aseinet: Sa, gehirn: a, ivory: a, "mail-box": a, mints: a, mokuren: a, opal: a, sakura: a, sumomo: a, topaz: a }], or: e, aichi: [1, { aisai: e, ama: e, anjo: e, asuke: e, chiryu: e, chita: e, fuso: e, gamagori: e, handa: e, hazu: e, hekinan: e, higashiura: e, ichinomiya: e, inazawa: e, inuyama: e, isshiki: e, iwakura: e, kanie: e, kariya: e, kasugai: e, kira: e, kiyosu: e, komaki: e, konan: e, kota: e, mihama: e, miyoshi: e, nishio: e, nisshin: e, obu: e, oguchi: e, oharu: e, okazaki: e, owariasahi: e, seto: e, shikatsu: e, shinshiro: e, shitara: e, tahara: e, takahama: e, tobishima: e, toei: e, togo: e, tokai: e, tokoname: e, toyoake: e, toyohashi: e, toyokawa: e, toyone: e, toyota: e, tsushima: e, yatomi: e }], akita: [1, { akita: e, daisen: e, fujisato: e, gojome: e, hachirogata: e, happou: e, higashinaruse: e, honjo: e, honjyo: e, ikawa: e, kamikoani: e, kamioka: e, katagami: e, kazuno: e, kitaakita: e, kosaka: e, kyowa: e, misato: e, mitane: e, moriyoshi: e, nikaho: e, noshiro: e, odate: e, oga: e, ogata: e, semboku: e, yokote: e, yurihonjo: e }], aomori: [1, { aomori: e, gonohe: e, hachinohe: e, hashikami: e, hiranai: e, hirosaki: e, itayanagi: e, kuroishi: e, misawa: e, mutsu: e, nakadomari: e, noheji: e, oirase: e, owani: e, rokunohe: e, sannohe: e, shichinohe: e, shingo: e, takko: e, towada: e, tsugaru: e, tsuruta: e }], chiba: [1, { abiko: e, asahi: e, chonan: e, chosei: e, choshi: e, chuo: e, funabashi: e, futtsu: e, hanamigawa: e, ichihara: e, ichikawa: e, ichinomiya: e, inzai: e, isumi: e, kamagaya: e, kamogawa: e, kashiwa: e, katori: e, katsuura: e, kimitsu: e, kisarazu: e, kozaki: e, kujukuri: e, kyonan: e, matsudo: e, midori: e, mihama: e, minamiboso: e, mobara: e, mutsuzawa: e, nagara: e, nagareyama: e, narashino: e, narita: e, noda: e, oamishirasato: e, omigawa: e, onjuku: e, otaki: e, sakae: e, sakura: e, shimofusa: e, shirako: e, shiroi: e, shisui: e, sodegaura: e, sosa: e, tako: e, tateyama: e, togane: e, tohnosho: e, tomisato: e, urayasu: e, yachimata: e, yachiyo: e, yokaichiba: e, yokoshibahikari: e, yotsukaido: e }], ehime: [1, { ainan: e, honai: e, ikata: e, imabari: e, iyo: e, kamijima: e, kihoku: e, kumakogen: e, masaki: e, matsuno: e, matsuyama: e, namikata: e, niihama: e, ozu: e, saijo: e, seiyo: e, shikokuchuo: e, tobe: e, toon: e, uchiko: e, uwajima: e, yawatahama: e }], fukui: [1, { echizen: e, eiheiji: e, fukui: e, ikeda: e, katsuyama: e, mihama: e, minamiechizen: e, obama: e, ohi: e, ono: e, sabae: e, sakai: e, takahama: e, tsuruga: e, wakasa: e }], fukuoka: [1, { ashiya: e, buzen: e, chikugo: e, chikuho: e, chikujo: e, chikushino: e, chikuzen: e, chuo: e, dazaifu: e, fukuchi: e, hakata: e, higashi: e, hirokawa: e, hisayama: e, iizuka: e, inatsuki: e, kaho: e, kasuga: e, kasuya: e, kawara: e, keisen: e, koga: e, kurate: e, kurogi: e, kurume: e, minami: e, miyako: e, miyama: e, miyawaka: e, mizumaki: e, munakata: e, nakagawa: e, nakama: e, nishi: e, nogata: e, ogori: e, okagaki: e, okawa: e, oki: e, omuta: e, onga: e, onojo: e, oto: e, saigawa: e, sasaguri: e, shingu: e, shinyoshitomi: e, shonai: e, soeda: e, sue: e, tachiarai: e, tagawa: e, takata: e, toho: e, toyotsu: e, tsuiki: e, ukiha: e, umi: e, usui: e, yamada: e, yame: e, yanagawa: e, yukuhashi: e }], fukushima: [1, { aizubange: e, aizumisato: e, aizuwakamatsu: e, asakawa: e, bandai: e, date: e, fukushima: e, furudono: e, futaba: e, hanawa: e, higashi: e, hirata: e, hirono: e, iitate: e, inawashiro: e, ishikawa: e, iwaki: e, izumizaki: e, kagamiishi: e, kaneyama: e, kawamata: e, kitakata: e, kitashiobara: e, koori: e, koriyama: e, kunimi: e, miharu: e, mishima: e, namie: e, nango: e, nishiaizu: e, nishigo: e, okuma: e, omotego: e, ono: e, otama: e, samegawa: e, shimogo: e, shirakawa: e, showa: e, soma: e, sukagawa: e, taishin: e, tamakawa: e, tanagura: e, tenei: e, yabuki: e, yamato: e, yamatsuri: e, yanaizu: e, yugawa: e }], gifu: [1, { anpachi: e, ena: e, gifu: e, ginan: e, godo: e, gujo: e, hashima: e, hichiso: e, hida: e, higashishirakawa: e, ibigawa: e, ikeda: e, kakamigahara: e, kani: e, kasahara: e, kasamatsu: e, kawaue: e, kitagata: e, mino: e, minokamo: e, mitake: e, mizunami: e, motosu: e, nakatsugawa: e, ogaki: e, sakahogi: e, seki: e, sekigahara: e, shirakawa: e, tajimi: e, takayama: e, tarui: e, toki: e, tomika: e, wanouchi: e, yamagata: e, yaotsu: e, yoro: e }], gunma: [1, { annaka: e, chiyoda: e, fujioka: e, higashiagatsuma: e, isesaki: e, itakura: e, kanna: e, kanra: e, katashina: e, kawaba: e, kiryu: e, kusatsu: e, maebashi: e, meiwa: e, midori: e, minakami: e, naganohara: e, nakanojo: e, nanmoku: e, numata: e, oizumi: e, ora: e, ota: e, shibukawa: e, shimonita: e, shinto: e, showa: e, takasaki: e, takayama: e, tamamura: e, tatebayashi: e, tomioka: e, tsukiyono: e, tsumagoi: e, ueno: e, yoshioka: e }], hiroshima: [1, { asaminami: e, daiwa: e, etajima: e, fuchu: e, fukuyama: e, hatsukaichi: e, higashihiroshima: e, hongo: e, jinsekikogen: e, kaita: e, kui: e, kumano: e, kure: e, mihara: e, miyoshi: e, naka: e, onomichi: e, osakikamijima: e, otake: e, saka: e, sera: e, seranishi: e, shinichi: e, shobara: e, takehara: e }], hokkaido: [1, { abashiri: e, abira: e, aibetsu: e, akabira: e, akkeshi: e, asahikawa: e, ashibetsu: e, ashoro: e, assabu: e, atsuma: e, bibai: e, biei: e, bifuka: e, bihoro: e, biratori: e, chippubetsu: e, chitose: e, date: e, ebetsu: e, embetsu: e, eniwa: e, erimo: e, esan: e, esashi: e, fukagawa: e, fukushima: e, furano: e, furubira: e, haboro: e, hakodate: e, hamatonbetsu: e, hidaka: e, higashikagura: e, higashikawa: e, hiroo: e, hokuryu: e, hokuto: e, honbetsu: e, horokanai: e, horonobe: e, ikeda: e, imakane: e, ishikari: e, iwamizawa: e, iwanai: e, kamifurano: e, kamikawa: e, kamishihoro: e, kamisunagawa: e, kamoenai: e, kayabe: e, kembuchi: e, kikonai: e, kimobetsu: e, kitahiroshima: e, kitami: e, kiyosato: e, koshimizu: e, kunneppu: e, kuriyama: e, kuromatsunai: e, kushiro: e, kutchan: e, kyowa: e, mashike: e, matsumae: e, mikasa: e, minamifurano: e, mombetsu: e, moseushi: e, mukawa: e, muroran: e, naie: e, nakagawa: e, nakasatsunai: e, nakatombetsu: e, nanae: e, nanporo: e, nayoro: e, nemuro: e, niikappu: e, niki: e, nishiokoppe: e, noboribetsu: e, numata: e, obihiro: e, obira: e, oketo: e, okoppe: e, otaru: e, otobe: e, otofuke: e, otoineppu: e, oumu: e, ozora: e, pippu: e, rankoshi: e, rebun: e, rikubetsu: e, rishiri: e, rishirifuji: e, saroma: e, sarufutsu: e, shakotan: e, shari: e, shibecha: e, shibetsu: e, shikabe: e, shikaoi: e, shimamaki: e, shimizu: e, shimokawa: e, shinshinotsu: e, shintoku: e, shiranuka: e, shiraoi: e, shiriuchi: e, sobetsu: e, sunagawa: e, taiki: e, takasu: e, takikawa: e, takinoue: e, teshikaga: e, tobetsu: e, tohma: e, tomakomai: e, tomari: e, toya: e, toyako: e, toyotomi: e, toyoura: e, tsubetsu: e, tsukigata: e, urakawa: e, urausu: e, uryu: e, utashinai: e, wakkanai: e, wassamu: e, yakumo: e, yoichi: e }], hyogo: [1, { aioi: e, akashi: e, ako: e, amagasaki: e, aogaki: e, asago: e, ashiya: e, awaji: e, fukusaki: e, goshiki: e, harima: e, himeji: e, ichikawa: e, inagawa: e, itami: e, kakogawa: e, kamigori: e, kamikawa: e, kasai: e, kasuga: e, kawanishi: e, miki: e, minamiawaji: e, nishinomiya: e, nishiwaki: e, ono: e, sanda: e, sannan: e, sasayama: e, sayo: e, shingu: e, shinonsen: e, shiso: e, sumoto: e, taishi: e, taka: e, takarazuka: e, takasago: e, takino: e, tamba: e, tatsuno: e, toyooka: e, yabu: e, yashiro: e, yoka: e, yokawa: e }], ibaraki: [1, { ami: e, asahi: e, bando: e, chikusei: e, daigo: e, fujishiro: e, hitachi: e, hitachinaka: e, hitachiomiya: e, hitachiota: e, ibaraki: e, ina: e, inashiki: e, itako: e, iwama: e, joso: e, kamisu: e, kasama: e, kashima: e, kasumigaura: e, koga: e, miho: e, mito: e, moriya: e, naka: e, namegata: e, oarai: e, ogawa: e, omitama: e, ryugasaki: e, sakai: e, sakuragawa: e, shimodate: e, shimotsuma: e, shirosato: e, sowa: e, suifu: e, takahagi: e, tamatsukuri: e, tokai: e, tomobe: e, tone: e, toride: e, tsuchiura: e, tsukuba: e, uchihara: e, ushiku: e, yachiyo: e, yamagata: e, yawara: e, yuki: e }], ishikawa: [1, { anamizu: e, hakui: e, hakusan: e, kaga: e, kahoku: e, kanazawa: e, kawakita: e, komatsu: e, nakanoto: e, nanao: e, nomi: e, nonoichi: e, noto: e, shika: e, suzu: e, tsubata: e, tsurugi: e, uchinada: e, wajima: e }], iwate: [1, { fudai: e, fujisawa: e, hanamaki: e, hiraizumi: e, hirono: e, ichinohe: e, ichinoseki: e, iwaizumi: e, iwate: e, joboji: e, kamaishi: e, kanegasaki: e, karumai: e, kawai: e, kitakami: e, kuji: e, kunohe: e, kuzumaki: e, miyako: e, mizusawa: e, morioka: e, ninohe: e, noda: e, ofunato: e, oshu: e, otsuchi: e, rikuzentakata: e, shiwa: e, shizukuishi: e, sumita: e, tanohata: e, tono: e, yahaba: e, yamada: e }], kagawa: [1, { ayagawa: e, higashikagawa: e, kanonji: e, kotohira: e, manno: e, marugame: e, mitoyo: e, naoshima: e, sanuki: e, tadotsu: e, takamatsu: e, tonosho: e, uchinomi: e, utazu: e, zentsuji: e }], kagoshima: [1, { akune: e, amami: e, hioki: e, isa: e, isen: e, izumi: e, kagoshima: e, kanoya: e, kawanabe: e, kinko: e, kouyama: e, makurazaki: e, matsumoto: e, minamitane: e, nakatane: e, nishinoomote: e, satsumasendai: e, soo: e, tarumizu: e, yusui: e }], kanagawa: [1, { aikawa: e, atsugi: e, ayase: e, chigasaki: e, ebina: e, fujisawa: e, hadano: e, hakone: e, hiratsuka: e, isehara: e, kaisei: e, kamakura: e, kiyokawa: e, matsuda: e, minamiashigara: e, miura: e, nakai: e, ninomiya: e, odawara: e, oi: e, oiso: e, sagamihara: e, samukawa: e, tsukui: e, yamakita: e, yamato: e, yokosuka: e, yugawara: e, zama: e, zushi: e }], kochi: [1, { aki: e, geisei: e, hidaka: e, higashitsuno: e, ino: e, kagami: e, kami: e, kitagawa: e, kochi: e, mihara: e, motoyama: e, muroto: e, nahari: e, nakamura: e, nankoku: e, nishitosa: e, niyodogawa: e, ochi: e, okawa: e, otoyo: e, otsuki: e, sakawa: e, sukumo: e, susaki: e, tosa: e, tosashimizu: e, toyo: e, tsuno: e, umaji: e, yasuda: e, yusuhara: e }], kumamoto: [1, { amakusa: e, arao: e, aso: e, choyo: e, gyokuto: e, kamiamakusa: e, kikuchi: e, kumamoto: e, mashiki: e, mifune: e, minamata: e, minamioguni: e, nagasu: e, nishihara: e, oguni: e, ozu: e, sumoto: e, takamori: e, uki: e, uto: e, yamaga: e, yamato: e, yatsushiro: e }], kyoto: [1, { ayabe: e, fukuchiyama: e, higashiyama: e, ide: e, ine: e, joyo: e, kameoka: e, kamo: e, kita: e, kizu: e, kumiyama: e, kyotamba: e, kyotanabe: e, kyotango: e, maizuru: e, minami: e, minamiyamashiro: e, miyazu: e, muko: e, nagaokakyo: e, nakagyo: e, nantan: e, oyamazaki: e, sakyo: e, seika: e, tanabe: e, uji: e, ujitawara: e, wazuka: e, yamashina: e, yawata: e }], mie: [1, { asahi: e, inabe: e, ise: e, kameyama: e, kawagoe: e, kiho: e, kisosaki: e, kiwa: e, komono: e, kumano: e, kuwana: e, matsusaka: e, meiwa: e, mihama: e, minamiise: e, misugi: e, miyama: e, nabari: e, shima: e, suzuka: e, tado: e, taiki: e, taki: e, tamaki: e, toba: e, tsu: e, udono: e, ureshino: e, watarai: e, yokkaichi: e }], miyagi: [1, { furukawa: e, higashimatsushima: e, ishinomaki: e, iwanuma: e, kakuda: e, kami: e, kawasaki: e, marumori: e, matsushima: e, minamisanriku: e, misato: e, murata: e, natori: e, ogawara: e, ohira: e, onagawa: e, osaki: e, rifu: e, semine: e, shibata: e, shichikashuku: e, shikama: e, shiogama: e, shiroishi: e, tagajo: e, taiwa: e, tome: e, tomiya: e, wakuya: e, watari: e, yamamoto: e, zao: e }], miyazaki: [1, { aya: e, ebino: e, gokase: e, hyuga: e, kadogawa: e, kawaminami: e, kijo: e, kitagawa: e, kitakata: e, kitaura: e, kobayashi: e, kunitomi: e, kushima: e, mimata: e, miyakonojo: e, miyazaki: e, morotsuka: e, nichinan: e, nishimera: e, nobeoka: e, saito: e, shiiba: e, shintomi: e, takaharu: e, takanabe: e, takazaki: e, tsuno: e }], nagano: [1, { achi: e, agematsu: e, anan: e, aoki: e, asahi: e, azumino: e, chikuhoku: e, chikuma: e, chino: e, fujimi: e, hakuba: e, hara: e, hiraya: e, iida: e, iijima: e, iiyama: e, iizuna: e, ikeda: e, ikusaka: e, ina: e, karuizawa: e, kawakami: e, kiso: e, kisofukushima: e, kitaaiki: e, komagane: e, komoro: e, matsukawa: e, matsumoto: e, miasa: e, minamiaiki: e, minamimaki: e, minamiminowa: e, minowa: e, miyada: e, miyota: e, mochizuki: e, nagano: e, nagawa: e, nagiso: e, nakagawa: e, nakano: e, nozawaonsen: e, obuse: e, ogawa: e, okaya: e, omachi: e, omi: e, ookuwa: e, ooshika: e, otaki: e, otari: e, sakae: e, sakaki: e, saku: e, sakuho: e, shimosuwa: e, shinanomachi: e, shiojiri: e, suwa: e, suzaka: e, takagi: e, takamori: e, takayama: e, tateshina: e, tatsuno: e, togakushi: e, togura: e, tomi: e, ueda: e, wada: e, yamagata: e, yamanouchi: e, yasaka: e, yasuoka: e }], nagasaki: [1, { chijiwa: e, futsu: e, goto: e, hasami: e, hirado: e, iki: e, isahaya: e, kawatana: e, kuchinotsu: e, matsuura: e, nagasaki: e, obama: e, omura: e, oseto: e, saikai: e, sasebo: e, seihi: e, shimabara: e, shinkamigoto: e, togitsu: e, tsushima: e, unzen: e }], nara: [1, { ando: e, gose: e, heguri: e, higashiyoshino: e, ikaruga: e, ikoma: e, kamikitayama: e, kanmaki: e, kashiba: e, kashihara: e, katsuragi: e, kawai: e, kawakami: e, kawanishi: e, koryo: e, kurotaki: e, mitsue: e, miyake: e, nara: e, nosegawa: e, oji: e, ouda: e, oyodo: e, sakurai: e, sango: e, shimoichi: e, shimokitayama: e, shinjo: e, soni: e, takatori: e, tawaramoto: e, tenkawa: e, tenri: e, uda: e, yamatokoriyama: e, yamatotakada: e, yamazoe: e, yoshino: e }], niigata: [1, { aga: e, agano: e, gosen: e, itoigawa: e, izumozaki: e, joetsu: e, kamo: e, kariwa: e, kashiwazaki: e, minamiuonuma: e, mitsuke: e, muika: e, murakami: e, myoko: e, nagaoka: e, niigata: e, ojiya: e, omi: e, sado: e, sanjo: e, seiro: e, seirou: e, sekikawa: e, shibata: e, tagami: e, tainai: e, tochio: e, tokamachi: e, tsubame: e, tsunan: e, uonuma: e, yahiko: e, yoita: e, yuzawa: e }], oita: [1, { beppu: e, bungoono: e, bungotakada: e, hasama: e, hiji: e, himeshima: e, hita: e, kamitsue: e, kokonoe: e, kuju: e, kunisaki: e, kusu: e, oita: e, saiki: e, taketa: e, tsukumi: e, usa: e, usuki: e, yufu: e }], okayama: [1, { akaiwa: e, asakuchi: e, bizen: e, hayashima: e, ibara: e, kagamino: e, kasaoka: e, kibichuo: e, kumenan: e, kurashiki: e, maniwa: e, misaki: e, nagi: e, niimi: e, nishiawakura: e, okayama: e, satosho: e, setouchi: e, shinjo: e, shoo: e, soja: e, takahashi: e, tamano: e, tsuyama: e, wake: e, yakage: e }], okinawa: [1, { aguni: e, ginowan: e, ginoza: e, gushikami: e, haebaru: e, higashi: e, hirara: e, iheya: e, ishigaki: e, ishikawa: e, itoman: e, izena: e, kadena: e, kin: e, kitadaito: e, kitanakagusuku: e, kumejima: e, kunigami: e, minamidaito: e, motobu: e, nago: e, naha: e, nakagusuku: e, nakijin: e, nanjo: e, nishihara: e, ogimi: e, okinawa: e, onna: e, shimoji: e, taketomi: e, tarama: e, tokashiki: e, tomigusuku: e, tonaki: e, urasoe: e, uruma: e, yaese: e, yomitan: e, yonabaru: e, yonaguni: e, zamami: e }], osaka: [1, { abeno: e, chihayaakasaka: e, chuo: e, daito: e, fujiidera: e, habikino: e, hannan: e, higashiosaka: e, higashisumiyoshi: e, higashiyodogawa: e, hirakata: e, ibaraki: e, ikeda: e, izumi: e, izumiotsu: e, izumisano: e, kadoma: e, kaizuka: e, kanan: e, kashiwara: e, katano: e, kawachinagano: e, kishiwada: e, kita: e, kumatori: e, matsubara: e, minato: e, minoh: e, misaki: e, moriguchi: e, neyagawa: e, nishi: e, nose: e, osakasayama: e, sakai: e, sayama: e, sennan: e, settsu: e, shijonawate: e, shimamoto: e, suita: e, tadaoka: e, taishi: e, tajiri: e, takaishi: e, takatsuki: e, tondabayashi: e, toyonaka: e, toyono: e, yao: e }], saga: [1, { ariake: e, arita: e, fukudomi: e, genkai: e, hamatama: e, hizen: e, imari: e, kamimine: e, kanzaki: e, karatsu: e, kashima: e, kitagata: e, kitahata: e, kiyama: e, kouhoku: e, kyuragi: e, nishiarita: e, ogi: e, omachi: e, ouchi: e, saga: e, shiroishi: e, taku: e, tara: e, tosu: e, yoshinogari: e }], saitama: [1, { arakawa: e, asaka: e, chichibu: e, fujimi: e, fujimino: e, fukaya: e, hanno: e, hanyu: e, hasuda: e, hatogaya: e, hatoyama: e, hidaka: e, higashichichibu: e, higashimatsuyama: e, honjo: e, ina: e, iruma: e, iwatsuki: e, kamiizumi: e, kamikawa: e, kamisato: e, kasukabe: e, kawagoe: e, kawaguchi: e, kawajima: e, kazo: e, kitamoto: e, koshigaya: e, kounosu: e, kuki: e, kumagaya: e, matsubushi: e, minano: e, misato: e, miyashiro: e, miyoshi: e, moroyama: e, nagatoro: e, namegawa: e, niiza: e, ogano: e, ogawa: e, ogose: e, okegawa: e, omiya: e, otaki: e, ranzan: e, ryokami: e, saitama: e, sakado: e, satte: e, sayama: e, shiki: e, shiraoka: e, soka: e, sugito: e, toda: e, tokigawa: e, tokorozawa: e, tsurugashima: e, urawa: e, warabi: e, yashio: e, yokoze: e, yono: e, yorii: e, yoshida: e, yoshikawa: e, yoshimi: e }], shiga: [1, { aisho: e, gamo: e, higashiomi: e, hikone: e, koka: e, konan: e, kosei: e, koto: e, kusatsu: e, maibara: e, moriyama: e, nagahama: e, nishiazai: e, notogawa: e, omihachiman: e, otsu: e, ritto: e, ryuoh: e, takashima: e, takatsuki: e, torahime: e, toyosato: e, yasu: e }], shimane: [1, { akagi: e, ama: e, gotsu: e, hamada: e, higashiizumo: e, hikawa: e, hikimi: e, izumo: e, kakinoki: e, masuda: e, matsue: e, misato: e, nishinoshima: e, ohda: e, okinoshima: e, okuizumo: e, shimane: e, tamayu: e, tsuwano: e, unnan: e, yakumo: e, yasugi: e, yatsuka: e }], shizuoka: [1, { arai: e, atami: e, fuji: e, fujieda: e, fujikawa: e, fujinomiya: e, fukuroi: e, gotemba: e, haibara: e, hamamatsu: e, higashiizu: e, ito: e, iwata: e, izu: e, izunokuni: e, kakegawa: e, kannami: e, kawanehon: e, kawazu: e, kikugawa: e, kosai: e, makinohara: e, matsuzaki: e, minamiizu: e, mishima: e, morimachi: e, nishiizu: e, numazu: e, omaezaki: e, shimada: e, shimizu: e, shimoda: e, shizuoka: e, susono: e, yaizu: e, yoshida: e }], tochigi: [1, { ashikaga: e, bato: e, haga: e, ichikai: e, iwafune: e, kaminokawa: e, kanuma: e, karasuyama: e, kuroiso: e, mashiko: e, mibu: e, moka: e, motegi: e, nasu: e, nasushiobara: e, nikko: e, nishikata: e, nogi: e, ohira: e, ohtawara: e, oyama: e, sakura: e, sano: e, shimotsuke: e, shioya: e, takanezawa: e, tochigi: e, tsuga: e, ujiie: e, utsunomiya: e, yaita: e }], tokushima: [1, { aizumi: e, anan: e, ichiba: e, itano: e, kainan: e, komatsushima: e, matsushige: e, mima: e, minami: e, miyoshi: e, mugi: e, nakagawa: e, naruto: e, sanagochi: e, shishikui: e, tokushima: e, wajiki: e }], tokyo: [1, { adachi: e, akiruno: e, akishima: e, aogashima: e, arakawa: e, bunkyo: e, chiyoda: e, chofu: e, chuo: e, edogawa: e, fuchu: e, fussa: e, hachijo: e, hachioji: e, hamura: e, higashikurume: e, higashimurayama: e, higashiyamato: e, hino: e, hinode: e, hinohara: e, inagi: e, itabashi: e, katsushika: e, kita: e, kiyose: e, kodaira: e, koganei: e, kokubunji: e, komae: e, koto: e, kouzushima: e, kunitachi: e, machida: e, meguro: e, minato: e, mitaka: e, mizuho: e, musashimurayama: e, musashino: e, nakano: e, nerima: e, ogasawara: e, okutama: e, ome: e, oshima: e, ota: e, setagaya: e, shibuya: e, shinagawa: e, shinjuku: e, suginami: e, sumida: e, tachikawa: e, taito: e, tama: e, toshima: e }], tottori: [1, { chizu: e, hino: e, kawahara: e, koge: e, kotoura: e, misasa: e, nanbu: e, nichinan: e, sakaiminato: e, tottori: e, wakasa: e, yazu: e, yonago: e }], toyama: [1, { asahi: e, fuchu: e, fukumitsu: e, funahashi: e, himi: e, imizu: e, inami: e, johana: e, kamiichi: e, kurobe: e, nakaniikawa: e, namerikawa: e, nanto: e, nyuzen: e, oyabe: e, taira: e, takaoka: e, tateyama: e, toga: e, tonami: e, toyama: e, unazuki: e, uozu: e, yamada: e }], wakayama: [1, { arida: e, aridagawa: e, gobo: e, hashimoto: e, hidaka: e, hirogawa: e, inami: e, iwade: e, kainan: e, kamitonda: e, katsuragi: e, kimino: e, kinokawa: e, kitayama: e, koya: e, koza: e, kozagawa: e, kudoyama: e, kushimoto: e, mihama: e, misato: e, nachikatsuura: e, shingu: e, shirahama: e, taiji: e, tanabe: e, wakayama: e, yuasa: e, yura: e }], yamagata: [1, { asahi: e, funagata: e, higashine: e, iide: e, kahoku: e, kaminoyama: e, kaneyama: e, kawanishi: e, mamurogawa: e, mikawa: e, murayama: e, nagai: e, nakayama: e, nanyo: e, nishikawa: e, obanazawa: e, oe: e, oguni: e, ohkura: e, oishida: e, sagae: e, sakata: e, sakegawa: e, shinjo: e, shirataka: e, shonai: e, takahata: e, tendo: e, tozawa: e, tsuruoka: e, yamagata: e, yamanobe: e, yonezawa: e, yuza: e }], yamaguchi: [1, { abu: e, hagi: e, hikari: e, hofu: e, iwakuni: e, kudamatsu: e, mitou: e, nagato: e, oshima: e, shimonoseki: e, shunan: e, tabuse: e, tokuyama: e, toyota: e, ube: e, yuu: e }], yamanashi: [1, { chuo: e, doshi: e, fuefuki: e, fujikawa: e, fujikawaguchiko: e, fujiyoshida: e, hayakawa: e, hokuto: e, ichikawamisato: e, kai: e, kofu: e, koshu: e, kosuge: e, "minami-alps": e, minobu: e, nakamichi: e, nanbu: e, narusawa: e, nirasaki: e, nishikatsura: e, oshino: e, otsuki: e, showa: e, tabayama: e, tsuru: e, uenohara: e, yamanakako: e, yamanashi: e }], "xn--ehqz56n": e, 三重: e, "xn--1lqs03n": e, 京都: e, "xn--qqqt11m": e, 佐賀: e, "xn--f6qx53a": e, 兵庫: e, "xn--djrs72d6uy": e, 北海道: e, "xn--mkru45i": e, 千葉: e, "xn--0trq7p7nn": e, 和歌山: e, "xn--5js045d": e, 埼玉: e, "xn--kbrq7o": e, 大分: e, "xn--pssu33l": e, 大阪: e, "xn--ntsq17g": e, 奈良: e, "xn--uisz3g": e, 宮城: e, "xn--6btw5a": e, 宮崎: e, "xn--1ctwo": e, 富山: e, "xn--6orx2r": e, 山口: e, "xn--rht61e": e, 山形: e, "xn--rht27z": e, 山梨: e, "xn--nit225k": e, 岐阜: e, "xn--rht3d": e, 岡山: e, "xn--djty4k": e, 岩手: e, "xn--klty5x": e, 島根: e, "xn--kltx9a": e, 広島: e, "xn--kltp7d": e, 徳島: e, "xn--c3s14m": e, 愛媛: e, "xn--vgu402c": e, 愛知: e, "xn--efvn9s": e, 新潟: e, "xn--1lqs71d": e, 東京: e, "xn--4pvxs": e, 栃木: e, "xn--uuwu58a": e, 沖縄: e, "xn--zbx025d": e, 滋賀: e, "xn--8pvr4u": e, 熊本: e, "xn--5rtp49c": e, 石川: e, "xn--ntso0iqx3a": e, 神奈川: e, "xn--elqq16h": e, 福井: e, "xn--4it168d": e, 福岡: e, "xn--klt787d": e, 福島: e, "xn--rny31h": e, 秋田: e, "xn--7t0a264c": e, 群馬: e, "xn--uist22h": e, 茨城: e, "xn--8ltr62k": e, 長崎: e, "xn--2m4a15e": e, 長野: e, "xn--32vp30h": e, 青森: e, "xn--4it797k": e, 静岡: e, "xn--5rtq34k": e, 香川: e, "xn--k7yn95e": e, 高知: e, "xn--tor131o": e, 鳥取: e, "xn--d5qv7z876c": e, 鹿児島: e, kawasaki: _, kitakyushu: _, kobe: _, nagoya: _, sapporo: _, sendai: _, yokohama: _, buyshop: a, fashionstore: a, handcrafted: a, kawaiishop: a, supersale: a, theshop: a, "0am": a, "0g0": a, "0j0": a, "0t0": a, mydns: a, pgw: a, wjg: a, usercontent: a, angry: a, babyblue: a, babymilk: a, backdrop: a, bambina: a, bitter: a, blush: a, boo: a, boy: a, boyfriend: a, but: a, candypop: a, capoo: a, catfood: a, cheap: a, chicappa: a, chillout: a, chips: a, chowder: a, chu: a, ciao: a, cocotte: a, coolblog: a, cranky: a, cutegirl: a, daa: a, deca: a, deci: a, digick: a, egoism: a, fakefur: a, fem: a, flier: a, floppy: a, fool: a, frenchkiss: a, girlfriend: a, girly: a, gloomy: a, gonna: a, greater: a, hacca: a, heavy: a, her: a, hiho: a, hippy: a, holy: a, hungry: a, icurus: a, itigo: a, jellybean: a, kikirara: a, kill: a, kilo: a, kuron: a, littlestar: a, lolipopmc: a, lolitapunk: a, lomo: a, lovepop: a, lovesick: a, main: a, mods: a, mond: a, mongolian: a, moo: a, namaste: a, nikita: a, nobushi: a, noor: a, oops: a, parallel: a, parasite: a, pecori: a, peewee: a, penne: a, pepper: a, perma: a, pigboat: a, pinoko: a, punyu: a, pupu: a, pussycat: a, pya: a, raindrop: a, readymade: a, sadist: a, schoolbus: a, secret: a, staba: a, stripper: a, sub: a, sunnyday: a, thick: a, tonkotsu: a, under: a, upper: a, velvet: a, verse: a, versus: a, vivian: a, watson: a, weblike: a, whitesnow: a, zombie: a, hateblo: a, hatenablog: a, hatenadiary: a, "2-d": a, bona: a, crap: a, daynight: a, eek: a, flop: a, halfmoon: a, jeez: a, matrix: a, mimoza: a, netgamers: a, nyanta: a, o0o0: a, rdy: a, rgr: a, rulez: a, sakurastorage: [0, { isk01: Ze, isk02: Ze }], saloon: a, sblo: a, skr: a, tank: a, "uh-oh": a, undo: a, webaccel: [0, { rs: a, user: a }], websozai: a, xii: a }], ke: [1, { ac: e, co: e, go: e, info: e, me: e, mobi: e, ne: e, or: e, sc: e }], kg: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, us: a, xx: a, ae: a }], kh: _, ki: za, km: [1, { ass: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e, tm: e, asso: e, coop: e, gouv: e, medecin: e, notaires: e, pharmaciens: e, presse: e, veterinaire: e }], kn: [1, { edu: e, gov: e, net: e, org: e }], kp: [1, { com: e, edu: e, gov: e, org: e, rep: e, tra: e }], kr: [1, { ac: e, ai: e, co: e, es: e, go: e, hs: e, io: e, it: e, kg: e, me: e, mil: e, ms: e, ne: e, or: e, pe: e, re: e, sc: e, busan: e, chungbuk: e, chungnam: e, daegu: e, daejeon: e, gangwon: e, gwangju: e, gyeongbuk: e, gyeonggi: e, gyeongnam: e, incheon: e, jeju: e, jeonbuk: e, jeonnam: e, seoul: e, ulsan: e, c01: a, "eliv-api": a, "eliv-cdn": a, "eliv-dns": a, mmv: a, vki: a }], kw: [1, { com: e, edu: e, emb: e, gov: e, ind: e, net: e, org: e }], ky: Te, kz: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, jcloud: a }], la: [1, { com: e, edu: e, gov: e, info: e, int: e, net: e, org: e, per: e, bnr: a }], lb: n, lc: [1, { co: e, com: e, edu: e, gov: e, net: e, org: e, oy: a }], li: e, lk: [1, { ac: e, assn: e, com: e, edu: e, gov: e, grp: e, hotel: e, int: e, ltd: e, net: e, ngo: e, org: e, sch: e, soc: e, web: e }], lr: n, ls: [1, { ac: e, biz: e, co: e, edu: e, gov: e, info: e, net: e, org: e, sc: e }], lt: c, lu: [1, { "123website": a }], lv: [1, { asn: e, com: e, conf: e, edu: e, gov: e, id: e, mil: e, net: e, org: e }], ly: [1, { com: e, edu: e, gov: e, id: e, med: e, net: e, org: e, plc: e, sch: e }], ma: [1, { ac: e, co: e, gov: e, net: e, org: e, press: e }], mc: [1, { asso: e, tm: e }], md: [1, { ir: a }], me: [1, { ac: e, co: e, edu: e, gov: e, its: e, net: e, org: e, priv: e, c66: a, craft: a, edgestack: a, filegear: a, "filegear-sg": a, lohmus: a, barsy: a, mcdir: a, brasilia: a, ddns: a, dnsfor: a, hopto: a, loginto: a, noip: a, webhop: a, soundcast: a, tcp4: a, vp4: a, diskstation: a, dscloud: a, i234: a, myds: a, synology: a, transip: Xe, nohost: a }], mg: [1, { co: e, com: e, edu: e, gov: e, mil: e, nom: e, org: e, prd: e }], mh: e, mil: e, mk: [1, { com: e, edu: e, gov: e, inf: e, name: e, net: e, org: e }], ml: [1, { ac: e, art: e, asso: e, com: e, edu: e, gouv: e, gov: e, info: e, inst: e, net: e, org: e, pr: e, presse: e }], mm: _, mn: [1, { edu: e, gov: e, org: e, nyc: a }], mo: n, mobi: [1, { barsy: a, dscloud: a }], mp: [1, { ju: a }], mq: e, mr: c, ms: [1, { com: e, edu: e, gov: e, net: e, org: e, minisite: a }], mt: Te, mu: [1, { ac: e, co: e, com: e, gov: e, net: e, or: e, org: e }], museum: e, mv: [1, { aero: e, biz: e, com: e, coop: e, edu: e, gov: e, info: e, int: e, mil: e, museum: e, name: e, net: e, org: e, pro: e }], mw: [1, { ac: e, biz: e, co: e, com: e, coop: e, edu: e, gov: e, int: e, net: e, org: e }], mx: [1, { com: e, edu: e, gob: e, net: e, org: e }], my: [1, { biz: e, com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e }], mz: [1, { ac: e, adv: e, co: e, edu: e, gov: e, mil: e, net: e, org: e }], na: [1, { alt: e, co: e, com: e, gov: e, net: e, org: e }], name: [1, { her: Ia, his: Ia, ispmanager: a, keenetic: a }], nc: [1, { asso: e, nom: e }], ne: e, net: [1, { adobeaemcloud: a, "adobeio-static": a, adobeioruntime: a, akadns: a, akamai: a, "akamai-staging": a, akamaiedge: a, "akamaiedge-staging": a, akamaihd: a, "akamaihd-staging": a, akamaiorigin: a, "akamaiorigin-staging": a, akamaized: a, "akamaized-staging": a, edgekey: a, "edgekey-staging": a, edgesuite: a, "edgesuite-staging": a, alwaysdata: a, myamaze: a, cloudfront: a, appudo: a, "atlassian-dev": [0, { prod: be }], myfritz: a, shopselect: a, blackbaudcdn: a, boomla: a, bplaced: a, square7: a, cdn77: [0, { r: a }], "cdn77-ssl": a, gb: a, hu: a, jp: a, se: a, uk: a, clickrising: a, "ddns-ip": a, "dns-cloud": a, "dns-dynamic": a, cloudaccess: a, cloudflare: [2, { cdn: a }], cloudflareanycast: be, cloudflarecn: be, cloudflareglobal: be, ctfcloud: a, "feste-ip": a, "knx-server": a, "static-access": a, cryptonomic: t, dattolocal: a, mydatto: a, debian: a, definima: a, deno: a, icp: t, de5: a, "at-band-camp": a, blogdns: a, "broke-it": a, buyshouses: a, dnsalias: a, dnsdojo: a, "does-it": a, dontexist: a, dynalias: a, dynathome: a, endofinternet: a, "from-az": a, "from-co": a, "from-la": a, "from-ny": a, "gets-it": a, "ham-radio-op": a, homeftp: a, homeip: a, homelinux: a, homeunix: a, "in-the-band": a, "is-a-chef": a, "is-a-geek": a, "isa-geek": a, "kicks-ass": a, "office-on-the": a, podzone: a, "scrapper-site": a, selfip: a, "sells-it": a, servebbs: a, serveftp: a, thruhere: a, webhop: a, casacam: a, dynu: a, dynuddns: a, mysynology: a, opik: a, spryt: a, dynv6: a, twmail: a, ru: a, channelsdvr: [2, { u: a }], fastly: [0, { freetls: a, map: a, prod: [0, { a, global: a }], ssl: [0, { a, b: a, global: a }] }], fastlylb: [2, { map: a }], "keyword-on": a, "live-on": a, "server-on": a, "cdn-edges": a, heteml: a, cloudfunctions: a, "grafana-dev": a, iobb: a, moonscale: a, "in-dsl": a, "in-vpn": a, oninferno: a, botdash: a, "apps-1and1": a, ipifony: a, cloudjiffy: [2, { "fra1-de": a, "west1-us": a }], elastx: [0, { "jls-sto1": a, "jls-sto2": a, "jls-sto3": a }], massivegrid: [0, { paas: [0, { "fr-1": a, "lon-1": a, "lon-2": a, "ny-1": a, "ny-2": a, "sg-1": a }] }], saveincloud: [0, { jelastic: a, "nordeste-idc": a }], scaleforce: Ye, kinghost: a, uni5: a, krellian: a, ggff: a, localto: t, barsy: a, luyani: a, memset: a, "azure-api": a, "azure-mobile": a, azureedge: a, azurefd: a, azurestaticapps: [2, { 1: a, 2: a, 3: a, 4: a, 5: a, 6: a, 7: a, centralus: a, eastasia: a, eastus2: a, westeurope: a, westus2: a }], azurewebsites: a, cloudapp: a, trafficmanager: a, usgovcloudapi: Oa, usgovcloudapp: a, usgovtrafficmanager: a, windows: Oa, mynetname: [0, { sn: a }], routingthecloud: a, bounceme: a, ddns: a, "eating-organic": a, mydissent: a, myeffect: a, mymediapc: a, mypsx: a, mysecuritycamera: a, nhlfan: a, "no-ip": a, pgafan: a, privatizehealthinsurance: a, redirectme: a, serveblog: a, serveminecraft: a, sytes: a, dnsup: a, hicam: a, "now-dns": a, ownip: a, vpndns: a, cloudycluster: a, ovh: [0, { hosting: t, webpaas: t }], rackmaze: a, myradweb: a, in: a, "subsc-pay": a, squares: a, schokokeks: a, "firewall-gateway": a, seidat: a, senseering: a, siteleaf: a, mafelo: a, myspreadshop: a, "vps-host": [2, { jelastic: [0, { atl: a, njs: a, ric: a }] }], srcf: [0, { soc: a, user: a }], supabase: a, dsmynas: a, familyds: a, ts: [2, { c: t }], torproject: [2, { pages: a }], tunnelmole: a, vusercontent: a, "reserve-online": a, localcert: a, "community-pro": a, meinforum: a, yandexcloud: [2, { storage: a, website: a }], za: a, zabc: a }], nf: [1, { arts: e, com: e, firm: e, info: e, net: e, other: e, per: e, rec: e, store: e, web: e }], ng: [1, { com: e, edu: e, gov: e, i: e, mil: e, mobi: e, name: e, net: e, org: e, sch: e, biz: [2, { co: a, dl: a, go: a, lg: a, on: a }], col: a, firm: a, gen: a, ltd: a, ngo: a, plc: a }], ni: [1, { ac: e, biz: e, co: e, com: e, edu: e, gob: e, in: e, info: e, int: e, mil: e, net: e, nom: e, org: e, web: e }], nl: [1, { co: a, "hosting-cluster": a, gov: a, khplay: a, "123website": a, myspreadshop: a, transurl: t, cistron: a, demon: a }], no: [1, { fhs: e, folkebibl: e, fylkesbibl: e, idrett: e, museum: e, priv: e, vgs: e, dep: e, herad: e, kommune: e, mil: e, stat: e, aa: L, ah: L, bu: L, fm: L, hl: L, hm: L, "jan-mayen": L, mr: L, nl: L, nt: L, of: L, ol: L, oslo: L, rl: L, sf: L, st: L, svalbard: L, tm: L, tr: L, va: L, vf: L, akrehamn: e, "xn--krehamn-dxa": e, åkrehamn: e, algard: e, "xn--lgrd-poac": e, ålgård: e, arna: e, bronnoysund: e, "xn--brnnysund-m8ac": e, brønnøysund: e, brumunddal: e, bryne: e, drobak: e, "xn--drbak-wua": e, drøbak: e, egersund: e, fetsund: e, floro: e, "xn--flor-jra": e, florø: e, fredrikstad: e, hokksund: e, honefoss: e, "xn--hnefoss-q1a": e, hønefoss: e, jessheim: e, jorpeland: e, "xn--jrpeland-54a": e, jørpeland: e, kirkenes: e, kopervik: e, krokstadelva: e, langevag: e, "xn--langevg-jxa": e, langevåg: e, leirvik: e, mjondalen: e, "xn--mjndalen-64a": e, mjøndalen: e, "mo-i-rana": e, mosjoen: e, "xn--mosjen-eya": e, mosjøen: e, nesoddtangen: e, orkanger: e, osoyro: e, "xn--osyro-wua": e, osøyro: e, raholt: e, "xn--rholt-mra": e, råholt: e, sandnessjoen: e, "xn--sandnessjen-ogb": e, sandnessjøen: e, skedsmokorset: e, slattum: e, spjelkavik: e, stathelle: e, stavern: e, stjordalshalsen: e, "xn--stjrdalshalsen-sqb": e, stjørdalshalsen: e, tananger: e, tranby: e, vossevangen: e, aarborte: e, aejrie: e, afjord: e, "xn--fjord-lra": e, åfjord: e, agdenes: e, akershus: Ra, aknoluokta: e, "xn--koluokta-7ya57h": e, ákŋoluokta: e, al: e, "xn--l-1fa": e, ål: e, alaheadju: e, "xn--laheadju-7ya": e, álaheadju: e, alesund: e, "xn--lesund-hua": e, ålesund: e, alstahaug: e, alta: e, "xn--lt-liac": e, áltá: e, alvdal: e, amli: e, "xn--mli-tla": e, åmli: e, amot: e, "xn--mot-tla": e, åmot: e, andasuolo: e, andebu: e, andoy: e, "xn--andy-ira": e, andøy: e, ardal: e, "xn--rdal-poa": e, årdal: e, aremark: e, arendal: e, "xn--s-1fa": e, ås: e, aseral: e, "xn--seral-lra": e, åseral: e, asker: e, askim: e, askoy: e, "xn--asky-ira": e, askøy: e, askvoll: e, asnes: e, "xn--snes-poa": e, åsnes: e, audnedaln: e, aukra: e, aure: e, aurland: e, "aurskog-holand": e, "xn--aurskog-hland-jnb": e, "aurskog-høland": e, austevoll: e, austrheim: e, averoy: e, "xn--avery-yua": e, averøy: e, badaddja: e, "xn--bdddj-mrabd": e, bådåddjå: e, "xn--brum-voa": e, bærum: e, bahcavuotna: e, "xn--bhcavuotna-s4a": e, báhcavuotna: e, bahccavuotna: e, "xn--bhccavuotna-k7a": e, báhccavuotna: e, baidar: e, "xn--bidr-5nac": e, báidár: e, bajddar: e, "xn--bjddar-pta": e, bájddar: e, balat: e, "xn--blt-elab": e, bálát: e, balestrand: e, ballangen: e, balsfjord: e, bamble: e, bardu: e, barum: e, batsfjord: e, "xn--btsfjord-9za": e, båtsfjord: e, bearalvahki: e, "xn--bearalvhki-y4a": e, bearalváhki: e, beardu: e, beiarn: e, berg: e, bergen: e, berlevag: e, "xn--berlevg-jxa": e, berlevåg: e, bievat: e, "xn--bievt-0qa": e, bievát: e, bindal: e, birkenes: e, bjerkreim: e, bjugn: e, bodo: e, "xn--bod-2na": e, bodø: e, bokn: e, bomlo: e, "xn--bmlo-gra": e, bømlo: e, bremanger: e, bronnoy: e, "xn--brnny-wuac": e, brønnøy: e, budejju: e, buskerud: Ra, bygland: e, bykle: e, cahcesuolo: e, "xn--hcesuolo-7ya35b": e, čáhcesuolo: e, davvenjarga: e, "xn--davvenjrga-y4a": e, davvenjárga: e, davvesiida: e, deatnu: e, dielddanuorri: e, divtasvuodna: e, divttasvuotna: e, donna: e, "xn--dnna-gra": e, dønna: e, dovre: e, drammen: e, drangedal: e, dyroy: e, "xn--dyry-ira": e, dyrøy: e, eid: e, eidfjord: e, eidsberg: e, eidskog: e, eidsvoll: e, eigersund: e, elverum: e, enebakk: e, engerdal: e, etne: e, etnedal: e, evenassi: e, "xn--eveni-0qa01ga": e, evenášši: e, evenes: e, "evje-og-hornnes": e, farsund: e, fauske: e, fedje: e, fet: e, finnoy: e, "xn--finny-yua": e, finnøy: e, fitjar: e, fjaler: e, fjell: e, fla: e, "xn--fl-zia": e, flå: e, flakstad: e, flatanger: e, flekkefjord: e, flesberg: e, flora: e, folldal: e, forde: e, "xn--frde-gra": e, førde: e, forsand: e, fosnes: e, "xn--frna-woa": e, fræna: e, frana: e, frei: e, frogn: e, froland: e, frosta: e, froya: e, "xn--frya-hra": e, frøya: e, fuoisku: e, fuossko: e, fusa: e, fyresdal: e, gaivuotna: e, "xn--givuotna-8ya": e, gáivuotna: e, galsa: e, "xn--gls-elac": e, gálsá: e, gamvik: e, gangaviika: e, "xn--ggaviika-8ya47h": e, gáŋgaviika: e, gaular: e, gausdal: e, giehtavuoatna: e, gildeskal: e, "xn--gildeskl-g0a": e, gildeskål: e, giske: e, gjemnes: e, gjerdrum: e, gjerstad: e, gjesdal: e, gjovik: e, "xn--gjvik-wua": e, gjøvik: e, gloppen: e, gol: e, gran: e, grane: e, granvin: e, gratangen: e, grimstad: e, grong: e, grue: e, gulen: e, guovdageaidnu: e, ha: e, "xn--h-2fa": e, hå: e, habmer: e, "xn--hbmer-xqa": e, hábmer: e, hadsel: e, "xn--hgebostad-g3a": e, hægebostad: e, hagebostad: e, halden: e, halsa: e, hamar: e, hamaroy: e, hammarfeasta: e, "xn--hmmrfeasta-s4ac": e, hámmárfeasta: e, hammerfest: e, hapmir: e, "xn--hpmir-xqa": e, hápmir: e, haram: e, hareid: e, harstad: e, hasvik: e, hattfjelldal: e, haugesund: e, hedmark: [0, { os: e, valer: e, "xn--vler-qoa": e, våler: e }], hemne: e, hemnes: e, hemsedal: e, hitra: e, hjartdal: e, hjelmeland: e, hobol: e, "xn--hobl-ira": e, hobøl: e, hof: e, hol: e, hole: e, holmestrand: e, holtalen: e, "xn--holtlen-hxa": e, holtålen: e, hordaland: [0, { os: e }], hornindal: e, horten: e, hoyanger: e, "xn--hyanger-q1a": e, høyanger: e, hoylandet: e, "xn--hylandet-54a": e, høylandet: e, hurdal: e, hurum: e, hvaler: e, hyllestad: e, ibestad: e, inderoy: e, "xn--indery-fya": e, inderøy: e, iveland: e, ivgu: e, jevnaker: e, jolster: e, "xn--jlster-bya": e, jølster: e, jondal: e, kafjord: e, "xn--kfjord-iua": e, kåfjord: e, karasjohka: e, "xn--krjohka-hwab49j": e, kárášjohka: e, karasjok: e, karlsoy: e, karmoy: e, "xn--karmy-yua": e, karmøy: e, kautokeino: e, klabu: e, "xn--klbu-woa": e, klæbu: e, klepp: e, kongsberg: e, kongsvinger: e, kraanghke: e, "xn--kranghke-b0a": e, kråanghke: e, kragero: e, "xn--krager-gya": e, kragerø: e, kristiansand: e, kristiansund: e, krodsherad: e, "xn--krdsherad-m8a": e, krødsherad: e, "xn--kvfjord-nxa": e, kvæfjord: e, "xn--kvnangen-k0a": e, kvænangen: e, kvafjord: e, kvalsund: e, kvam: e, kvanangen: e, kvinesdal: e, kvinnherad: e, kviteseid: e, kvitsoy: e, "xn--kvitsy-fya": e, kvitsøy: e, laakesvuemie: e, "xn--lrdal-sra": e, lærdal: e, lahppi: e, "xn--lhppi-xqa": e, láhppi: e, lardal: e, larvik: e, lavagis: e, lavangen: e, leangaviika: e, "xn--leagaviika-52b": e, leaŋgaviika: e, lebesby: e, leikanger: e, leirfjord: e, leka: e, leksvik: e, lenvik: e, lerdal: e, lesja: e, levanger: e, lier: e, lierne: e, lillehammer: e, lillesand: e, lindas: e, "xn--linds-pra": e, lindås: e, lindesnes: e, loabat: e, "xn--loabt-0qa": e, loabát: e, lodingen: e, "xn--ldingen-q1a": e, lødingen: e, lom: e, loppa: e, lorenskog: e, "xn--lrenskog-54a": e, lørenskog: e, loten: e, "xn--lten-gra": e, løten: e, lund: e, lunner: e, luroy: e, "xn--lury-ira": e, lurøy: e, luster: e, lyngdal: e, lyngen: e, malatvuopmi: e, "xn--mlatvuopmi-s4a": e, málatvuopmi: e, malselv: e, "xn--mlselv-iua": e, målselv: e, malvik: e, mandal: e, marker: e, marnardal: e, masfjorden: e, masoy: e, "xn--msy-ula0h": e, måsøy: e, "matta-varjjat": e, "xn--mtta-vrjjat-k7af": e, "mátta-várjjat": e, meland: e, meldal: e, melhus: e, meloy: e, "xn--mely-ira": e, meløy: e, meraker: e, "xn--merker-kua": e, meråker: e, midsund: e, "midtre-gauldal": e, moareke: e, "xn--moreke-jua": e, moåreke: e, modalen: e, modum: e, molde: e, "more-og-romsdal": [0, { heroy: e, sande: e }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": e, sande: e }], "møre-og-romsdal": [0, { herøy: e, sande: e }], moskenes: e, moss: e, muosat: e, "xn--muost-0qa": e, muosát: e, naamesjevuemie: e, "xn--nmesjevuemie-tcba": e, nååmesjevuemie: e, "xn--nry-yla5g": e, nærøy: e, namdalseid: e, namsos: e, namsskogan: e, nannestad: e, naroy: e, narviika: e, narvik: e, naustdal: e, navuotna: e, "xn--nvuotna-hwa": e, návuotna: e, "nedre-eiker": e, nesna: e, nesodden: e, nesseby: e, nesset: e, nissedal: e, nittedal: e, "nord-aurdal": e, "nord-fron": e, "nord-odal": e, norddal: e, nordkapp: e, nordland: [0, { bo: e, "xn--b-5ga": e, bø: e, heroy: e, "xn--hery-ira": e, herøy: e }], "nordre-land": e, nordreisa: e, "nore-og-uvdal": e, notodden: e, notteroy: e, "xn--nttery-byae": e, nøtterøy: e, odda: e, oksnes: e, "xn--ksnes-uua": e, øksnes: e, omasvuotna: e, oppdal: e, oppegard: e, "xn--oppegrd-ixa": e, oppegård: e, orkdal: e, orland: e, "xn--rland-uua": e, ørland: e, orskog: e, "xn--rskog-uua": e, ørskog: e, orsta: e, "xn--rsta-fra": e, ørsta: e, osen: e, osteroy: e, "xn--ostery-fya": e, osterøy: e, ostfold: [0, { valer: e }], "xn--stfold-9xa": [0, { "xn--vler-qoa": e }], østfold: [0, { våler: e }], "ostre-toten": e, "xn--stre-toten-zcb": e, "østre-toten": e, overhalla: e, "ovre-eiker": e, "xn--vre-eiker-k8a": e, "øvre-eiker": e, oyer: e, "xn--yer-zna": e, øyer: e, oygarden: e, "xn--ygarden-p1a": e, øygarden: e, "oystre-slidre": e, "xn--ystre-slidre-ujb": e, "øystre-slidre": e, porsanger: e, porsangu: e, "xn--porsgu-sta26f": e, porsáŋgu: e, porsgrunn: e, rade: e, "xn--rde-ula": e, råde: e, radoy: e, "xn--rady-ira": e, radøy: e, "xn--rlingen-mxa": e, rælingen: e, rahkkeravju: e, "xn--rhkkervju-01af": e, ráhkkerávju: e, raisa: e, "xn--risa-5na": e, ráisa: e, rakkestad: e, ralingen: e, rana: e, randaberg: e, rauma: e, rendalen: e, rennebu: e, rennesoy: e, "xn--rennesy-v1a": e, rennesøy: e, rindal: e, ringebu: e, ringerike: e, ringsaker: e, risor: e, "xn--risr-ira": e, risør: e, rissa: e, roan: e, rodoy: e, "xn--rdy-0nab": e, rødøy: e, rollag: e, romsa: e, romskog: e, "xn--rmskog-bya": e, rømskog: e, roros: e, "xn--rros-gra": e, røros: e, rost: e, "xn--rst-0na": e, røst: e, royken: e, "xn--ryken-vua": e, røyken: e, royrvik: e, "xn--ryrvik-bya": e, røyrvik: e, ruovat: e, rygge: e, salangen: e, salat: e, "xn--slat-5na": e, sálat: e, "xn--slt-elab": e, sálát: e, saltdal: e, samnanger: e, sandefjord: e, sandnes: e, sandoy: e, "xn--sandy-yua": e, sandøy: e, sarpsborg: e, sauda: e, sauherad: e, sel: e, selbu: e, selje: e, seljord: e, siellak: e, sigdal: e, siljan: e, sirdal: e, skanit: e, "xn--sknit-yqa": e, skánit: e, skanland: e, "xn--sknland-fxa": e, skånland: e, skaun: e, skedsmo: e, ski: e, skien: e, skierva: e, "xn--skierv-uta": e, skiervá: e, skiptvet: e, skjak: e, "xn--skjk-soa": e, skjåk: e, skjervoy: e, "xn--skjervy-v1a": e, skjervøy: e, skodje: e, smola: e, "xn--smla-hra": e, smøla: e, snaase: e, "xn--snase-nra": e, snåase: e, snasa: e, "xn--snsa-roa": e, snåsa: e, snillfjord: e, snoasa: e, sogndal: e, sogne: e, "xn--sgne-gra": e, søgne: e, sokndal: e, sola: e, solund: e, somna: e, "xn--smna-gra": e, sømna: e, "sondre-land": e, "xn--sndre-land-0cb": e, "søndre-land": e, songdalen: e, "sor-aurdal": e, "xn--sr-aurdal-l8a": e, "sør-aurdal": e, "sor-fron": e, "xn--sr-fron-q1a": e, "sør-fron": e, "sor-odal": e, "xn--sr-odal-q1a": e, "sør-odal": e, "sor-varanger": e, "xn--sr-varanger-ggb": e, "sør-varanger": e, sorfold: e, "xn--srfold-bya": e, sørfold: e, sorreisa: e, "xn--srreisa-q1a": e, sørreisa: e, sortland: e, sorum: e, "xn--srum-gra": e, sørum: e, spydeberg: e, stange: e, stavanger: e, steigen: e, steinkjer: e, stjordal: e, "xn--stjrdal-s1a": e, stjørdal: e, stokke: e, "stor-elvdal": e, stord: e, stordal: e, storfjord: e, strand: e, stranda: e, stryn: e, sula: e, suldal: e, sund: e, sunndal: e, surnadal: e, sveio: e, svelvik: e, sykkylven: e, tana: e, telemark: [0, { bo: e, "xn--b-5ga": e, bø: e }], time: e, tingvoll: e, tinn: e, tjeldsund: e, tjome: e, "xn--tjme-hra": e, tjøme: e, tokke: e, tolga: e, tonsberg: e, "xn--tnsberg-q1a": e, tønsberg: e, torsken: e, "xn--trna-woa": e, træna: e, trana: e, tranoy: e, "xn--trany-yua": e, tranøy: e, troandin: e, trogstad: e, "xn--trgstad-r1a": e, trøgstad: e, tromsa: e, tromso: e, "xn--troms-zua": e, tromsø: e, trondheim: e, trysil: e, tvedestrand: e, tydal: e, tynset: e, tysfjord: e, tysnes: e, "xn--tysvr-vra": e, tysvær: e, tysvar: e, ullensaker: e, ullensvang: e, ulvik: e, unjarga: e, "xn--unjrga-rta": e, unjárga: e, utsira: e, vaapste: e, vadso: e, "xn--vads-jra": e, vadsø: e, "xn--vry-yla5g": e, værøy: e, vaga: e, "xn--vg-yiab": e, vågå: e, vagan: e, "xn--vgan-qoa": e, vågan: e, vagsoy: e, "xn--vgsy-qoa0j": e, vågsøy: e, vaksdal: e, valle: e, vang: e, vanylven: e, vardo: e, "xn--vard-jra": e, vardø: e, varggat: e, "xn--vrggt-xqad": e, várggát: e, varoy: e, vefsn: e, vega: e, vegarshei: e, "xn--vegrshei-c0a": e, vegårshei: e, vennesla: e, verdal: e, verran: e, vestby: e, vestfold: [0, { sande: e }], vestnes: e, "vestre-slidre": e, "vestre-toten": e, vestvagoy: e, "xn--vestvgy-ixa6o": e, vestvågøy: e, vevelstad: e, vik: e, vikna: e, vindafjord: e, voagat: e, volda: e, voss: e, co: a, "123hjemmeside": a, myspreadshop: a }], np: _, nr: za, nu: [1, { merseine: a, mine: a, shacknet: a, enterprisecloud: a }], nz: [1, { ac: e, co: e, cri: e, geek: e, gen: e, govt: e, health: e, iwi: e, kiwi: e, maori: e, "xn--mori-qsa": e, māori: e, mil: e, net: e, org: e, parliament: e, school: e, cloudns: a }], om: [1, { co: e, com: e, edu: e, gov: e, med: e, museum: e, net: e, org: e, pro: e }], onion: e, org: [1, { altervista: a, pimienta: a, poivron: a, potager: a, sweetpepper: a, cdn77: [0, { c: a, rsc: a }], "cdn77-secure": [0, { origin: [0, { ssl: a }] }], ae: a, cloudns: a, "ip-dynamic": a, ddnss: a, dpdns: a, duckdns: a, tunk: a, blogdns: a, blogsite: a, boldlygoingnowhere: a, dnsalias: a, dnsdojo: a, doesntexist: a, dontexist: a, doomdns: a, dvrdns: a, dynalias: a, dyndns: [2, { go: a, home: a }], endofinternet: a, endoftheinternet: a, "from-me": a, "game-host": a, gotdns: a, "hobby-site": a, homedns: a, homeftp: a, homelinux: a, homeunix: a, "is-a-bruinsfan": a, "is-a-candidate": a, "is-a-celticsfan": a, "is-a-chef": a, "is-a-geek": a, "is-a-knight": a, "is-a-linux-user": a, "is-a-patsfan": a, "is-a-soxfan": a, "is-found": a, "is-lost": a, "is-saved": a, "is-very-bad": a, "is-very-evil": a, "is-very-good": a, "is-very-nice": a, "is-very-sweet": a, "isa-geek": a, "kicks-ass": a, misconfused: a, podzone: a, readmyblog: a, selfip: a, sellsyourhome: a, servebbs: a, serveftp: a, servegame: a, "stuff-4-sale": a, webhop: a, accesscam: a, camdvr: a, freeddns: a, mywire: a, roxa: a, webredirect: a, twmail: a, eu: [2, { al: a, asso: a, at: a, au: a, be: a, bg: a, ca: a, cd: a, ch: a, cn: a, cy: a, cz: a, de: a, dk: a, edu: a, ee: a, es: a, fi: a, fr: a, gr: a, hr: a, hu: a, ie: a, il: a, in: a, int: a, is: a, it: a, jp: a, kr: a, lt: a, lu: a, lv: a, me: a, mk: a, mt: a, my: a, net: a, ng: a, nl: a, no: a, nz: a, pl: a, pt: a, ro: a, ru: a, se: a, si: a, sk: a, tr: a, uk: a, us: a }], fedorainfracloud: a, fedorapeople: a, fedoraproject: [0, { cloud: a, os: We, stg: [0, { os: We }] }], freedesktop: a, hatenadiary: a, hepforge: a, "in-dsl": a, "in-vpn": a, js: a, barsy: a, mayfirst: a, routingthecloud: a, bmoattachments: a, "cable-modem": a, collegefan: a, couchpotatofries: a, hopto: a, mlbfan: a, myftp: a, mysecuritycamera: a, nflfan: a, "no-ip": a, "read-books": a, ufcfan: a, zapto: a, dynserv: a, "now-dns": a, "is-local": a, httpbin: a, pubtls: a, jpn: a, "my-firewall": a, myfirewall: a, spdns: a, "small-web": a, dsmynas: a, familyds: a, teckids: Ze, tuxfamily: a, hk: a, us: a, toolforge: a, wmcloud: [2, { beta: a }], wmflabs: a, za: a }], pa: [1, { abo: e, ac: e, com: e, edu: e, gob: e, ing: e, med: e, net: e, nom: e, org: e, sld: e }], pe: [1, { com: e, edu: e, gob: e, mil: e, net: e, nom: e, org: e }], pf: [1, { com: e, edu: e, org: e }], pg: _, ph: [1, { com: e, edu: e, gov: e, i: e, mil: e, net: e, ngo: e, org: e, cloudns: a }], pk: [1, { ac: e, biz: e, com: e, edu: e, fam: e, gkp: e, gob: e, gog: e, gok: e, gop: e, gos: e, gov: e, net: e, org: e, web: e }], pl: [1, { com: e, net: e, org: e, agro: e, aid: e, atm: e, auto: e, biz: e, edu: e, gmina: e, gsm: e, info: e, mail: e, media: e, miasta: e, mil: e, nieruchomosci: e, nom: e, pc: e, powiat: e, priv: e, realestate: e, rel: e, sex: e, shop: e, sklep: e, sos: e, szkola: e, targi: e, tm: e, tourism: e, travel: e, turystyka: e, gov: [1, { ap: e, griw: e, ic: e, is: e, kmpsp: e, konsulat: e, kppsp: e, kwp: e, kwpsp: e, mup: e, mw: e, oia: e, oirm: e, oke: e, oow: e, oschr: e, oum: e, pa: e, pinb: e, piw: e, po: e, pr: e, psp: e, psse: e, pup: e, rzgw: e, sa: e, sdn: e, sko: e, so: e, sr: e, starostwo: e, ug: e, ugim: e, um: e, umig: e, upow: e, uppo: e, us: e, uw: e, uzs: e, wif: e, wiih: e, winb: e, wios: e, witd: e, wiw: e, wkz: e, wsa: e, wskr: e, wsse: e, wuoz: e, wzmiuw: e, zp: e, zpisdn: e }], augustow: e, "babia-gora": e, bedzin: e, beskidy: e, bialowieza: e, bialystok: e, bielawa: e, bieszczady: e, boleslawiec: e, bydgoszcz: e, bytom: e, cieszyn: e, czeladz: e, czest: e, dlugoleka: e, elblag: e, elk: e, glogow: e, gniezno: e, gorlice: e, grajewo: e, ilawa: e, jaworzno: e, "jelenia-gora": e, jgora: e, kalisz: e, karpacz: e, kartuzy: e, kaszuby: e, katowice: e, "kazimierz-dolny": e, kepno: e, ketrzyn: e, klodzko: e, kobierzyce: e, kolobrzeg: e, konin: e, konskowola: e, kutno: e, lapy: e, lebork: e, legnica: e, lezajsk: e, limanowa: e, lomza: e, lowicz: e, lubin: e, lukow: e, malbork: e, malopolska: e, mazowsze: e, mazury: e, mielec: e, mielno: e, mragowo: e, naklo: e, nowaruda: e, nysa: e, olawa: e, olecko: e, olkusz: e, olsztyn: e, opoczno: e, opole: e, ostroda: e, ostroleka: e, ostrowiec: e, ostrowwlkp: e, pila: e, pisz: e, podhale: e, podlasie: e, polkowice: e, pomorskie: e, pomorze: e, prochowice: e, pruszkow: e, przeworsk: e, pulawy: e, radom: e, "rawa-maz": e, rybnik: e, rzeszow: e, sanok: e, sejny: e, skoczow: e, slask: e, slupsk: e, sosnowiec: e, "stalowa-wola": e, starachowice: e, stargard: e, suwalki: e, swidnica: e, swiebodzin: e, swinoujscie: e, szczecin: e, szczytno: e, tarnobrzeg: e, tgory: e, turek: e, tychy: e, ustka: e, walbrzych: e, warmia: e, warszawa: e, waw: e, wegrow: e, wielun: e, wlocl: e, wloclawek: e, wodzislaw: e, wolomin: e, wroclaw: e, zachpomor: e, zagan: e, zarow: e, zgora: e, zgorzelec: e, art: a, gliwice: a, krakow: a, poznan: a, wroc: a, zakopane: a, beep: a, "ecommerce-shop": a, cfolks: a, dfirma: a, dkonto: a, you2: a, shoparena: a, homesklep: a, sdscloud: a, unicloud: a, lodz: a, pabianice: a, plock: a, sieradz: a, skierniewice: a, zgierz: a, krasnik: a, leczna: a, lubartow: a, lublin: a, poniatowa: a, swidnik: a, co: a, torun: a, simplesite: a, myspreadshop: a, gda: a, gdansk: a, gdynia: a, med: a, sopot: a, bielsko: a }], pm: [1, { own: a, name: a }], pn: [1, { co: e, edu: e, gov: e, net: e, org: e }], post: e, pr: [1, { biz: e, com: e, edu: e, gov: e, info: e, isla: e, name: e, net: e, org: e, pro: e, ac: e, est: e, prof: e }], pro: [1, { aaa: e, aca: e, acct: e, avocat: e, bar: e, cpa: e, eng: e, jur: e, law: e, med: e, recht: e, cloudns: a, keenetic: a, barsy: a, ngrok: a }], ps: [1, { com: e, edu: e, gov: e, net: e, org: e, plo: e, sec: e }], pt: [1, { com: e, edu: e, gov: e, int: e, net: e, nome: e, org: e, publ: e, "123paginaweb": a }], pw: [1, { gov: e, cloudns: a, x443: a }], py: [1, { com: e, coop: e, edu: e, gov: e, mil: e, net: e, org: e }], qa: [1, { com: e, edu: e, gov: e, mil: e, name: e, net: e, org: e, sch: e }], re: [1, { asso: e, com: e, netlib: a, can: a }], ro: [1, { arts: e, com: e, firm: e, info: e, nom: e, nt: e, org: e, rec: e, store: e, tm: e, www: e, co: a, shop: a, barsy: a }], rs: [1, { ac: e, co: e, edu: e, gov: e, in: e, org: e, brendly: y, barsy: a, ox: a }], ru: [1, { ac: a, edu: a, gov: a, int: a, mil: a, eurodir: a, adygeya: a, bashkiria: a, bir: a, cbg: a, com: a, dagestan: a, grozny: a, kalmykia: a, kustanai: a, marine: a, mordovia: a, msk: a, mytis: a, nalchik: a, nov: a, pyatigorsk: a, spb: a, vladikavkaz: a, vladimir: a, na4u: a, mircloud: a, myjino: [2, { hosting: t, landing: t, spectrum: t, vps: t }], cldmail: [0, { hb: a }], mcdir: [2, { vps: a }], mcpre: a, net: a, org: a, pp: a, ras: a }], rw: [1, { ac: e, co: e, coop: e, gov: e, mil: e, net: e, org: e }], sa: [1, { com: e, edu: e, gov: e, med: e, net: e, org: e, pub: e, sch: e }], sb: n, sc: n, sd: [1, { com: e, edu: e, gov: e, info: e, med: e, net: e, org: e, tv: e }], se: [1, { a: e, ac: e, b: e, bd: e, brand: e, c: e, d: e, e, f: e, fh: e, fhsk: e, fhv: e, g: e, h: e, i: e, k: e, komforb: e, kommunalforbund: e, komvux: e, l: e, lanbib: e, m: e, n: e, naturbruksgymn: e, o: e, org: e, p: e, parti: e, pp: e, press: e, r: e, s: e, t: e, tm: e, u: e, w: e, x: e, y: e, z: e, com: a, iopsys: a, "123minsida": a, itcouldbewor: a, myspreadshop: a }], sg: [1, { com: e, edu: e, gov: e, net: e, org: e, enscaled: a }], sh: [1, { com: e, gov: e, mil: e, net: e, org: e, hashbang: a, botda: a, lovable: a, platform: [0, { ent: a, eu: a, us: a }], teleport: a, now: a }], si: [1, { f5: a, gitapp: a, gitpage: a }], sj: e, sk: [1, { org: e }], sl: n, sm: e, sn: [1, { art: e, com: e, edu: e, gouv: e, org: e, univ: e }], so: [1, { com: e, edu: e, gov: e, me: e, net: e, org: e, surveys: a }], sr: e, ss: [1, { biz: e, co: e, com: e, edu: e, gov: e, me: e, net: e, org: e, sch: e }], st: [1, { co: e, com: e, consulado: e, edu: e, embaixada: e, mil: e, net: e, org: e, principe: e, saotome: e, store: e, helioho: a, cn: t, kirara: a, noho: a }], su: [1, { abkhazia: a, adygeya: a, aktyubinsk: a, arkhangelsk: a, armenia: a, ashgabad: a, azerbaijan: a, balashov: a, bashkiria: a, bryansk: a, bukhara: a, chimkent: a, dagestan: a, "east-kazakhstan": a, exnet: a, georgia: a, grozny: a, ivanovo: a, jambyl: a, kalmykia: a, kaluga: a, karacol: a, karaganda: a, karelia: a, khakassia: a, krasnodar: a, kurgan: a, kustanai: a, lenug: a, mangyshlak: a, mordovia: a, msk: a, murmansk: a, nalchik: a, navoi: a, "north-kazakhstan": a, nov: a, obninsk: a, penza: a, pokrovsk: a, sochi: a, spb: a, tashkent: a, termez: a, togliatti: a, troitsk: a, tselinograd: a, tula: a, tuva: a, vladikavkaz: a, vladimir: a, vologda: a }], sv: [1, { com: e, edu: e, gob: e, org: e, red: e }], sx: c, sy: s, sz: [1, { ac: e, co: e, org: e }], tc: e, td: e, tel: e, tf: [1, { sch: a }], tg: e, th: [1, { ac: e, co: e, go: e, in: e, mi: e, net: e, or: e, online: a, shop: a }], tj: [1, { ac: e, biz: e, co: e, com: e, edu: e, go: e, gov: e, int: e, mil: e, name: e, net: e, nic: e, org: e, test: e, web: e }], tk: e, tl: c, tm: [1, { co: e, com: e, edu: e, gov: e, mil: e, net: e, nom: e, org: e }], tn: [1, { com: e, ens: e, fin: e, gov: e, ind: e, info: e, intl: e, mincom: e, nat: e, net: e, org: e, perso: e, tourism: e, orangecloud: a }], to: [1, { 611: a, com: e, edu: e, gov: e, mil: e, net: e, org: e, oya: a, x0: a, quickconnect: Z, vpnplus: a, nett: a }], tr: [1, { av: e, bbs: e, bel: e, biz: e, com: e, dr: e, edu: e, gen: e, gov: e, info: e, k12: e, kep: e, mil: e, name: e, net: e, org: e, pol: e, tel: e, tsk: e, tv: e, web: e, nc: c }], tt: [1, { biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, name: e, net: e, org: e, pro: e }], tv: [1, { "better-than": a, dyndns: a, "on-the-web": a, "worse-than": a, from: a, sakura: a }], tw: [1, { club: e, com: [1, { mymailer: a }], ebiz: e, edu: e, game: e, gov: e, idv: e, mil: e, net: e, org: e, url: a, mydns: a }], tz: [1, { ac: e, co: e, go: e, hotel: e, info: e, me: e, mil: e, mobi: e, ne: e, or: e, sc: e, tv: e }], ua: [1, { com: e, edu: e, gov: e, in: e, net: e, org: e, cherkassy: e, cherkasy: e, chernigov: e, chernihiv: e, chernivtsi: e, chernovtsy: e, ck: e, cn: e, cr: e, crimea: e, cv: e, dn: e, dnepropetrovsk: e, dnipropetrovsk: e, donetsk: e, dp: e, if: e, "ivano-frankivsk": e, kh: e, kharkiv: e, kharkov: e, kherson: e, khmelnitskiy: e, khmelnytskyi: e, kiev: e, kirovograd: e, km: e, kr: e, kropyvnytskyi: e, krym: e, ks: e, kv: e, kyiv: e, lg: e, lt: e, lugansk: e, luhansk: e, lutsk: e, lv: e, lviv: e, mk: e, mykolaiv: e, nikolaev: e, od: e, odesa: e, odessa: e, pl: e, poltava: e, rivne: e, rovno: e, rv: e, sb: e, sebastopol: e, sevastopol: e, sm: e, sumy: e, te: e, ternopil: e, uz: e, uzhgorod: e, uzhhorod: e, vinnica: e, vinnytsia: e, vn: e, volyn: e, yalta: e, zakarpattia: e, zaporizhzhe: e, zaporizhzhia: e, zhitomir: e, zhytomyr: e, zp: e, zt: e, cc: a, inf: a, ltd: a, cx: a, biz: a, co: a, pp: a, v: a }], ug: [1, { ac: e, co: e, com: e, edu: e, go: e, gov: e, mil: e, ne: e, or: e, org: e, sc: e, us: e }], uk: [1, { ac: e, co: [1, { bytemark: [0, { dh: a, vm: a }], layershift: Ye, barsy: a, barsyonline: a, retrosnub: ja, "nh-serv": a, "no-ip": a, adimo: a, myspreadshop: a }], gov: [1, { api: a, campaign: a, service: a }], ltd: e, me: e, net: e, nhs: e, org: [1, { glug: a, lug: a, lugs: a, affinitylottery: a, raffleentry: a, weeklylottery: a }], plc: e, police: e, sch: _, conn: a, copro: a, hosp: a, "independent-commission": a, "independent-inquest": a, "independent-inquiry": a, "independent-panel": a, "independent-review": a, "public-inquiry": a, "royal-commission": a, pymnt: a, barsy: a, nimsite: a, oraclegovcloudapps: t }], us: [1, { dni: e, isa: e, nsn: e, ak: x, al: x, ar: x, as: x, az: x, ca: x, co: x, ct: x, dc: x, de: Aa, fl: x, ga: x, gu: x, hi: ze, ia: x, id: x, il: x, in: x, ks: x, ky: x, la: x, ma: [1, { k12: [1, { chtr: e, paroch: e, pvt: e }], cc: e, lib: e }], md: x, me: x, mi: [1, { k12: e, cc: e, lib: e, "ann-arbor": e, cog: e, dst: e, eaton: e, gen: e, mus: e, tec: e, washtenaw: e }], mn: x, mo: x, ms: [1, { k12: e, cc: e }], mt: x, nc: x, nd: ze, ne: x, nh: x, nj: x, nm: x, nv: x, ny: x, oh: x, ok: x, or: x, pa: x, pr: x, ri: ze, sc: x, sd: ze, tn: x, tx: x, ut: x, va: x, vi: x, vt: x, wa: x, wi: x, wv: Aa, wy: x, cloudns: a, "is-by": a, "land-4-sale": a, "stuff-4-sale": a, heliohost: a, enscaled: [0, { phx: a }], mircloud: a, "azure-api": a, azurewebsites: a, ngo: a, golffan: a, noip: a, pointto: a, freeddns: a, srv: [2, { gh: a, gl: a }], servername: a }], uy: [1, { com: e, edu: e, gub: e, mil: e, net: e, org: e, gv: a }], uz: [1, { co: e, com: e, net: e, org: e }], va: e, vc: [1, { com: e, edu: e, gov: e, mil: e, net: e, org: e, gv: [2, { d: a }], "0e": t, mydns: a }], ve: [1, { arts: e, bib: e, co: e, com: e, e12: e, edu: e, emprende: e, firm: e, gob: e, gov: e, ia: e, info: e, int: e, mil: e, net: e, nom: e, org: e, rar: e, rec: e, store: e, tec: e, web: e }], vg: [1, { edu: e }], vi: [1, { co: e, com: e, k12: e, net: e, org: e }], vn: [1, { ac: e, ai: e, biz: e, com: e, edu: e, gov: e, health: e, id: e, info: e, int: e, io: e, name: e, net: e, org: e, pro: e, angiang: e, bacgiang: e, backan: e, baclieu: e, bacninh: e, "baria-vungtau": e, bentre: e, binhdinh: e, binhduong: e, binhphuoc: e, binhthuan: e, camau: e, cantho: e, caobang: e, daklak: e, daknong: e, danang: e, dienbien: e, dongnai: e, dongthap: e, gialai: e, hagiang: e, haiduong: e, haiphong: e, hanam: e, hanoi: e, hatinh: e, haugiang: e, hoabinh: e, hungyen: e, khanhhoa: e, kiengiang: e, kontum: e, laichau: e, lamdong: e, langson: e, laocai: e, longan: e, namdinh: e, nghean: e, ninhbinh: e, ninhthuan: e, phutho: e, phuyen: e, quangbinh: e, quangnam: e, quangngai: e, quangninh: e, quangtri: e, soctrang: e, sonla: e, tayninh: e, thaibinh: e, thainguyen: e, thanhhoa: e, thanhphohochiminh: e, thuathienhue: e, tiengiang: e, travinh: e, tuyenquang: e, vinhlong: e, vinhphuc: e, yenbai: e }], vu: Te, wf: [1, { biz: a, sch: a }], ws: [1, { com: e, edu: e, gov: e, net: e, org: e, advisor: t, cloud66: a, dyndns: a, mypets: a }], yt: [1, { org: a }], "xn--mgbaam7a8h": e, امارات: e, "xn--y9a3aq": e, հայ: e, "xn--54b7fta0cc": e, বাংলা: e, "xn--90ae": e, бг: e, "xn--mgbcpq6gpa1a": e, البحرين: e, "xn--90ais": e, бел: e, "xn--fiqs8s": e, 中国: e, "xn--fiqz9s": e, 中國: e, "xn--lgbbat1ad8j": e, الجزائر: e, "xn--wgbh1c": e, مصر: e, "xn--e1a4c": e, ею: e, "xn--qxa6a": e, ευ: e, "xn--mgbah1a3hjkrd": e, موريتانيا: e, "xn--node": e, გე: e, "xn--qxam": e, ελ: e, "xn--j6w193g": [1, { "xn--gmqw5a": e, "xn--55qx5d": e, "xn--mxtq1m": e, "xn--wcvs22d": e, "xn--uc0atv": e, "xn--od0alg": e }], 香港: [1, { 個人: e, 公司: e, 政府: e, 教育: e, 組織: e, 網絡: e }], "xn--2scrj9c": e, ಭಾರತ: e, "xn--3hcrj9c": e, ଭାରତ: e, "xn--45br5cyl": e, ভাৰত: e, "xn--h2breg3eve": e, भारतम्: e, "xn--h2brj9c8c": e, भारोत: e, "xn--mgbgu82a": e, ڀارت: e, "xn--rvc1e0am3e": e, ഭാരതം: e, "xn--h2brj9c": e, भारत: e, "xn--mgbbh1a": e, بارت: e, "xn--mgbbh1a71e": e, بھارت: e, "xn--fpcrj9c3d": e, భారత్: e, "xn--gecrj9c": e, ભારત: e, "xn--s9brj9c": e, ਭਾਰਤ: e, "xn--45brj9c": e, ভারত: e, "xn--xkc2dl3a5ee0h": e, இந்தியா: e, "xn--mgba3a4f16a": e, ایران: e, "xn--mgba3a4fra": e, ايران: e, "xn--mgbtx2b": e, عراق: e, "xn--mgbayh7gpa": e, الاردن: e, "xn--3e0b707e": e, 한국: e, "xn--80ao21a": e, қаз: e, "xn--q7ce6a": e, ລາວ: e, "xn--fzc2c9e2c": e, ලංකා: e, "xn--xkc2al3hye2a": e, இலங்கை: e, "xn--mgbc0a9azcg": e, المغرب: e, "xn--d1alf": e, мкд: e, "xn--l1acc": e, мон: e, "xn--mix891f": e, 澳門: e, "xn--mix082f": e, 澳门: e, "xn--mgbx4cd0ab": e, مليسيا: e, "xn--mgb9awbf": e, عمان: e, "xn--mgbai9azgqp6j": e, پاکستان: e, "xn--mgbai9a5eva00b": e, پاكستان: e, "xn--ygbi2ammx": e, فلسطين: e, "xn--90a3ac": [1, { "xn--80au": e, "xn--90azh": e, "xn--d1at": e, "xn--c1avg": e, "xn--o1ac": e, "xn--o1ach": e }], срб: [1, { ак: e, обр: e, од: e, орг: e, пр: e, упр: e }], "xn--p1ai": e, рф: e, "xn--wgbl6a": e, قطر: e, "xn--mgberp4a5d4ar": e, السعودية: e, "xn--mgberp4a5d4a87g": e, السعودیة: e, "xn--mgbqly7c0a67fbc": e, السعودیۃ: e, "xn--mgbqly7cvafr": e, السعوديه: e, "xn--mgbpl2fh": e, سودان: e, "xn--yfro4i67o": e, 新加坡: e, "xn--clchc0ea0b2g2a9gcd": e, சிங்கப்பூர்: e, "xn--ogbpf8fl": e, سورية: e, "xn--mgbtf8fl": e, سوريا: e, "xn--o3cw4h": [1, { "xn--o3cyx2a": e, "xn--12co0c3b4eva": e, "xn--m3ch0j3a": e, "xn--h3cuzk1di": e, "xn--12c1fe0br": e, "xn--12cfi8ixb8l": e }], ไทย: [1, { ทหาร: e, ธุรกิจ: e, เน็ต: e, รัฐบาล: e, ศึกษา: e, องค์กร: e }], "xn--pgbs0dh": e, تونس: e, "xn--kpry57d": e, 台灣: e, "xn--kprw13d": e, 台湾: e, "xn--nnx388a": e, 臺灣: e, "xn--j1amh": e, укр: e, "xn--mgb2ddes": e, اليمن: e, xxx: e, ye: s, za: [0, { ac: e, agric: e, alt: e, co: e, edu: e, gov: e, grondar: e, law: e, mil: e, net: e, ngo: e, nic: e, nis: e, nom: e, org: e, school: e, tm: e, web: e }], zm: [1, { ac: e, biz: e, co: e, com: e, edu: e, gov: e, info: e, mil: e, net: e, org: e, sch: e }], zw: [1, { ac: e, co: e, gov: e, mil: e, org: e }], aaa: e, aarp: e, abb: e, abbott: e, abbvie: e, abc: e, able: e, abogado: e, abudhabi: e, academy: [1, { official: a }], accenture: e, accountant: e, accountants: e, aco: e, actor: e, ads: e, adult: e, aeg: e, aetna: e, afl: e, africa: e, agakhan: e, agency: e, aig: e, airbus: e, airforce: e, airtel: e, akdn: e, alibaba: e, alipay: e, allfinanz: e, allstate: e, ally: e, alsace: e, alstom: e, amazon: e, americanexpress: e, americanfamily: e, amex: e, amfam: e, amica: e, amsterdam: e, analytics: e, android: e, anquan: e, anz: e, aol: e, apartments: e, app: [1, { adaptable: a, aiven: a, beget: t, brave: o, clerk: a, clerkstage: a, cloudflare: a, wnext: a, csb: [2, { preview: a }], convex: a, corespeed: a, deta: a, ondigitalocean: a, easypanel: a, encr: [2, { frontend: a }], evervault: i, expo: [2, { staging: a }], edgecompute: a, "on-fleek": a, flutterflow: a, sprites: a, e2b: a, framer: a, gadget: a, github: a, hosted: t, run: [0, { "*": a, mtls: t }], web: a, hackclub: a, hasura: a, onhercules: a, botdash: a, shiptoday: a, leapcell: a, loginline: a, lovable: a, luyani: a, magicpatterns: a, medusajs: a, messerli: a, miren: a, mocha: a, netlify: a, ngrok: a, "ngrok-free": a, developer: t, noop: a, northflank: t, upsun: t, railway: [0, { up: a }], replit: r, nyat: a, snowflake: [0, { "*": a, privatelink: t }], streamlit: a, spawnbase: a, telebit: a, typedream: a, vercel: a, wal: a, wasmer: a, bookonline: a, windsurf: a, base44: a, zeabur: a, zerops: t }], apple: [1, { int: [2, { cloud: [0, { "*": a, r: [0, { "*": a, "ap-north-1": t, "ap-south-1": t, "ap-south-2": t, "eu-central-1": t, "eu-north-1": t, "us-central-1": t, "us-central-2": t, "us-east-1": t, "us-east-2": t, "us-west-1": t, "us-west-2": t, "us-west-3": t }] }] }] }], aquarelle: e, arab: e, aramco: e, archi: e, army: e, art: e, arte: e, asda: e, associates: e, athleta: e, attorney: e, auction: e, audi: e, audible: e, audio: e, auspost: e, author: e, auto: e, autos: e, aws: [1, { on: [0, { "af-south-1": l, "ap-east-1": l, "ap-northeast-1": l, "ap-northeast-2": l, "ap-northeast-3": l, "ap-south-1": l, "ap-south-2": u, "ap-southeast-1": l, "ap-southeast-2": l, "ap-southeast-3": l, "ap-southeast-4": u, "ap-southeast-5": u, "ca-central-1": l, "ca-west-1": u, "eu-central-1": l, "eu-central-2": u, "eu-north-1": l, "eu-south-1": l, "eu-south-2": u, "eu-west-1": l, "eu-west-2": l, "eu-west-3": l, "il-central-1": u, "me-central-1": u, "me-south-1": l, "sa-east-1": l, "us-east-1": l, "us-east-2": l, "us-west-1": l, "us-west-2": l, "ap-southeast-7": d, "mx-central-1": d, "us-gov-east-1": p, "us-gov-west-1": p }], sagemaker: [0, { "ap-northeast-1": g, "ap-northeast-2": g, "ap-south-1": g, "ap-southeast-1": g, "ap-southeast-2": g, "ca-central-1": b, "eu-central-1": g, "eu-west-1": g, "eu-west-2": g, "us-east-1": b, "us-east-2": b, "us-west-2": b, "af-south-1": f, "ap-east-1": f, "ap-northeast-3": f, "ap-south-2": k, "ap-southeast-3": f, "ap-southeast-4": k, "ca-west-1": [0, { notebook: a, "notebook-fips": a }], "eu-central-2": f, "eu-north-1": f, "eu-south-1": f, "eu-south-2": f, "eu-west-3": f, "il-central-1": f, "me-central-1": f, "me-south-1": f, "sa-east-1": f, "us-gov-east-1": m, "us-gov-west-1": m, "us-west-1": [0, { notebook: a, "notebook-fips": a, studio: a }], experiments: t }], repost: [0, { private: t }] }], axa: e, azure: e, baby: e, baidu: e, banamex: e, band: e, bank: e, bar: e, barcelona: e, barclaycard: e, barclays: e, barefoot: e, bargains: e, baseball: e, basketball: [1, { aus: a, nz: a }], bauhaus: e, bayern: e, bbc: e, bbt: e, bbva: e, bcg: e, bcn: e, beats: e, beauty: e, beer: e, berlin: e, best: e, bestbuy: e, bet: e, bharti: e, bible: e, bid: e, bike: e, bing: e, bingo: e, bio: e, black: e, blackfriday: e, blockbuster: e, blog: e, bloomberg: e, blue: e, bms: e, bmw: e, bnpparibas: e, boats: e, boehringer: e, bofa: e, bom: e, bond: e, boo: e, book: e, booking: e, bosch: e, bostik: e, boston: e, bot: e, boutique: e, box: e, bradesco: e, bridgestone: e, broadway: e, broker: e, brother: e, brussels: e, build: [1, { shiptoday: a, v0: a, windsurf: a }], builders: [1, { cloudsite: a }], business: E, buy: e, buzz: e, bzh: e, cab: e, cafe: e, cal: e, call: e, calvinklein: e, cam: e, camera: e, camp: [1, { emf: [0, { at: a }] }], canon: e, capetown: e, capital: e, capitalone: e, car: e, caravan: e, cards: e, care: e, career: e, careers: e, cars: e, casa: [1, { nabu: [0, { ui: a }] }], case: [1, { sav: a }], cash: e, casino: e, catering: e, catholic: e, cba: e, cbn: e, cbre: e, center: e, ceo: e, cern: e, cfa: e, cfd: e, chanel: e, channel: e, charity: e, chase: e, chat: e, cheap: e, chintai: e, christmas: e, chrome: e, church: e, cipriani: e, circle: e, cisco: e, citadel: e, citi: e, citic: e, city: e, claims: e, cleaning: e, click: e, clinic: e, clinique: e, clothing: e, cloud: [1, { antagonist: a, convex: a, elementor: a, emergent: a, encoway: [0, { eu: a }], statics: t, ravendb: a, axarnet: [0, { "es-1": a }], diadem: a, jelastic: [0, { vip: a }], jele: a, "jenv-aruba": [0, { aruba: [0, { eur: [0, { it1: a }] }], it1: a }], keliweb: [2, { cs: a }], oxa: [2, { tn: a, uk: a }], primetel: [2, { uk: a }], reclaim: [0, { ca: a, uk: a, us: a }], trendhosting: [0, { ch: a, de: a }], jote: a, jotelulu: a, kuleuven: a, laravel: a, linkyard: a, magentosite: t, matlab: a, observablehq: a, perspecta: a, vapor: a, "on-rancher": t, scw: [0, { baremetal: [0, { "fr-par-1": a, "fr-par-2": a, "nl-ams-1": a }], "fr-par": [0, { cockpit: a, ddl: a, dtwh: a, fnc: [2, { functions: a }], ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a, whm: a }], instances: [0, { priv: a, pub: a }], k8s: a, "nl-ams": [0, { cockpit: a, ddl: a, dtwh: a, ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a, whm: a }], "pl-waw": [0, { cockpit: a, ddl: a, dtwh: a, ifr: a, k8s: v, kafk: a, mgdb: a, rdb: a, s3: a, "s3-website": a, scbl: a }], scalebook: a, smartlabeling: a }], servebolt: a, onstackit: [0, { runs: a }], trafficplex: a, "unison-services": a, urown: a, voorloper: a, zap: a }], club: [1, { cloudns: a, jele: a, barsy: a }], clubmed: e, coach: e, codes: [1, { owo: t }], coffee: e, college: e, cologne: e, commbank: e, community: [1, { nog: a, ravendb: a, myforum: a }], company: e, compare: e, computer: e, comsec: e, condos: e, construction: e, consulting: e, contact: e, contractors: e, cooking: e, cool: [1, { elementor: a, de: a }], corsica: e, country: e, coupon: e, coupons: e, courses: e, cpa: e, credit: e, creditcard: e, creditunion: e, cricket: e, crown: e, crs: e, cruise: e, cruises: e, cuisinella: e, cymru: e, cyou: e, dad: e, dance: e, data: e, date: e, dating: e, datsun: e, day: e, dclk: e, dds: e, deal: e, dealer: e, deals: e, degree: e, delivery: e, dell: e, deloitte: e, delta: e, democrat: e, dental: e, dentist: e, desi: e, design: [1, { graphic: a, bss: a }], dev: [1, { myaddr: a, panel: a, bearblog: a, brave: o, lcl: t, lclstage: t, stg: t, stgstage: t, pages: a, r2: a, workers: a, deno: a, "deno-staging": a, deta: a, lp: [2, { api: a, objects: a }], evervault: i, fly: a, githubpreview: a, gateway: t, grebedoc: a, botdash: a, inbrowser: t, "is-a-good": a, iserv: a, leapcell: a, runcontainers: a, localcert: [0, { user: t }], loginline: a, barsy: a, mediatech: a, "mocha-sandbox": a, modx: a, ngrok: a, "ngrok-free": a, "is-a-fullstack": a, "is-cool": a, "is-not-a": a, localplayer: a, xmit: a, "platter-app": a, replit: [2, { archer: a, bones: a, canary: a, global: a, hacker: a, id: a, janeway: a, kim: a, kira: a, kirk: a, odo: a, paris: a, picard: a, pike: a, prerelease: a, reed: a, riker: a, sisko: a, spock: a, staging: a, sulu: a, tarpit: a, teams: a, tucker: a, wesley: a, worf: a }], crm: [0, { aa: t, ab: t, ac: t, ad: t, ae: t, af: t, ci: t, d: t, pa: t, pb: t, pc: t, pd: t, pe: t, pf: t, w: t, wa: t, wb: t, wc: t, wd: t, we: t, wf: t }], erp: xa, vercel: a, webhare: t, hrsn: a, "is-a": a }], dhl: e, diamonds: e, diet: e, digital: [1, { cloudapps: [2, { london: a }] }], direct: [1, { libp2p: a }], directory: e, discount: e, discover: e, dish: e, diy: _a, dnp: e, docs: e, doctor: e, dog: e, domains: e, dot: e, download: e, drive: e, dtv: e, dubai: e, dupont: e, durban: e, dvag: e, dvr: e, earth: e, eat: e, eco: e, edeka: e, education: E, email: [1, { crisp: [0, { on: a }], tawk: Ea, tawkto: Ea }], emerck: e, energy: e, engineer: e, engineering: e, enterprises: e, epson: e, equipment: e, ericsson: e, erni: e, esq: e, estate: [1, { compute: t }], eurovision: e, eus: [1, { party: Sa }], events: [1, { koobin: a, co: a }], exchange: e, expert: e, exposed: e, express: e, extraspace: e, fage: e, fail: e, fairwinds: e, faith: e, family: e, fan: e, fans: e, farm: [1, { storj: a }], farmers: e, fashion: e, fast: e, fedex: e, feedback: e, ferrari: e, ferrero: e, fidelity: e, fido: e, film: e, final: e, finance: e, financial: E, fire: e, firestone: e, firmdale: e, fish: e, fishing: e, fit: e, fitness: e, flickr: e, flights: e, flir: e, florist: e, flowers: e, fly: e, foo: e, food: e, football: e, ford: e, forex: e, forsale: e, forum: e, foundation: e, fox: e, free: e, fresenius: e, frl: e, frogans: e, frontier: e, ftr: e, fujitsu: e, fun: e, fund: e, furniture: e, futbol: e, fyi: e, gal: e, gallery: e, gallo: e, gallup: e, game: e, games: [1, { pley: a, sheezy: a }], gap: e, garden: e, gay: [1, { pages: a }], gbiz: e, gdn: [1, { cnpy: a }], gea: e, gent: e, genting: e, george: e, ggee: e, gift: e, gifts: e, gives: e, giving: e, glass: e, gle: e, global: [1, { appwrite: a }], globo: e, gmail: e, gmbh: e, gmo: e, gmx: e, godaddy: e, gold: e, goldpoint: e, golf: e, goodyear: e, goog: [1, { cloud: a, translate: a, usercontent: t }], google: e, gop: e, got: e, grainger: e, graphics: e, gratis: e, green: e, gripe: e, grocery: e, group: _a, gucci: e, guge: e, guide: e, guitars: e, guru: e, hair: e, hamburg: e, hangout: e, haus: e, hbo: e, hdfc: e, hdfcbank: e, health: [1, { hra: a }], healthcare: e, help: e, helsinki: e, here: e, hermes: e, hiphop: e, hisamitsu: e, hitachi: e, hiv: e, hkt: e, hockey: e, holdings: e, holiday: e, homedepot: e, homegoods: e, homes: e, homesense: e, honda: e, horse: e, hospital: e, host: [1, { cloudaccess: a, freesite: a, easypanel: a, emergent: a, fastvps: a, myfast: a, gadget: a, tempurl: a, wpmudev: a, iserv: a, jele: a, mircloud: a, bolt: a, wp2: a, half: a }], hosting: [1, { opencraft: a }], hot: e, hotel: e, hotels: e, hotmail: e, house: e, how: e, hsbc: e, hughes: e, hyatt: e, hyundai: e, ibm: e, icbc: e, ice: e, icu: e, ieee: e, ifm: e, ikano: e, imamat: e, imdb: e, immo: e, immobilien: e, inc: e, industries: e, infiniti: e, ing: e, ink: e, institute: e, insurance: e, insure: e, international: e, intuit: e, investments: e, ipiranga: e, irish: e, ismaili: e, ist: e, istanbul: e, itau: e, itv: e, jaguar: e, java: e, jcb: e, jeep: e, jetzt: e, jewelry: e, jio: e, jll: e, jmp: e, jnj: e, joburg: e, jot: e, joy: e, jpmorgan: e, jprs: e, juegos: e, juniper: e, kaufen: e, kddi: e, kerryhotels: e, kerryproperties: e, kfh: e, kia: e, kids: e, kim: e, kindle: e, kitchen: e, kiwi: e, koeln: e, komatsu: e, kosher: e, kpmg: e, kpn: e, krd: [1, { co: a, edu: a }], kred: e, kuokgroup: e, kyoto: e, lacaixa: e, lamborghini: e, lamer: e, land: e, landrover: e, lanxess: e, lasalle: e, lat: e, latino: e, latrobe: e, law: e, lawyer: e, lds: e, lease: e, leclerc: e, lefrak: e, legal: e, lego: e, lexus: e, lgbt: e, lidl: e, life: e, lifeinsurance: e, lifestyle: e, lighting: e, like: e, lilly: e, limited: e, limo: e, lincoln: e, link: [1, { myfritz: a, cyon: a, joinmc: a, dweb: t, inbrowser: t, keenetic: a, nftstorage: ea, mypep: a, storacha: ea, w3s: ea }], live: [1, { aem: a, hlx: a, ewp: t }], living: e, llc: e, llp: e, loan: e, loans: e, locker: e, locus: e, lol: [1, { omg: a }], london: e, lotte: e, lotto: e, love: e, lpl: e, lplfinancial: e, ltd: e, ltda: e, lundbeck: e, luxe: e, luxury: e, madrid: e, maif: e, maison: e, makeup: e, man: e, management: e, mango: e, map: e, market: e, marketing: e, markets: e, marriott: e, marshalls: e, mattel: e, mba: e, mckinsey: e, med: e, media: je, meet: e, melbourne: e, meme: e, memorial: e, men: e, menu: [1, { barsy: a, barsyonline: a }], merck: e, merckmsd: e, miami: e, microsoft: e, mini: e, mint: e, mit: e, mitsubishi: e, mlb: e, mls: e, mma: e, mobile: e, moda: e, moe: e, moi: e, mom: e, monash: e, money: e, monster: e, mormon: e, mortgage: e, moscow: e, moto: e, motorcycles: e, mov: e, movie: e, msd: e, mtn: e, mtr: e, music: e, nab: e, nagoya: e, navy: e, nba: e, nec: e, netbank: e, netflix: e, network: [1, { aem: a, alces: t, appwrite: a, co: a, arvo: a, azimuth: a, tlon: a }], neustar: e, new: e, news: [1, { noticeable: a }], next: e, nextdirect: e, nexus: e, nfl: e, ngo: e, nhk: e, nico: e, nike: e, nikon: e, ninja: e, nissan: e, nissay: e, nokia: e, norton: e, now: e, nowruz: e, nowtv: e, nra: e, nrw: e, ntt: e, nyc: e, obi: e, observer: e, office: e, okinawa: e, olayan: e, olayangroup: e, ollo: e, omega: e, one: [1, { kin: t, service: a, website: a }], ong: e, onl: e, online: [1, { eero: a, "eero-stage": a, websitebuilder: a, leapcell: a, barsy: a }], ooo: e, open: e, oracle: e, orange: [1, { tech: a }], organic: e, origins: e, osaka: e, otsuka: e, ott: e, ovh: [1, { nerdpol: a }], page: [1, { aem: a, hlx: a, codeberg: a, deuxfleurs: a, heyflow: a, prvcy: a, rocky: a, statichost: a, pdns: a, plesk: a }], panasonic: e, paris: e, pars: e, partners: e, parts: e, party: e, pay: e, pccw: e, pet: e, pfizer: e, pharmacy: e, phd: e, philips: e, phone: e, photo: e, photography: e, photos: je, physio: e, pics: e, pictet: e, pictures: [1, { 1337: a }], pid: e, pin: e, ping: e, pink: e, pioneer: e, pizza: [1, { ngrok: a }], place: E, play: e, playstation: e, plumbing: e, plus: [1, { playit: [2, { at: t, with: a }] }], pnc: e, pohl: e, poker: e, politie: e, porn: e, praxi: e, press: e, prime: e, prod: e, productions: e, prof: e, progressive: e, promo: e, properties: e, property: e, protection: e, pru: e, prudential: e, pub: [1, { id: t, kin: t, barsy: a }], pwc: e, qpon: e, quebec: e, quest: e, racing: e, radio: e, read: e, realestate: e, realtor: e, realty: e, recipes: e, red: e, redumbrella: e, rehab: e, reise: e, reisen: e, reit: e, reliance: e, ren: e, rent: e, rentals: e, repair: e, report: e, republican: e, rest: e, restaurant: e, review: e, reviews: [1, { aem: a }], rexroth: e, rich: e, richardli: e, ricoh: e, ril: e, rio: e, rip: [1, { clan: a }], rocks: [1, { myddns: a, stackit: a, "lima-city": a, webspace: a }], rodeo: e, rogers: e, room: e, rsvp: e, rugby: e, ruhr: e, run: [1, { appwrite: t, canva: a, development: a, ravendb: a, liara: [2, { iran: a }], lovable: a, needle: a, build: t, code: t, database: t, migration: t, onporter: a, repl: a, stackit: a, val: xa, vercel: a, wix: a }], rwe: e, ryukyu: e, saarland: e, safe: e, safety: e, sakura: e, sale: e, salon: e, samsclub: e, samsung: e, sandvik: e, sandvikcoromant: e, sanofi: e, sap: e, sarl: e, sas: e, save: e, saxo: e, sbi: e, sbs: e, scb: e, schaeffler: e, schmidt: e, scholarships: e, school: e, schule: e, schwarz: e, science: e, scot: [1, { co: a, me: a, org: a, gov: [2, { service: a }] }], search: e, seat: e, secure: e, security: e, seek: e, select: e, sener: e, services: [1, { loginline: a }], seven: e, sew: e, sex: e, sexy: e, sfr: e, shangrila: e, sharp: e, shell: e, shia: e, shiksha: e, shoes: e, shop: [1, { base: a, hoplix: a, barsy: a, barsyonline: a, shopware: a }], shopping: e, shouji: e, show: e, silk: e, sina: e, singles: e, site: [1, { square: a, canva: w, cloudera: t, convex: a, cyon: a, caffeine: a, fastvps: a, figma: a, "figma-gov": a, preview: a, heyflow: a, jele: a, jouwweb: a, loginline: a, barsy: a, co: a, notion: a, omniwe: a, opensocial: a, madethis: a, support: a, platformsh: t, tst: t, byen: a, sol: a, srht: a, novecore: a, cpanel: a, wpsquared: a, sourcecraft: a }], ski: e, skin: e, sky: e, skype: e, sling: e, smart: e, smile: e, sncf: e, soccer: e, social: e, softbank: e, software: e, sohu: e, solar: e, solutions: e, song: e, sony: e, soy: e, spa: e, space: [1, { myfast: a, heiyu: a, hf: [2, { static: a }], "app-ionos": a, project: a, uber: a, xs4all: a }], sport: e, spot: e, srl: e, stada: e, staples: e, star: e, statebank: e, statefarm: e, stc: e, stcgroup: e, stockholm: e, storage: e, store: [1, { barsy: a, sellfy: a, shopware: a, storebase: a }], stream: e, studio: e, study: e, style: e, sucks: e, supplies: e, supply: e, support: [1, { barsy: a }], surf: e, surgery: e, suzuki: e, swatch: e, swiss: e, sydney: e, systems: [1, { knightpoint: a, miren: a }], tab: e, taipei: e, talk: e, taobao: e, target: e, tatamotors: e, tatar: e, tattoo: e, tax: e, taxi: e, tci: e, tdk: e, team: [1, { discourse: a, jelastic: a }], tech: [1, { cleverapps: a }], technology: E, temasek: e, tennis: e, teva: e, thd: e, theater: e, theatre: e, tiaa: e, tickets: e, tienda: e, tips: e, tires: e, tirol: e, tjmaxx: e, tjx: e, tkmaxx: e, tmall: e, today: [1, { prequalifyme: a }], tokyo: e, tools: [1, { addr: wa, myaddr: a }], top: [1, { ntdll: a, wadl: t }], toray: e, toshiba: e, total: e, tours: e, town: e, toyota: e, toys: e, trade: e, trading: e, training: e, travel: e, travelers: e, travelersinsurance: e, trust: e, trv: e, tube: e, tui: e, tunes: e, tushu: e, tvs: e, ubank: e, ubs: e, unicom: e, university: e, uno: e, uol: e, ups: e, vacations: e, vana: e, vanguard: e, vegas: e, ventures: e, verisign: e, versicherung: e, vet: e, viajes: e, video: e, vig: e, viking: e, villas: e, vin: e, vip: [1, { hidns: a }], virgin: e, visa: e, vision: e, viva: e, vivo: e, vlaanderen: e, vodka: e, volvo: e, vote: e, voting: e, voto: e, voyage: e, wales: e, walmart: e, walter: e, wang: e, wanggou: e, watch: e, watches: e, weather: e, weatherchannel: e, webcam: e, weber: e, website: je, wed: e, wedding: e, weibo: e, weir: e, whoswho: e, wien: e, wiki: je, williamhill: e, win: e, windows: e, wine: e, winners: e, wme: e, wolterskluwer: e, woodside: e, work: [1, { "imagine-proxy": a }], works: e, world: e, wow: e, wtc: e, wtf: e, xbox: e, xerox: e, xihuan: e, xin: e, "xn--11b4c3d": e, कॉम: e, "xn--1ck2e1b": e, セール: e, "xn--1qqw23a": e, 佛山: e, "xn--30rr7y": e, 慈善: e, "xn--3bst00m": e, 集团: e, "xn--3ds443g": e, 在线: e, "xn--3pxu8k": e, 点看: e, "xn--42c2d9a": e, คอม: e, "xn--45q11c": e, 八卦: e, "xn--4gbrim": e, موقع: e, "xn--55qw42g": e, 公益: e, "xn--55qx5d": e, 公司: e, "xn--5su34j936bgsg": e, 香格里拉: e, "xn--5tzm5g": e, 网站: e, "xn--6frz82g": e, 移动: e, "xn--6qq986b3xl": e, 我爱你: e, "xn--80adxhks": e, москва: e, "xn--80aqecdr1a": e, католик: e, "xn--80asehdb": e, онлайн: e, "xn--80aswg": e, сайт: e, "xn--8y0a063a": e, 联通: e, "xn--9dbq2a": e, קום: e, "xn--9et52u": e, 时尚: e, "xn--9krt00a": e, 微博: e, "xn--b4w605ferd": e, 淡马锡: e, "xn--bck1b9a5dre4c": e, ファッション: e, "xn--c1avg": e, орг: e, "xn--c2br7g": e, नेट: e, "xn--cck2b3b": e, ストア: e, "xn--cckwcxetd": e, アマゾン: e, "xn--cg4bki": e, 삼성: e, "xn--czr694b": e, 商标: e, "xn--czrs0t": e, 商店: e, "xn--czru2d": e, 商城: e, "xn--d1acj3b": e, дети: e, "xn--eckvdtc9d": e, ポイント: e, "xn--efvy88h": e, 新闻: e, "xn--fct429k": e, 家電: e, "xn--fhbei": e, كوم: e, "xn--fiq228c5hs": e, 中文网: e, "xn--fiq64b": e, 中信: e, "xn--fjq720a": e, 娱乐: e, "xn--flw351e": e, 谷歌: e, "xn--fzys8d69uvgm": e, 電訊盈科: e, "xn--g2xx48c": e, 购物: e, "xn--gckr3f0f": e, クラウド: e, "xn--gk3at1e": e, 通販: e, "xn--hxt814e": e, 网店: e, "xn--i1b6b1a6a2e": e, संगठन: e, "xn--imr513n": e, 餐厅: e, "xn--io0a7i": e, 网络: e, "xn--j1aef": e, ком: e, "xn--jlq480n2rg": e, 亚马逊: e, "xn--jvr189m": e, 食品: e, "xn--kcrx77d1x4a": e, 飞利浦: e, "xn--kput3i": e, 手机: e, "xn--mgba3a3ejt": e, ارامكو: e, "xn--mgba7c0bbn0a": e, العليان: e, "xn--mgbab2bd": e, بازار: e, "xn--mgbca7dzdo": e, ابوظبي: e, "xn--mgbi4ecexp": e, كاثوليك: e, "xn--mgbt3dhd": e, همراه: e, "xn--mk1bu44c": e, 닷컴: e, "xn--mxtq1m": e, 政府: e, "xn--ngbc5azd": e, شبكة: e, "xn--ngbe9e0a": e, بيتك: e, "xn--ngbrx": e, عرب: e, "xn--nqv7f": e, 机构: e, "xn--nqv7fs00ema": e, 组织机构: e, "xn--nyqy26a": e, 健康: e, "xn--otu796d": e, 招聘: e, "xn--p1acf": [1, { "xn--90amc": a, "xn--j1aef": a, "xn--j1ael8b": a, "xn--h1ahn": a, "xn--j1adp": a, "xn--c1avg": a, "xn--80aaa0cvac": a, "xn--h1aliz": a, "xn--90a1af": a, "xn--41a": a }], рус: [1, { биз: a, ком: a, крым: a, мир: a, мск: a, орг: a, самара: a, сочи: a, спб: a, я: a }], "xn--pssy2u": e, 大拿: e, "xn--q9jyb4c": e, みんな: e, "xn--qcka1pmc": e, グーグル: e, "xn--rhqv96g": e, 世界: e, "xn--rovu88b": e, 書籍: e, "xn--ses554g": e, 网址: e, "xn--t60b56a": e, 닷넷: e, "xn--tckwe": e, コム: e, "xn--tiq49xqyj": e, 天主教: e, "xn--unup4y": e, 游戏: e, "xn--vermgensberater-ctb": e, vermögensberater: e, "xn--vermgensberatung-pwb": e, vermögensberatung: e, "xn--vhquv": e, 企业: e, "xn--vuq861b": e, 信息: e, "xn--w4r85el8fhu5dnra": e, 嘉里大酒店: e, "xn--w4rs40l": e, 嘉里: e, "xn--xhq521b": e, 广东: e, "xn--zfr164b": e, 政务: e, xyz: [1, { caffeine: a, botdash: a, telebit: t }], yachts: e, yahoo: e, yamaxun: e, yandex: e, yodobashi: e, yoga: e, yokohama: e, you: e, youtube: e, yun: e, zappos: e, zara: e, zero: e, zip: e, zone: [1, { triton: t, stackit: a, lima: a }], zuerich: e }];
|
|
2837
2837
|
})();
|
|
2838
2838
|
function tt(e, a, n, s) {
|
|
2839
2839
|
let t = null, o = a;
|
|
@@ -3636,11 +3636,11 @@ var Ri = "MHIUVE6Y4VV6H5lpgMyI", Xt = O.createContext(void 0), rt = ({
|
|
|
3636
3636
|
onIdentifiers: (v, w) => p({ type: "SET_IDENTIFIERS", threadId: v, questionAnswerId: w })
|
|
3637
3637
|
}), b = O.useCallback(
|
|
3638
3638
|
(v) => {
|
|
3639
|
-
var w,
|
|
3639
|
+
var w, S, D;
|
|
3640
3640
|
s && ((w = v.metadata) != null && w.is_uncertain) && p({
|
|
3641
3641
|
type: "SET_PARTIAL_ANSWER",
|
|
3642
3642
|
answer: s
|
|
3643
|
-
}), (
|
|
3643
|
+
}), (D = (S = o.askAI) == null ? void 0 : S.onAnswerGenerationCompleted) == null || D.call(S, {
|
|
3644
3644
|
threadId: d.threadId,
|
|
3645
3645
|
conversation: d.conversation.formatForCallbacks(),
|
|
3646
3646
|
question: v.question,
|
|
@@ -3663,17 +3663,17 @@ var Ri = "MHIUVE6Y4VV6H5lpgMyI", Xt = O.createContext(void 0), rt = ({
|
|
|
3663
3663
|
});
|
|
3664
3664
|
}, [d.conversation, b]);
|
|
3665
3665
|
const m = async (v) => {
|
|
3666
|
-
var w,
|
|
3667
|
-
p({ type: "ADD_NEW_QA", query: v }), (
|
|
3666
|
+
var w, S;
|
|
3667
|
+
p({ type: "ADD_NEW_QA", query: v }), (S = (w = o.askAI) == null ? void 0 : w.onQuerySubmit) == null || S.call(w, {
|
|
3668
3668
|
threadId: d.threadId,
|
|
3669
3669
|
conversation: d.conversation.formatForCallbacks(),
|
|
3670
3670
|
question: v
|
|
3671
3671
|
});
|
|
3672
|
-
const
|
|
3672
|
+
const D = await f(
|
|
3673
3673
|
"ask_ai"
|
|
3674
3674
|
/* AskAi */
|
|
3675
3675
|
);
|
|
3676
|
-
if (!
|
|
3676
|
+
if (!D) {
|
|
3677
3677
|
console.error(
|
|
3678
3678
|
"Error in verifying browser for feedback submission. Captcha token could not be obtained."
|
|
3679
3679
|
), p({
|
|
@@ -3696,7 +3696,7 @@ var Ri = "MHIUVE6Y4VV6H5lpgMyI", Xt = O.createContext(void 0), rt = ({
|
|
|
3696
3696
|
query: v,
|
|
3697
3697
|
mode: u?.active ? "deep_thinking" : "default",
|
|
3698
3698
|
threadId: d.threadId,
|
|
3699
|
-
captcha:
|
|
3699
|
+
captcha: D,
|
|
3700
3700
|
integrationId: a,
|
|
3701
3701
|
sourceGroupIDsInclude: n,
|
|
3702
3702
|
userIdentifiers: Z || {},
|
|
@@ -3720,25 +3720,25 @@ var Ri = "MHIUVE6Y4VV6H5lpgMyI", Xt = O.createContext(void 0), rt = ({
|
|
|
3720
3720
|
conversation: d.conversation.formatForCallbacks()
|
|
3721
3721
|
});
|
|
3722
3722
|
}, _ = () => {
|
|
3723
|
-
var v, w,
|
|
3724
|
-
c.abortCurrent(), p({ type: "STOP_GENERATION" }), (
|
|
3723
|
+
var v, w, S;
|
|
3724
|
+
c.abortCurrent(), p({ type: "STOP_GENERATION" }), (S = (v = o.askAI) == null ? void 0 : v.onAnswerGenerationStop) == null || S.call(v, {
|
|
3725
3725
|
threadId: d.threadId,
|
|
3726
3726
|
conversation: d.conversation.formatForCallbacks(),
|
|
3727
3727
|
question: ((w = d.conversation.getLatest()) == null ? void 0 : w.question) || ""
|
|
3728
3728
|
});
|
|
3729
|
-
},
|
|
3729
|
+
}, E = Go({
|
|
3730
3730
|
mutationKey: ["feedback"],
|
|
3731
3731
|
mutationFn: async ({
|
|
3732
3732
|
questionAnswerId: v,
|
|
3733
3733
|
reaction: w,
|
|
3734
|
-
comment:
|
|
3734
|
+
comment: S
|
|
3735
3735
|
}) => {
|
|
3736
|
-
var
|
|
3737
|
-
const
|
|
3736
|
+
var D, Z, U, W;
|
|
3737
|
+
const C = await f(
|
|
3738
3738
|
"feedback_submit"
|
|
3739
3739
|
/* FeedbackSubmit */
|
|
3740
3740
|
);
|
|
3741
|
-
if (!
|
|
3741
|
+
if (!C) {
|
|
3742
3742
|
console.error(
|
|
3743
3743
|
"Error in verifying browser for feedback submission. Captcha token could not be obtained."
|
|
3744
3744
|
);
|
|
@@ -3747,26 +3747,26 @@ var Ri = "MHIUVE6Y4VV6H5lpgMyI", Xt = O.createContext(void 0), rt = ({
|
|
|
3747
3747
|
await c.addFeedback({
|
|
3748
3748
|
questionAnswerId: v,
|
|
3749
3749
|
reaction: w,
|
|
3750
|
-
captcha:
|
|
3750
|
+
captcha: C,
|
|
3751
3751
|
integrationId: a,
|
|
3752
|
-
comment:
|
|
3753
|
-
}), (W = (
|
|
3752
|
+
comment: S
|
|
3753
|
+
}), (W = (D = o.askAI) == null ? void 0 : D.onFeedbackSubmit) == null || W.call(D, {
|
|
3754
3754
|
threadId: d.threadId,
|
|
3755
3755
|
conversation: d.conversation.formatForCallbacks(),
|
|
3756
3756
|
feedbackId: v,
|
|
3757
3757
|
reaction: w,
|
|
3758
|
-
comment:
|
|
3758
|
+
comment: S,
|
|
3759
3759
|
questionAnswerId: v,
|
|
3760
3760
|
question: ((Z = d.conversation.getLatest()) == null ? void 0 : Z.question) || "",
|
|
3761
3761
|
answer: ((U = d.conversation.getLatest()) == null ? void 0 : U.answer) || ""
|
|
3762
3762
|
});
|
|
3763
3763
|
}
|
|
3764
|
-
}), j = (v, w,
|
|
3765
|
-
p({ type: "SET_FEEDBACK", questionAnswerId: v, reaction: w }),
|
|
3766
|
-
{ questionAnswerId: v, reaction: w, comment:
|
|
3764
|
+
}), j = (v, w, S) => {
|
|
3765
|
+
p({ type: "SET_FEEDBACK", questionAnswerId: v, reaction: w }), E.mutate(
|
|
3766
|
+
{ questionAnswerId: v, reaction: w, comment: S },
|
|
3767
3767
|
{
|
|
3768
|
-
onError: (
|
|
3769
|
-
console.error("Error sending feedback:",
|
|
3768
|
+
onError: (D) => {
|
|
3769
|
+
console.error("Error sending feedback:", D), p({ type: "SET_FEEDBACK", questionAnswerId: v, reaction: null });
|
|
3770
3770
|
}
|
|
3771
3771
|
}
|
|
3772
3772
|
);
|
|
@@ -3885,7 +3885,7 @@ function qi(e, a = Ni) {
|
|
|
3885
3885
|
const lt = (e) => {
|
|
3886
3886
|
const a = Mi(e), n = (s) => qi(a, s);
|
|
3887
3887
|
return Object.assign(n, a), n;
|
|
3888
|
-
},
|
|
3888
|
+
}, Qe = ((e) => e ? lt(e) : lt), Di = () => `msg-${Date.now()}-${Math.random().toString(36).slice(2, 9)}`, A = Qe((e) => ({
|
|
3889
3889
|
view: "chat",
|
|
3890
3890
|
messages: [],
|
|
3891
3891
|
isStreaming: !1,
|
|
@@ -4116,7 +4116,7 @@ const lt = (e) => {
|
|
|
4116
4116
|
IN_PROGRESS: "IN_PROGRESS",
|
|
4117
4117
|
COMPLETED: "COMPLETED",
|
|
4118
4118
|
ERROR: "ERROR"
|
|
4119
|
-
},
|
|
4119
|
+
}, $e = {
|
|
4120
4120
|
TOOL_INVOKE: "TOOL_INVOKE",
|
|
4121
4121
|
MIXED_TOOL_RESULT: "MIXED_TOOL_RESULT",
|
|
4122
4122
|
CONVERSATION_TITLE: "CONVERSATION_TITLE"
|
|
@@ -4204,7 +4204,7 @@ const lt = (e) => {
|
|
|
4204
4204
|
pendingToolInvoke: { toolName: s, toolArguments: o }
|
|
4205
4205
|
},
|
|
4206
4206
|
result: {
|
|
4207
|
-
type:
|
|
4207
|
+
type: $e.TOOL_INVOKE,
|
|
4208
4208
|
toolName: s,
|
|
4209
4209
|
toolArguments: o
|
|
4210
4210
|
}
|
|
@@ -4214,7 +4214,7 @@ const lt = (e) => {
|
|
|
4214
4214
|
return !(e.status === $.COMPLETED && e.type === R.TOOL_RESULT && a && se.isMixed(a) && e.toolResult) || !a || !e.toolResult ? null : {
|
|
4215
4215
|
stateUpdate: null,
|
|
4216
4216
|
result: {
|
|
4217
|
-
type:
|
|
4217
|
+
type: $e.MIXED_TOOL_RESULT,
|
|
4218
4218
|
toolName: a,
|
|
4219
4219
|
toolResult: e.toolResult
|
|
4220
4220
|
}
|
|
@@ -4239,7 +4239,7 @@ const lt = (e) => {
|
|
|
4239
4239
|
currentToolName: null,
|
|
4240
4240
|
pendingToolInvoke: null,
|
|
4241
4241
|
error: null
|
|
4242
|
-
}, Gi = (e) => e.isBusy || e.pendingToolInvoke !== null, Uc = (e) => e.error ? "ERROR" : e.pendingToolInvoke ? "AWAITING_TOOL" : e.isBusy ? "BUSY" : "IDLE",
|
|
4242
|
+
}, Gi = (e) => e.isBusy || e.pendingToolInvoke !== null, Uc = (e) => e.error ? "ERROR" : e.pendingToolInvoke ? "AWAITING_TOOL" : e.isBusy ? "BUSY" : "IDLE", M = Qe((e, a) => ({
|
|
4243
4243
|
...ut,
|
|
4244
4244
|
callbacks: {},
|
|
4245
4245
|
setCallbacks: (n) => {
|
|
@@ -4280,7 +4280,7 @@ const lt = (e) => {
|
|
|
4280
4280
|
setConversationId: (n) => {
|
|
4281
4281
|
e({ conversationId: n });
|
|
4282
4282
|
}
|
|
4283
|
-
})), ye =
|
|
4283
|
+
})), ye = Qe((e) => ({
|
|
4284
4284
|
isOpen: !1,
|
|
4285
4285
|
open: () => e({ isOpen: !0 }),
|
|
4286
4286
|
close: () => e({ isOpen: !1 }),
|
|
@@ -4349,7 +4349,7 @@ const lt = (e) => {
|
|
|
4349
4349
|
n({ isLoadingConversations: !1 });
|
|
4350
4350
|
}
|
|
4351
4351
|
}
|
|
4352
|
-
}, H =
|
|
4352
|
+
}, H = Qe((e, a) => ({
|
|
4353
4353
|
transport: null,
|
|
4354
4354
|
...ht,
|
|
4355
4355
|
setTransport: (n) => {
|
|
@@ -4369,7 +4369,7 @@ const lt = (e) => {
|
|
|
4369
4369
|
e({ isLoadingMessages: !0 });
|
|
4370
4370
|
try {
|
|
4371
4371
|
const t = await s.fetchConversationMessages(n), o = Xi(t.messages).map(({ thinkingBlocks: i, ...r }) => r);
|
|
4372
|
-
|
|
4372
|
+
M.getState().reset(), A.getState().loadConversation(o, t.name), M.getState().setConversationId(n), e({ error: null });
|
|
4373
4373
|
} catch (t) {
|
|
4374
4374
|
const o = t instanceof Error ? t.message : "Failed to load conversation";
|
|
4375
4375
|
e({ error: o });
|
|
@@ -4471,14 +4471,14 @@ const lt = (e) => {
|
|
|
4471
4471
|
className: F.editInput
|
|
4472
4472
|
}
|
|
4473
4473
|
),
|
|
4474
|
-
/* @__PURE__ */ h(
|
|
4475
|
-
/* @__PURE__ */ h(
|
|
4474
|
+
/* @__PURE__ */ h(Ie, { kind: "ghost", size: "sm", label: "Confirm", onClick: u, className: F.actionIcon, children: /* @__PURE__ */ h(fn, {}) }),
|
|
4475
|
+
/* @__PURE__ */ h(Ie, { kind: "ghost", size: "sm", label: "Cancel", onClick: d, className: F.actionIcon, children: /* @__PURE__ */ h(kn, {}) })
|
|
4476
4476
|
] })
|
|
4477
4477
|
] }) : t === "confirming-delete" ? /* @__PURE__ */ h("div", { className: F.conversationItem, "data-confirming-delete": !0, children: /* @__PURE__ */ z("div", { role: "alert", className: F.deleteConfirmation, children: [
|
|
4478
4478
|
/* @__PURE__ */ h("span", { children: "Delete this conversation?" }),
|
|
4479
4479
|
/* @__PURE__ */ z("div", { className: F.deleteActions, children: [
|
|
4480
|
-
/* @__PURE__ */ h(
|
|
4481
|
-
/* @__PURE__ */ h(
|
|
4480
|
+
/* @__PURE__ */ h(Ne, { kind: "danger", size: "sm", onClick: g, children: "Delete" }),
|
|
4481
|
+
/* @__PURE__ */ h(Ne, { kind: "ghost", size: "sm", onClick: k, children: "Cancel" })
|
|
4482
4482
|
] })
|
|
4483
4483
|
] }) }) : /* @__PURE__ */ h("div", { className: F.conversationItem, children: /* @__PURE__ */ z("div", { className: F.rowContent, children: [
|
|
4484
4484
|
/* @__PURE__ */ z("button", { type: "button", className: F.rowButton, onClick: b, children: [
|
|
@@ -4487,7 +4487,7 @@ const lt = (e) => {
|
|
|
4487
4487
|
] }),
|
|
4488
4488
|
/* @__PURE__ */ z("div", { className: F.rowActions, children: [
|
|
4489
4489
|
/* @__PURE__ */ h(
|
|
4490
|
-
|
|
4490
|
+
Ie,
|
|
4491
4491
|
{
|
|
4492
4492
|
kind: "ghost",
|
|
4493
4493
|
size: "sm",
|
|
@@ -4499,7 +4499,7 @@ const lt = (e) => {
|
|
|
4499
4499
|
}
|
|
4500
4500
|
),
|
|
4501
4501
|
/* @__PURE__ */ h(
|
|
4502
|
-
|
|
4502
|
+
Ie,
|
|
4503
4503
|
{
|
|
4504
4504
|
kind: "ghost",
|
|
4505
4505
|
size: "sm",
|
|
@@ -4564,7 +4564,7 @@ const lt = (e) => {
|
|
|
4564
4564
|
l && /* @__PURE__ */ h("div", { className: ae.loadingMoreContainer, children: /* @__PURE__ */ h(pt, { label: "Loading more conversations" }) }),
|
|
4565
4565
|
o && /* @__PURE__ */ h("div", { className: ae.loadingMoreContainer, children: /* @__PURE__ */ h(pt, { label: "Opening conversation" }) }),
|
|
4566
4566
|
r && /* @__PURE__ */ h("div", { className: ae.loadMoreContainer, children: /* @__PURE__ */ h(
|
|
4567
|
-
|
|
4567
|
+
Ne,
|
|
4568
4568
|
{
|
|
4569
4569
|
kind: "ghost",
|
|
4570
4570
|
size: "sm",
|
|
@@ -4712,11 +4712,11 @@ const kt = ({
|
|
|
4712
4712
|
className: c,
|
|
4713
4713
|
contextItems: l
|
|
4714
4714
|
}) => {
|
|
4715
|
-
const u = A((
|
|
4715
|
+
const u = A((C) => C.messages), d = A((C) => C.clearMessages), p = A((C) => C.conversationTitle), f = A((C) => C.view), g = H((C) => !!C.transport?.fetchConversations), k = H((C) => C.conversations), b = H((C) => C.isLoadingConversations), m = H((C) => C.isLoadingMessages), y = H((C) => C.error), _ = H((C) => C.hasMore), E = H((C) => C.showHistory), j = H((C) => C.hideHistory), v = H((C) => C.selectConversation), w = H((C) => C.renameConversation), S = H((C) => C.deleteConversation), D = H((C) => C.loadMore), Z = s ?? v, U = T(() => {
|
|
4716
4716
|
d(), n?.();
|
|
4717
4717
|
}, [d, n]), W = T(() => {
|
|
4718
|
-
f === "history" ? j() :
|
|
4719
|
-
}, [f,
|
|
4718
|
+
f === "history" ? j() : E();
|
|
4719
|
+
}, [f, E, j]);
|
|
4720
4720
|
return /* @__PURE__ */ z(zn, { className: `${Ma.container} ${c ?? ""}`, showWorkspace: f === "history", children: [
|
|
4721
4721
|
/* @__PURE__ */ h("div", { slot: "header", children: /* @__PURE__ */ h(
|
|
4722
4722
|
zs,
|
|
@@ -4741,12 +4741,12 @@ const kt = ({
|
|
|
4741
4741
|
conversations: k,
|
|
4742
4742
|
onSelectConversation: Z,
|
|
4743
4743
|
onRenameConversation: w,
|
|
4744
|
-
onDeleteConversation:
|
|
4744
|
+
onDeleteConversation: S,
|
|
4745
4745
|
isLoadingConversations: b,
|
|
4746
4746
|
isOpeningConversation: m,
|
|
4747
4747
|
error: y,
|
|
4748
4748
|
hasMore: _,
|
|
4749
|
-
onLoadMore:
|
|
4749
|
+
onLoadMore: D
|
|
4750
4750
|
}
|
|
4751
4751
|
) }),
|
|
4752
4752
|
/* @__PURE__ */ h("div", { slot: "input-before", children: /* @__PURE__ */ h(Rs, { items: l }) }),
|
|
@@ -4806,7 +4806,7 @@ const kt = ({
|
|
|
4806
4806
|
const o = a();
|
|
4807
4807
|
n({ hostRegistry: t(o.hostRegistry) });
|
|
4808
4808
|
} };
|
|
4809
|
-
},
|
|
4809
|
+
}, P = Fr(), Jt = "data-copilot-chat-layout", da = "data-copilot-chat-host", Fe = "--copilot-chat-sidecar-width", Ue = "--copilot-chat-panel-z-index", He = "--copilot-chat-offset-top", ie = () => typeof document < "u" && typeof window < "u", Ur = (e) => {
|
|
4810
4810
|
if (!ie() || !e)
|
|
4811
4811
|
return 0;
|
|
4812
4812
|
const a = document.querySelector(e);
|
|
@@ -4822,52 +4822,52 @@ const kt = ({
|
|
|
4822
4822
|
}
|
|
4823
4823
|
return [document.body];
|
|
4824
4824
|
}, Zt = (e) => {
|
|
4825
|
-
|
|
4825
|
+
P.getState().hostRegistry.forEach((n, s) => s.setAttribute(da, e));
|
|
4826
4826
|
}, Kr = (e, a, n) => {
|
|
4827
4827
|
if (!ie())
|
|
4828
4828
|
return;
|
|
4829
4829
|
const s = document.documentElement;
|
|
4830
|
-
|
|
4830
|
+
P.getState().rootSnapshot || P.setState({
|
|
4831
4831
|
rootSnapshot: {
|
|
4832
|
-
width: s.style.getPropertyValue(
|
|
4833
|
-
zIndex: s.style.getPropertyValue(
|
|
4834
|
-
topOffset: s.style.getPropertyValue(
|
|
4832
|
+
width: s.style.getPropertyValue(Fe),
|
|
4833
|
+
zIndex: s.style.getPropertyValue(Ue),
|
|
4834
|
+
topOffset: s.style.getPropertyValue(He)
|
|
4835
4835
|
}
|
|
4836
|
-
}),
|
|
4836
|
+
}), P.setState({ activeWidth: e }), s.style.setProperty(Fe, `${e}px`), s.style.setProperty(Ue, `${a}`), s.style.setProperty(He, `${n}px`), Zt(P.getState().mode);
|
|
4837
4837
|
}, Qr = () => {
|
|
4838
4838
|
if (!ie())
|
|
4839
4839
|
return;
|
|
4840
|
-
const e =
|
|
4840
|
+
const e = P.getState();
|
|
4841
4841
|
if (!e.rootSnapshot)
|
|
4842
4842
|
return;
|
|
4843
4843
|
const a = document.documentElement, { width: n, zIndex: s, topOffset: t } = e.rootSnapshot;
|
|
4844
|
-
n ? a.style.setProperty(
|
|
4844
|
+
n ? a.style.setProperty(Fe, n) : a.style.removeProperty(Fe), s ? a.style.setProperty(Ue, s) : a.style.removeProperty(Ue), t ? a.style.setProperty(He, t) : a.style.removeProperty(He), P.setState({ rootSnapshot: null, activeWidth: 416 });
|
|
4845
4845
|
}, $r = (e) => {
|
|
4846
|
-
const a =
|
|
4847
|
-
return
|
|
4846
|
+
const a = P.getState(), n = a.hostRegistry.get(e) ?? { count: 0 };
|
|
4847
|
+
return P.updateHostRegistry((s) => {
|
|
4848
4848
|
const t = new Map(s);
|
|
4849
4849
|
return t.set(e, { count: n.count + 1 }), t;
|
|
4850
4850
|
}), e.setAttribute(da, a.mode), () => {
|
|
4851
|
-
const t =
|
|
4851
|
+
const t = P.getState().hostRegistry.get(e);
|
|
4852
4852
|
if (!t)
|
|
4853
4853
|
return;
|
|
4854
4854
|
const o = t.count - 1;
|
|
4855
4855
|
if (o <= 0) {
|
|
4856
|
-
e.removeAttribute(da),
|
|
4856
|
+
e.removeAttribute(da), P.updateHostRegistry((i) => {
|
|
4857
4857
|
const r = new Map(i);
|
|
4858
4858
|
return r.delete(e), r;
|
|
4859
4859
|
});
|
|
4860
4860
|
return;
|
|
4861
4861
|
}
|
|
4862
|
-
|
|
4862
|
+
P.updateHostRegistry((i) => {
|
|
4863
4863
|
const r = new Map(i);
|
|
4864
4864
|
return r.set(e, { count: o }), r;
|
|
4865
4865
|
});
|
|
4866
4866
|
};
|
|
4867
4867
|
}, yt = (e) => {
|
|
4868
|
-
ie() && (
|
|
4868
|
+
ie() && (P.setState({ mode: e }), document.body.setAttribute(Jt, e), Zt(e));
|
|
4869
4869
|
}, Gr = () => {
|
|
4870
|
-
ie() && (document.body.removeAttribute(Jt),
|
|
4870
|
+
ie() && (document.body.removeAttribute(Jt), P.setState({ mode: "sidecar" }));
|
|
4871
4871
|
}, Vr = (e) => {
|
|
4872
4872
|
if (!ie() || typeof window.matchMedia != "function")
|
|
4873
4873
|
return yt("sidecar"), () => {
|
|
@@ -4881,14 +4881,14 @@ const kt = ({
|
|
|
4881
4881
|
}, Wr = (e) => {
|
|
4882
4882
|
if (!ie())
|
|
4883
4883
|
return;
|
|
4884
|
-
const a =
|
|
4884
|
+
const a = P.getState();
|
|
4885
4885
|
if (a.mediaWatcher && a.mediaWatcher.breakpoint === e)
|
|
4886
4886
|
return;
|
|
4887
4887
|
a.mediaWatcher?.dispose();
|
|
4888
4888
|
const n = Vr(e);
|
|
4889
|
-
|
|
4889
|
+
P.setState({ mediaWatcher: { breakpoint: e, dispose: n } });
|
|
4890
4890
|
}, Xr = () => {
|
|
4891
|
-
|
|
4891
|
+
P.getState().mediaWatcher?.dispose(), P.setState({ mediaWatcher: null }), Gr();
|
|
4892
4892
|
}, Yr = ({
|
|
4893
4893
|
width: e,
|
|
4894
4894
|
zIndex: a,
|
|
@@ -4901,11 +4901,11 @@ const kt = ({
|
|
|
4901
4901
|
};
|
|
4902
4902
|
const o = Hr(n), i = Ur(s);
|
|
4903
4903
|
Kr(e, a, i), Wr(t);
|
|
4904
|
-
const r = o.map((l) => $r(l)), c =
|
|
4905
|
-
return
|
|
4904
|
+
const r = o.map((l) => $r(l)), c = P.getState();
|
|
4905
|
+
return P.setState({ activeCount: c.activeCount + 1 }), () => {
|
|
4906
4906
|
r.forEach((d) => d());
|
|
4907
|
-
const l =
|
|
4908
|
-
|
|
4907
|
+
const l = P.getState(), u = Math.max(l.activeCount - 1, 0);
|
|
4908
|
+
P.setState({ activeCount: u }), u === 0 && (Xr(), Qr());
|
|
4909
4909
|
};
|
|
4910
4910
|
}, Jr = ({
|
|
4911
4911
|
enabled: e,
|
|
@@ -5117,18 +5117,18 @@ ${g}`
|
|
|
5117
5117
|
const n = V(e), s = V(a);
|
|
5118
5118
|
n.current = e, s.current = a;
|
|
5119
5119
|
const t = T((i, r) => {
|
|
5120
|
-
|
|
5120
|
+
M.getState().setError(`Tool "${i}" failed: ${r.message}`);
|
|
5121
5121
|
}, []);
|
|
5122
5122
|
return {
|
|
5123
5123
|
executeToolAndSendResult: T(
|
|
5124
5124
|
async (i, r) => {
|
|
5125
5125
|
const c = se.has(i) ? se.getHandler(i) : void 0, l = n.current;
|
|
5126
5126
|
if (c === void 0 && l === void 0) {
|
|
5127
|
-
|
|
5127
|
+
M.getState().setError(`Tool "${i}" invoked but no handler provided.`);
|
|
5128
5128
|
return;
|
|
5129
5129
|
}
|
|
5130
5130
|
try {
|
|
5131
|
-
const d = c ? await c(r, t) : await l?.(i, r), { contentType: p, resultString: f } = se.has(i) ? kc(i, d) : { contentType: "TEXT", resultString: String(d) }, g =
|
|
5131
|
+
const d = c ? await c(r, t) : await l?.(i, r), { contentType: p, resultString: f } = se.has(i) ? kc(i, d) : { contentType: "TEXT", resultString: String(d) }, g = M.getState().conversationId;
|
|
5132
5132
|
g && await s.current.sendToolResult({
|
|
5133
5133
|
conversationId: g,
|
|
5134
5134
|
type: "TOOL_RESULT",
|
|
@@ -5138,7 +5138,7 @@ ${g}`
|
|
|
5138
5138
|
});
|
|
5139
5139
|
} catch (d) {
|
|
5140
5140
|
const p = d instanceof Error ? d.message : "Tool execution failed";
|
|
5141
|
-
|
|
5141
|
+
M.getState().setError(p);
|
|
5142
5142
|
}
|
|
5143
5143
|
},
|
|
5144
5144
|
[t]
|
|
@@ -5157,18 +5157,18 @@ ${g}`
|
|
|
5157
5157
|
const _ = se.getMixedHandler(m);
|
|
5158
5158
|
if (!_)
|
|
5159
5159
|
return;
|
|
5160
|
-
const j = _(y, (w,
|
|
5161
|
-
|
|
5160
|
+
const j = _(y, (w, S) => {
|
|
5161
|
+
M.getState().setError(`Tool "${w}" failed: ${S.message}`);
|
|
5162
5162
|
});
|
|
5163
5163
|
if (!j?.sources?.length)
|
|
5164
5164
|
return;
|
|
5165
|
-
const v =
|
|
5165
|
+
const v = M.getState().currentMessageId;
|
|
5166
5166
|
if (v) {
|
|
5167
|
-
const w = j.sources.map((
|
|
5168
|
-
content:
|
|
5169
|
-
sourceUrl:
|
|
5170
|
-
title:
|
|
5171
|
-
sourceType:
|
|
5167
|
+
const w = j.sources.map((S) => ({
|
|
5168
|
+
content: S.content,
|
|
5169
|
+
sourceUrl: S.source_url,
|
|
5170
|
+
title: S.title,
|
|
5171
|
+
sourceType: S.source_type
|
|
5172
5172
|
}));
|
|
5173
5173
|
l(v, w);
|
|
5174
5174
|
}
|
|
@@ -5178,8 +5178,8 @@ ${g}`
|
|
|
5178
5178
|
return { handleEvent: T(
|
|
5179
5179
|
(m) => {
|
|
5180
5180
|
if (m.type === R.CONVERSATION_TITLE && m.content)
|
|
5181
|
-
return f(m.content), { agentResultType:
|
|
5182
|
-
const y = a(), _ = e ?? en,
|
|
5181
|
+
return f(m.content), { agentResultType: $e.CONVERSATION_TITLE, conversationTitle: m.content };
|
|
5182
|
+
const y = a(), _ = e ?? en, E = vc({
|
|
5183
5183
|
event: m,
|
|
5184
5184
|
messageId: y.messageId,
|
|
5185
5185
|
currentBlockId: y.currentThinkingBlockId,
|
|
@@ -5189,31 +5189,31 @@ ${g}`
|
|
|
5189
5189
|
accumulatedContent: y.accumulatedContent,
|
|
5190
5190
|
getStatusLabel: _
|
|
5191
5191
|
});
|
|
5192
|
-
if (
|
|
5193
|
-
return
|
|
5192
|
+
if (E.error)
|
|
5193
|
+
return E.thinkingAction && vt(E.thinkingAction, {
|
|
5194
5194
|
addThinkingBlock: t,
|
|
5195
5195
|
appendToThinkingBlock: o,
|
|
5196
5196
|
completeThinkingBlock: i,
|
|
5197
5197
|
completeAllThinkingBlocks: r
|
|
5198
|
-
}),
|
|
5199
|
-
|
|
5198
|
+
}), M.getState().setError(E.error), { agentResultType: null };
|
|
5199
|
+
E.statusLabel && y.messageId && (s(y.messageId, E.statusLabel), n({ lastStatusLabel: E.statusLabel })), E.thinkingAction && (vt(E.thinkingAction, {
|
|
5200
5200
|
addThinkingBlock: t,
|
|
5201
5201
|
appendToThinkingBlock: o,
|
|
5202
5202
|
completeThinkingBlock: i,
|
|
5203
5203
|
completeAllThinkingBlocks: r
|
|
5204
|
-
}),
|
|
5204
|
+
}), E.thinkingAction.type === "ADD_BLOCK" && n({
|
|
5205
5205
|
blockCount: y.blockCount + 1
|
|
5206
5206
|
})), n({
|
|
5207
|
-
currentThinkingBlockId:
|
|
5208
|
-
lastThinkingContent:
|
|
5209
|
-
accumulatedContent:
|
|
5210
|
-
}),
|
|
5211
|
-
const j =
|
|
5207
|
+
currentThinkingBlockId: E.newBlockId,
|
|
5208
|
+
lastThinkingContent: E.newThinkingContent,
|
|
5209
|
+
accumulatedContent: E.newAccumulatedContent
|
|
5210
|
+
}), E.finalContent?.trim() && y.messageId && c(y.messageId, E.finalContent);
|
|
5211
|
+
const j = M.getState().processEvent(m);
|
|
5212
5212
|
if ((m.type === R.TOOL_INVOKE || m.type === R.EXTERNAL_TOOL_CALL) && y.messageId && m.toolName) {
|
|
5213
5213
|
const v = xc(), w = (y.toolStepCount ?? 0) + 1;
|
|
5214
5214
|
g.current = v;
|
|
5215
|
-
const
|
|
5216
|
-
u(y.messageId, v, m.toolName, w,
|
|
5215
|
+
const S = m.toolArguments ? Yt(m.toolArguments) : void 0;
|
|
5216
|
+
u(y.messageId, v, m.toolName, w, S), n({ toolStepCount: w });
|
|
5217
5217
|
}
|
|
5218
5218
|
if (m.type === R.TOOL_RESULT && y.messageId && g.current) {
|
|
5219
5219
|
const v = m.status === $.ERROR ? "error" : "success";
|
|
@@ -5249,7 +5249,7 @@ ${g}`
|
|
|
5249
5249
|
onEvent: a,
|
|
5250
5250
|
onInitializeMessage: n
|
|
5251
5251
|
}) => {
|
|
5252
|
-
const s = A((k) => k.addUserMessage), t = A((k) => k.addAssistantMessage), o = A((k) => k.clearMessages), i =
|
|
5252
|
+
const s = A((k) => k.addUserMessage), t = A((k) => k.addAssistantMessage), o = A((k) => k.clearMessages), i = M((k) => k.conversationId), r = M((k) => k.isBusy), c = M((k) => k.startConversation), l = M((k) => k.reset), u = T(
|
|
5253
5253
|
async (k, b) => {
|
|
5254
5254
|
if (!k.trim() || r)
|
|
5255
5255
|
return;
|
|
@@ -5265,8 +5265,8 @@ ${g}`
|
|
|
5265
5265
|
context: b
|
|
5266
5266
|
});
|
|
5267
5267
|
} catch (_) {
|
|
5268
|
-
const
|
|
5269
|
-
|
|
5268
|
+
const E = _ instanceof Error ? _.message : "Failed to send message";
|
|
5269
|
+
M.getState().setError(E);
|
|
5270
5270
|
}
|
|
5271
5271
|
},
|
|
5272
5272
|
[
|
|
@@ -5280,10 +5280,10 @@ ${g}`
|
|
|
5280
5280
|
e
|
|
5281
5281
|
]
|
|
5282
5282
|
), d = T(() => {
|
|
5283
|
-
const k =
|
|
5283
|
+
const k = M.getState().conversationId;
|
|
5284
5284
|
k && e.haltConversation?.(k), l();
|
|
5285
5285
|
}, [l, e]), p = T(() => {
|
|
5286
|
-
const k =
|
|
5286
|
+
const k = M.getState().conversationId;
|
|
5287
5287
|
k && (e.haltConversation?.(k), e.unsubscribe(k)), l(), o();
|
|
5288
5288
|
}, [l, o, e]), f = T(
|
|
5289
5289
|
(k, b) => {
|
|
@@ -5292,7 +5292,7 @@ ${g}`
|
|
|
5292
5292
|
[e]
|
|
5293
5293
|
), g = T(
|
|
5294
5294
|
async (k) => {
|
|
5295
|
-
const b =
|
|
5295
|
+
const b = M.getState().conversationId;
|
|
5296
5296
|
b && (e.haltConversation?.(b), e.unsubscribe(b)), await H.getState().selectConversation(k), e.subscribe(k, a);
|
|
5297
5297
|
},
|
|
5298
5298
|
[e, a]
|
|
@@ -5309,7 +5309,7 @@ ${g}`
|
|
|
5309
5309
|
K(() => {
|
|
5310
5310
|
a.current = e;
|
|
5311
5311
|
}, [e]), K(() => () => {
|
|
5312
|
-
const n =
|
|
5312
|
+
const n = M.getState().conversationId;
|
|
5313
5313
|
n && a.current.unsubscribe(n);
|
|
5314
5314
|
}, []);
|
|
5315
5315
|
}, ve = (e = null) => ({
|
|
@@ -5325,7 +5325,7 @@ ${g}`
|
|
|
5325
5325
|
onToolInvoke: a,
|
|
5326
5326
|
getStatusLabel: n = en
|
|
5327
5327
|
}) => {
|
|
5328
|
-
const s =
|
|
5328
|
+
const s = M(Gi), t = M((w) => w.setCallbacks), o = A((w) => w.updateMessageStatus), i = A((w) => w.updateMessageStatusLabel), r = A((w) => w.setMessageError), c = V(ve());
|
|
5329
5329
|
K(() => {
|
|
5330
5330
|
t({
|
|
5331
5331
|
onMessageStatusUpdate: o,
|
|
@@ -5348,13 +5348,10 @@ ${g}`
|
|
|
5348
5348
|
p.current = g.handleEvent;
|
|
5349
5349
|
const k = T(
|
|
5350
5350
|
(w) => {
|
|
5351
|
-
const
|
|
5352
|
-
|
|
5353
|
-
const N = P.getState().conversationId;
|
|
5354
|
-
N && e.updateConversation?.(N, { conversationName: C.conversationTitle });
|
|
5355
|
-
}
|
|
5351
|
+
const S = p.current?.(w);
|
|
5352
|
+
S?.agentResultType === $e.TOOL_INVOKE && S.toolName && d(S.toolName, S.toolArguments ?? {});
|
|
5356
5353
|
},
|
|
5357
|
-
[d
|
|
5354
|
+
[d]
|
|
5358
5355
|
), { sendMessage: b, stopGeneration: m, resetConversation: y, loadConversation: _ } = Cc({
|
|
5359
5356
|
transport: e,
|
|
5360
5357
|
onEvent: k,
|
|
@@ -5363,7 +5360,7 @@ ${g}`
|
|
|
5363
5360
|
Ec({ transport: e }), K(() => {
|
|
5364
5361
|
H.getState().setTransport(e);
|
|
5365
5362
|
}, [e]);
|
|
5366
|
-
const
|
|
5363
|
+
const E = T(() => {
|
|
5367
5364
|
y(), c.current = ve();
|
|
5368
5365
|
}, [y]), j = T(() => {
|
|
5369
5366
|
m(), c.current = ve();
|
|
@@ -5377,7 +5374,7 @@ ${g}`
|
|
|
5377
5374
|
sendMessage: b,
|
|
5378
5375
|
isBusy: s,
|
|
5379
5376
|
stopGeneration: j,
|
|
5380
|
-
resetConversation:
|
|
5377
|
+
resetConversation: E,
|
|
5381
5378
|
loadConversation: v
|
|
5382
5379
|
};
|
|
5383
5380
|
}, Sc = async (e, a) => {
|
|
@@ -5437,7 +5434,7 @@ export {
|
|
|
5437
5434
|
R as EventType,
|
|
5438
5435
|
St as MarkdownRenderer,
|
|
5439
5436
|
jr as QueryCancelledError,
|
|
5440
|
-
|
|
5437
|
+
$e as ResultType,
|
|
5441
5438
|
ns as ThinkingIndicator,
|
|
5442
5439
|
$c as closeSidecar,
|
|
5443
5440
|
en as getDefaultStatusLabel,
|
|
@@ -5448,7 +5445,7 @@ export {
|
|
|
5448
5445
|
Gc as toggleSidecar,
|
|
5449
5446
|
se as toolRegistry,
|
|
5450
5447
|
Wc as useAgentAdapter,
|
|
5451
|
-
|
|
5448
|
+
M as useAgentStore,
|
|
5452
5449
|
A as useChatStore,
|
|
5453
5450
|
Vc as useSidecarOpen
|
|
5454
5451
|
};
|