Skip to content

Commit ae5863d

Browse files
author
Taois
committed
feat:默认代理播放改为Ds提供的全能代理服务
1 parent 19ace69 commit ae5863d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

dashboard/src/views/Settings.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,9 @@ const addressSettings = reactive({
948948
proxyAccess: '',
949949
proxyAccessEnabled: false,
950950
// proxyPlay: 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜',
951-
proxyPlay: 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS',
951+
// proxyPlay: 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS',
952+
// proxyPlay: 'http://localhost:5757/m3u8-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#MDS',
953+
proxyPlay: 'http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS',
952954
proxyPlayEnabled: false,
953955
proxySniff: 'http://localhost:57573/sniffer',
954956
proxySniffEnabled: false,
@@ -1242,7 +1244,9 @@ const resetProxyPlay = async () => {
12421244
try {
12431245
// 重置为默认值
12441246
// addressSettings.proxyPlay = 'http://localhost:57572/proxy?form=base64&url=${url}&headers=${headers}&type=${type}#嗷呜'
1245-
addressSettings.proxyPlay = 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
1247+
// addressSettings.proxyPlay = 'http://localhost:5757/file-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
1248+
// addressSettings.proxyPlay = 'http://localhost:5757/m3u8-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#MDS'
1249+
addressSettings.proxyPlay = 'http://localhost:5757/unified-proxy/proxy?form=base64&auth=drpys&url=${url}&headers=${headers}&type=${type}#DS'
12461250
addressSettings.proxyPlayEnabled = false
12471251
12481252
// 保存到本地存储

0 commit comments

Comments
 (0)