Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
aztecrabbit committed Mar 24, 2020
1 parent 0d3bf41 commit 1ca73e5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.txt
*.log
*.ori
*.bak
Expand Down
45 changes: 34 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,17 @@ Usage
$ cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
$ ./brainfuck-psiphon-pro-go

<!-- -->

Use ProxyDroid (root), Tun2Tap, or SocksDroid to redirect all connection to this Tunnel (Socks 5 Port 3080)
Exclude Termux!


Configurations
--------------

Run `./brainfuck-psiphon-pro-go` first to export all default settings.
Config will generated to `config.json` where brainfuck-psiphon-pro-go binary file are executed.


### Pro Version
Expand All @@ -84,7 +90,7 @@ Run `./brainfuck-psiphon-pro-go` first to export all default settings.

### Rules

**Xl Iflix or Axis Gaming (Default)**
**XL Iflix or Axis Gaming (Default)**

...
"Rules": {
Expand Down Expand Up @@ -115,34 +121,51 @@ or

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

**Xl King**
**Telkomsel 0P0K**

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

or

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

**Telkomsel 0P0K**
**XL King**

...
"Rules": {
"akamai.net:443": [
"118.97.159.51:443",
"118.98.95.106:443"
"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",
"www.pubgmobile.com"
]
},
...

or
**Joox**

./brainfuck-psiphon-pro-go -f 118.97.159.51:443,118.98.95.106:443 -w akamai.net:443
...
"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)**

Expand Down

0 comments on commit 1ca73e5

Please sign in to comment.