Code Monkey home page Code Monkey logo

bdix-openwrt's Introduction

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:

Install BDIX bypass on OpenWRT router

BDIX proxy service installation:

Run the following command to install the BDIX proxy extension automatically:

cd /tmp && wget https://github.com/emonbhuiyan/BDIX-OpenWRT/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 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/bdix.conf

Please reboot your router after the uninstallation process.

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

bdix-openwrt's People

Contributors

emonbhuiyan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.