feat: add custom dns resolver
CI / Windows x64 (push) Successful in 9m31s

This commit is contained in:
2026-08-09 15:47:38 +07:00
parent ccaf521da4
commit 0223dd817b
12 changed files with 2780 additions and 10 deletions
+5 -1
View File
@@ -39,11 +39,15 @@
.warn { color:#e0b872; }
pre { margin:0; font:12px/1.6 ui-monospace, Consolas, monospace; color:#9aa4b2;
white-space:pre-wrap; max-height:200px; overflow:auto; }
code { font:12px/1.5 ui-monospace, Consolas, monospace; color:#c8d0da;
background:#232833; border-radius:4px; padding:1px 4px; }
</style>
</head>
<body>
<div id="app" v-cloak></div>
<script src="https://unpkg.com/vue@3/dist/vue.global.prod.js"></script>
<!-- Vue отдаёт сама служба: панель не должна зависеть от сети, тем более от
разрешения имён, которым служба и управляет. -->
<script src="/vue.js"></script>
<script src="/app.js"></script>
</body>
</html>