/hero-guoba

Deploy vless on heroku

Primary LanguageShellMIT LicenseMIT

VLESS-heroku

Deploy VLESS and Trojan server on heroku

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

Do not promote any website

如果能继续使用的,请保持低调!!!

捕获1 Fork本项目后将readme.md中的Dimitri2020007替换为自己的用户名后再进行部署,非常重要,切记!!!!

选择不向任何网站转传是为了更长久的相聚,愿你能发现墙外美好而又有趣的地方。

带有删除线的部分表示不适用或已经废弃

自2021.11.18起不再部署caddy,改为单一部署以减少项目大小,提高项目稳定性,不保证本项目有被封的可能。

Fork this project, replace Dimitri2020007 in readme.md with your own user name before deploying, it is very important, remember!!!!

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.

This wall will fall. Beliefs become reality. (Ronald Reagan)

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!

Trojan Client Setup

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

Trojan Ws+Tls Support Status

Client Support Trojan ws+tls?
2dust V2RayN
2dust V2RayNG
No, Please use VLESS ws+tls
OpenWrt SSRPlus Yes
OpenWrt Passwall No, Please use VLESS 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)
        )
    }
)

Acknowledgments

Important information

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