KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
OrbotIPtProxy
★ 9
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
node-adsl
:
自动拨号程序
SlackSDK.jl
:
Julia interface to the Slack Web API
Deep-Learing-classification-Pytorch
:
No description available.
dm-xorm
:
添加以后让xorm支持达梦数据库
navi-cli
:
navi-cli
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
OrbotIPtProxy
?
Download (.md)
# Orbot IPtProxy This extends IPtProxy that includes additional functionality (go-tun2socks) needed for Orbot specifically. This is needed due to the fact that an Android app may only have one bundled gomobile built AAR at a time. This repository makes it trivial to integrate new releases of IPtProxy with additional go code that Orbot needs. To update IPtProxy releases (obfs4 and snowflake) update the submodule to point at a given release. Right now this is set to IPtProxy 1.7.1 Additional go code for Orbot can be added to the `./OrbotTun.go` directory. To build an `AAR` and sources `JAR` run `./build-orbot.sh` after setting the `ANDROID_HOME` and `ANDROID_NDK_HOME` environment variables.