Git Product home page Git Product logo

heroku-gost's Introduction

Deploy

提醒: 滥用可能导致账户就被BAN!!!

一. 点击图标部署项目:

  1. 变量 METHOD 如不需要,保持默认留空即可

  2. 完成部署后,打开app ,显示404 page not found,表示部署成功

二. 客户端使用,这里介绍如下二种方式

  • v2ray ws tls:
{
            "protocol": "socks",
            "tag": "herokuapp",
            "settings": {"servers": [{"address": "xxxxxxxxx.herokuapp.com": 443}]},
            "streamSettings": {"network": "ws","security": "tls","tlsSettings": {"allowInsecure": false,"serverName": "xxxxxxxxx.herokuapp.com"},"wsSettings": {"path": "/ws","headers": {"Host": "xxxxxxxxx.herokuapp.com"}}}
}
  • gost -L=:1080 -F=socks5+wss://xxxxxxxxx.herokuapp.com:443

三. 搭配clouflare cdn

四. 关于变量 METHOD 使用范例

默认是空值,运行方式即为:/usr/local/bin/gost -L socks5+ws://:$PORT 已可以满足大部分需求,之所以加入这个是方便自己进行流媒体分流 假如有一个能解锁流媒体的VPS运行着SS服务,只需要修改变量METHOD下面的值,即可分流Netflix流量到VPS的SS服务器:

-F=ss://AEAD_CHACHA20_POLY1305:password@server_ip:833?bypass=~*.btstatic.com,*.netflix.com,*.netflix.net,*.nflxext.com,*.nflximg.com,*.nflximg.net,*.nflxsearch.net,*.nflxso.net,*.nflxvideo.net

更多自定义使用方式参考 https://github.com/ginuerzh/gost/ https://docs.ginuerzh.xyz/gost/

END? 谁告诉我怎么全自定义参数啊???

尝试把-L socks5+ws://:$PORT包括到METHOD内,就会导致部署失败

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.