|
@@ -23,7 +23,7 @@ export const WebUIViewer = forwardRef<DialogRef>((props, ref) => {
|
|
|
}));
|
|
|
|
|
|
const webUIList = verge?.web_ui_list || [
|
|
|
- "https://d.metacubex.one/#?hostname=%host&port=%port&secret=%secret",
|
|
|
+ "https://metacubex.github.io/metacubexd/#/setup?http=true&hostname=%host&port=%port&secret=%secret",
|
|
|
"https://yacd.metacubex.one/?host=%host&port=%port&secret=%secret",
|
|
|
];
|
|
|
|