Skip to content

Instantly share code, notes, and snippets.

@vfarid

vfarid/sub.js Secret

Created February 4, 2023 20:49
Show Gist options
  • Save vfarid/1adcbe0ac8ada4bd566710f8353476f7 to your computer and use it in GitHub Desktop.
Save vfarid/1adcbe0ac8ada4bd566710f8353476f7 to your computer and use it in GitHub Desktop.
var list = [
"vmess://xxxxxx",
"vless://xxxxxx",
...
]
export default {
async fetch(request, env) {
return new Response(btoa(list.join("\r\n")))
}
}
@zeinali66
Copy link

Thanks.

@Mohammad-Aali
Copy link

Great Job

@esmaeilch81
Copy link

Thanks man

@mohsen202
Copy link

ممنون

@Amin1023
Copy link

merc

@mostafacpr
Copy link

merc good

@mostafacpr
Copy link

mostafacpr commented Feb 26, 2023 via email

@aligholami77
Copy link

بنظرم این بهتره:

export default {
async fetch(request) {
const mysub = `

trojan://xxx
vmess://xxx
vmess://xxx

`;
return new Response(mysub);
},
};

@MehdiAbyat
Copy link

MehdiAbyat commented Mar 12, 2023

اگه بخوام به یکی از کانفیگای سرورم، یکسری از آیپی های تمیز کلادفلر بدم چیکار باید بکنم؟

@MRAbbasi1
Copy link

MRAbbasi1 commented Mar 19, 2023

var list = [ `

trojan://xxx
vmess://xxx
vless://xxx

`
]
export default {
async fetch(request, env) {
return new Response(btoa(list.join("\r\n")))
}
}

@dcrysis
Copy link

dcrysis commented Sep 1, 2023

خب سلام این کد رو باید چیکار کنیم

@Amin1023
Copy link

Amin1023 commented Sep 2, 2023

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment