Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
aztecrabbit committed Feb 2, 2020
1 parent 49de0ac commit 147bcf9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Aztec Rabbit
Copyright (c) 2020 Aztec Rabbit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
35 changes: 20 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ Requirements
golang
proxifier

**Android (Termux)**

golang


Install
-------

**Brainfuck Psiphon Pro Go**

$ go get -v -u github.com/aztecrabbit/brainfuck-psiphon-pro-go

$ cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
$ go build -ldflags "-s -w"

**Psiphon Tunnel Core**

$ go get -v -u github.com/Psiphon-Labs/psiphon-tunnel-core/ConsoleClient

$ cd ~/go/src/github.com/Psiphon-Labs/psiphon-tunnel-core/ConsoleClient
$ go build -ldflags "-s -w" -o ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go/psiphon-tunnel-core
https://github.com/aztecrabbit/Brainfuck-Psiphon-Pro/tree/master/storage/psiphon/.tunnel-core


Usage
Expand All @@ -41,22 +41,15 @@ Usage
**Linux**

$ cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
$ sudo ./brainfuck-psiphon-pro-go

or

$ sudo ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go/brainfuck-psiphon-pro-go
$ sudo -s
# ./brainfuck-psiphon-pro-go


**Termux**
**Android (Termux)**

$ cd ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go
$ ./brainfuck-psiphon-pro-go

or

$ ~/go/src/github.com/aztecrabbit/brainfuck-psiphon-pro-go/brainfuck-psiphon-pro-go


Configurations
--------------
Expand Down Expand Up @@ -114,6 +107,10 @@ Run `./brainfuck-psiphon-pro-go` first to export all default settings.
},
...

or

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

**Xl King**

...
Expand All @@ -124,6 +121,10 @@ Run `./brainfuck-psiphon-pro-go` first to export all default settings.
},
...

or

./brainfuck-psiphon-pro-go -f "www.pubgmobile.com" -w "akamai.net:80"

**Telkomsel 0P0K**

...
Expand All @@ -134,3 +135,7 @@ Run `./brainfuck-psiphon-pro-go` first to export all default settings.
]
},
...

or

./brainfuck-psiphon-pro-go -f "118.97.159.51:443,118.98.95.106:443" -w "akamai.net:443"
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
appName = "Brainfuck Tunnel"
appVersionName = "Psiphon Pro Go"
appVersionCode = "200127"
appVersionCode = "200202"

copyrightYear = "2020"
copyrightAuthor = "Aztec Rabbit"
Expand Down

0 comments on commit 147bcf9

Please sign in to comment.