Pay Attenation |
---|
If you can continue to use it, please keep a low profile. |
Fork this project, replace Dimitri2020007 in readme.md with your own user name before deploying, it is very important, remember!!!! |
If the prompt We couldn't deploy your app because the source code violates the Salesforce Acceptable Use and External-Facing Services Policy. appears, return to the warehouse, >Setting>Repository name to modify the warehouse name. |
The part with a strikethrough indicates that it is not applicable or has been obsoleted. |
The reason for choosing not to repost to any website is to get together for a longer time. I hope you can find beautiful and interesting places outside the wall. |
Since 2021.11.18, caddy will no longer be deployed, but a single deployment will be used to reduce the size of the project and improve the stability of the project. There is no guarantee that this project may be blocked. |
Connection Variables | Values |
---|---|
Address |
yourAppName.herokuapp.com Cloudflare Reverse Proxy IP |
SNI |
none |
AllowInsecure |
false |
Port |
443 |
Host |
yourAppName.herokuapp.com Cloudflare Reverse Proxy Domain Name |
Path |
/$ID-vless |
id |
Generate using UUID generator or V2RayN/V2RayNG client generate uuidgenerator |
Flow |
none |
encryption |
none |
Transport |
ws |
Tls |
Tls must open, otherwise your network was insecure! |
Connection Variables | Values |
---|---|
Address |
yourAppName.herokuapp.com Cloudflare Reverse Proxy IP |
SNI |
Cloudflare Reverse Proxy Domain Name |
Port |
443 |
Host |
yourAppName.herokuapp.com Cloudflare Reverse Proxy Domain Name |
Path |
/$ID-trojan |
password |
Generate using UUID generator or V2RayN/V2RayNG client generate uuidgenerator |
Transport |
ws |
Tls |
Tls must open, otherwise your network was insecure! |
Client | Status |
---|---|
2dust V2RayN 2dust V2RayNG |
Ws+Tls+Flow |
OpenWrt SSRPlus |
Ws+Tls |
OpenWrt Passwall |
Ws+Tls |
QV2Ray |
Client | Support Trojan ws+tls? |
---|---|
2dust V2RayN 2dust V2RayNG |
Yes, See latest version |
OpenWrt SSRPlus |
Yes |
OpenWrt Passwall |
Yes, Use latest passwall |
example 1
addEventListener(
"fetch", event => {
let url = new URL(event.request.url);
url.host = "appname.herokuapp.com";
let request = new Request(url, event.request);
event.respondWith(
fetch(request)
)
}
)
example 2
const SingleDay = 'appname.herokuapp.com'
const DoubleDay = 'appname.herokuapp.com'
addEventListener(
"fetch",event => {
let nd = new Date();
if (nd.getDate()%2) {
host = SingleDay
} else {
host = DoubleDay
}
let url=new URL(event.request.url);
url.hostname="appname.herokuapp.com";
let request=new Request(url,event.request);
event. respondWith(
fetch(request)
)
}
)
example 3
const Day0 = 'app0.herokuapp.com'
const Day1 = 'app1.herokuapp.com'
const Day2 = 'app2.herokuapp.com'
const Day3 = 'app3.herokuapp.com'
const Day4 = 'app4.herokuapp.com'
addEventListener(
"fetch",event => {
let nd = new Date();
let day = nd.getDate() % 5;
if (day === 0) {
host = Day0
} else if (day === 1) {
host = Day1
} else if (day === 2) {
host = Day2
} else if (day === 3){
host = Day3
} else if (day === 4){
host = Day4
} else {
host = Day0
}
let url=new URL(event.request.url);
url.hostname=host;
let request=new Request(url,event.request);
event. respondWith(
fetch(request)
)
}
)
New users only need to modify the id
Abuse is strictly prohibited, I am not responsible for all problems arising from abuse, and use and cherish!
This project is not suitable for long-term use over the wall.
For security reasons, please use cdn instead of custom domain names to achieve VLESS+WS+TLS.
It is forbidden to promote this project on any website!!!!