/tuiser1y

Primary LanguageShellMIT LicenseMIT

vs

If you can continue to use it, please keep a low profile.

Do not promote any website

Deploy vs

Friendly reminder: After fork this project, change heroku deploy address to your own name.

Deploy

VLESS Client Setup

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!

Client Ws+Tls+Xtls-rprx-direct(Flow) Support Status

Client Status
2dust V2RayN
2dust V2RayNG
Ws+Tls+Flow
OpenWrt SSRPlus Ws+Tls
OpenWrt Passwall Ws+Tls
QV2Ray Ws+Tls

Cloudflare Reverse Proxy Code (Choose one from both examples)

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 (recommend)

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)
        )
    }
)

Caddyindexpage (Welcome to Pull Requests)

Select the link address you like and copy it as the variable CADDYIndexPage variable value

Number Address
1(default) Welcome to caddy page
2 3DCEList Periodic Table of Elements
3 Spotify-Landing-Page-Redesign
4 dev-landing-page
5 free-for-dev
6 tailwindtoolbox-Landing-Page
7 sandhikagalih/simple-landing-page
8 StartBootstrap/startbootstrap-new-age
9 mikutap A fun page with music demo
10 WebGL Fluid simulation demo
11 loruki-website
12 bongo.cat A musical cat demo

Acknowledgments

Important information

Heroku has started to clean up users who use the v2ray/xray/shadowsocks project, especially if the number of forks is too many and has been advertised on YOUTUBE (please be careful if the number of forks exceeds 100), this project will no longer be updated. If you can continue to use it, please keep a low profile. There are few free resources left. (2021.7.19)

Caddy web server has an abnormal error, caddy web server has been cancelled, please forgive me. (2020.8.16)

New users only need to modify the id and Caddy homepage configuration

Do not modify the caddy configuration if you are not familiar with the caddy configuration

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!!!!