mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-18 06:45:49 +00:00
[sub] url support for reverse proxy #607
This commit is contained in:
@@ -83,8 +83,7 @@
|
||||
});
|
||||
},
|
||||
genSubLink(subID) {
|
||||
const { domain: host, port, tls: isTLS, path: base } = app.subSettings;
|
||||
return buildURL({ host, port, isTLS, base, path: subID+'?name='+subID });
|
||||
return app.subSettings.subURI+subID+'?name='+subID;
|
||||
}
|
||||
},
|
||||
updated() {
|
||||
|
||||
Reference in New Issue
Block a user