default to epoxy
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
{
|
||||
"name": "Movies/TV",
|
||||
"image": "https://avatars.githubusercontent.com/u/121455091",
|
||||
"target": "//movie-web.app"
|
||||
"target": "https://movie-web.app"
|
||||
},
|
||||
{
|
||||
"name": "Paramount+",
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
import { loadProxyWorker, encoder, storage } from './utils.js';
|
||||
import { loadSettings } from './settings.js';
|
||||
|
||||
//BareMux.SetTransport('EpxMod.EpoxyClient', { wisp: location.origin.replace('http', 'ws') + '/wisp/' });
|
||||
BareMux.SetTransport('CurlMod.LibcurlClient', {
|
||||
BareMux.SetTransport('EpxMod.EpoxyClient', { wisp: location.origin.replace('http', 'ws') + '/wisp/' });
|
||||
/*BareMux.SetTransport('CurlMod.LibcurlClient', {
|
||||
wisp: location.origin.replace('http', 'ws') + '/wisp/',
|
||||
wasm: 'https://cdn.jsdelivr.net/npm/libcurl.js@v0.5.3/libcurl.wasm'
|
||||
});
|
||||
wasm: '/libcurl/libcurl.wasm'
|
||||
});*/
|
||||
//BareMux.SetTransport('BareMod.BareClient', location.origin + '/bare/');
|
||||
|
||||
loadSettings();
|
||||
|
||||
Binary file not shown.
+4
-4
@@ -37,11 +37,11 @@
|
||||
|
||||
<div class="hitbox"></div>
|
||||
|
||||
<script src="/baremux/bare.cjs"></script>
|
||||
<script src="/baremux/bare.cjs" defer></script>
|
||||
|
||||
<script src="/epoxy/index.js"></script>
|
||||
<script src="/libcurl/index.cjs"></script>
|
||||
<script src="/assets/js/bare-transport.js"></script>
|
||||
<script src="/epoxy/index.js" defer></script>
|
||||
<script src="/libcurl/index.cjs" defer></script>
|
||||
<script src="/assets/js/bare-transport.js" defer></script>
|
||||
|
||||
<script src="/assets/js/view.js" type="module"></script>
|
||||
<script src="/assets/js/main.js" type="module"></script>
|
||||
|
||||
Reference in New Issue
Block a user