Skip to content

Serverbd-Technology/bdix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BDIX Bypass 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. What if we could use Socks5 proxy on our router? Yeah, we can use 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 how to configure Socks5 proxy on an OpenWRT router. With this tutorial, we can use it on our OpenWRT router easily. To install and configure Socks5 proxy, ensure you have installed OpenWrt on your router. Then run commands as follows:

BDIX proxy service installation:

Run the following command to install BDIX proxy extension automatically:

cd /tmp && wget https://github.com/Serverbd-Technology/bdix/raw/main/install.sh && chmod +x install.sh && clear && sh install.sh && rm install.sh

Just run it and wait for completion. And enjoy.

To update proxy IP, Port, Username & Password

vi /etc/bdix.conf

After the update press esc key then :wq to save or :q! to discard changes

Update proxy IP, Port, Username & Password

How to start and stop BDIX:

To start BDIX proxy bypass

service bdix start

To stop BDIX proxy bypass

service bdix stop

To restart 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

Thanks for following my tutorial. Follow me to get more interesting tips and tricks.

About

Open WRT BDIX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages