Sign in
emonbhuiyan / BDIX-OpenWRT Public
BDIX bypass become very popular in Bangladesh, especially in rural and urban areas. Socks5 is
one of the popular proxy protocols here. Could we use the Socks5 proxy on our router? Yeah, we
can use the Socks5 proxy on the OpenWRT router with Redsocks.
10 stars 13 forks Branches Tags Activity
Star Notifications
Code Issues Pull requests Discussions Actions Projects
main Go to file Code
emonbhuiyan Direct connection option | Uninstall option added bae83f8 · 5 months ago
[Link] Direct connection option | Uninstall opti… 5 months ago
bdix Direct connection option added. 5 months ago
[Link] Add files via upload 9 months ago
[Link] Update [Link] 9 months ago
README
BDIX Bypass Service on OpenWRT Router
BDIX bypass become very popular in Bangladesh, especially in rural and urban areas.
Socks5 is one of the popular proxy protocols here. Could we use the Socks5 proxy on
our router? Yeah, we can use the Socks5 proxy on the OpenWRT router with Redsocks. I
customized Redsocks as BDIX, especially for BDIX proxy users. However, I found a very
rare tutorial about configuring a Socks5 proxy on an OpenWRT router. With this tutorial,
we can use it on our OpenWRT router easily. To install and configure the Socks5 proxy,
please make sure you have installed OpenWrt on your router. Then run commands as
follows:
Video tutorial
Installation process described in this video tutorial:
BDIX proxy service installation:
Run the following command to install the BDIX proxy extension automatically:
cd /tmp && wget [Link]
Just run it and wait for completion. And enjoy.
To update proxy IP, Port, Username & Password
vi /etc/[Link]
After the update press esc key then :wq to save or :q! to discard changes
How to start and stop BDIX:
To start the BDIX proxy bypass
service bdix start
To stop BDIX proxy bypass
service bdix stop
To restart the BDIX proxy bypass
service bdix restart
To enable BDIX auto boot-start proxy
service bdix enable
To disable BDIX auto boot-start proxy
service bdix disable
To update direct connection list:
vi /etc/init.d/bdix
You can delete the existing domain line from the list or add a new line and replace the
domain name to add your desired direction connection.
After the update press esc key then :wq to save or :q! to discard changes
To uninstall this module from your
OpenWRT:
Just run the following commands to uninstall this program from your OpenWRT router.
service bdix stop
service bdix disable
rm /etc/init.d/bdix
rm /etc/[Link]
Please reboot your router after the uninstallation process.
Thanks for following my tutorial. Follow me to get more interesting tips and tricks.
Languages
Shell 100.0%
Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information
© 2024 GitHub, Inc.