节点增加DNS解析库类型设置

This commit is contained in:
刘祥超
2022-05-04 16:41:28 +08:00
parent 8a95f49f8f
commit 549f418b69
8 changed files with 174 additions and 13 deletions

View File

@@ -11,10 +11,14 @@
<td class="title">CPU线程数</td>
<td>
<input type="text" name="maxCPU" v-model="node.maxCPU" style="width:5em" maxlength="4"/>
<p class="comment">当前节点可以使用的最多的CPU线程数如果为0则默认为4倍的CPU线程数。</p>
<p class="comment">当前节点可以使用的最多的CPU线程数如果为0则默认为4倍的CPU线程数。<pro-warning-label></pro-warning-label></p>
</td>
</tr>
</table>
<h4>DNS解析</h4>
<dns-resolver-config-box :v-dns-resolver-config="dnsResolverConfig"></dns-resolver-config-box>
<submit-btn></submit-btn>
</form>
</div>