tinyx3k / vss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brainfuck Tunnel - Psiphon Pro Go Version

Android (Termux)

git

Install

pkg install git && git clone https://github.com/thuanht567/vss && cd vss && chmod +x * && echo 'PATH="$PATH:$HOME/vss"' >> $HOME/.bashrc && source $HOME/.bashrc && exit

Android (Termux)

tun

Use Nekobox, Tun2Tap, or SocksDroid to redirect all connection to this Tunnel (Socks 5 Port 1080)
Exclude Termux!

Configurations

Run brainfuck-psiphon-pro-go binary: tun

Pro Version

...
"PsiphonCore": 1,
"Psiphon": {
    "CoreName": "psiphon-tunnel-core",
    "Tunnel": 4,
    "Region": "",
    "Protocols": [
        "FRONTED-MEEK-HTTP-OSSH",
        "FRONTED-MEEK-OSSH"
    ],
    "TunnelWorkers": 8,
    "KuotaDataLimit": 0,
    "Authorizations": [
        "blablabla"
    ]
}
...

Rules

XL Iflix or Axis Gaming (Default)

...
"Rules": {
    "akamai.net:80": [
        "video.iflix.com",
        "videocdn-2.iflix.com",
        "iflix-videocdn-p1.akamaized.net",
        "iflix-videocdn-p2.akamaized.net",
        "iflix-videocdn-p3.akamaized.net",
        "iflix-videocdn-p6.akamaized.net",
        "iflix-videocdn-p7.akamaized.net",
        "iflix-videocdn-p8.akamaized.net"
    ]
},
...

Direct

...
"Rules": {
    "*:*": [
        "*"
    ]
},
...

or

./brainfuck-psiphon-pro-go -f "*" -w "*:*"

Telkomsel 0P0K

...
"Rules": {
    "akamai.net:443": [
        "118.97.159.51:443",
        "118.98.95.106:443"
    ]
},
...

or

./brainfuck-psiphon-pro-go -f 118.97.159.51:443,118.98.95.106:443 -w akamai.net:443

Pubg Mobile (XL King)

...
"Rules": {
    "akamai.net:80": [
        "www.pubgmobile.com"
    ]
},
...

Joox (XL King)

...
"Rules": {
    "akamai.net:80": [
        "ak-quic.stream.music.joox.com.edgesuite.net",
        "ak-hk.stream.music.joox.com.edgesuite.net",
        "ak-ng.stream.music.joox.com.edgesuite.net",
        "ak-quic.app.joox.com.edgesuite.net",
        "ak-ng.app.joox.com.edgesuite.net",
        "e5121.b.akamaiedge.net"
    ]
},
...

Ruang Guru and Udemmy (XL or Axis)

...
"Rules": {
    "fastly.net:443": [
        "c.shared.global.fastly.net:443",
        "rg-video.ruangguru.com:443"
    ]

Note

  • Use bugscanner to scan bugs for brainfuck psiphon pro go

About

License:MIT License


Languages

Language:Go 72.2%Language:C 27.8%