单个节点支持多个DNS线路

This commit is contained in:
GoEdgeLab
2020-11-16 13:03:45 +08:00
parent 4d0f3611a5
commit 71c682470c
43 changed files with 348 additions and 124 deletions

View File

@@ -26,3 +26,10 @@ form {
.link.grey:hover {
color: #4183c4 !important;
}
// table
table {
th.center, td.center {
text-align: center !important;
}
}