Libernet is open source web app for tunneling internet using SSH, V2Ray, Trojan, Shadowsocks on OpenWRT with ease.
- bash
- screen
- jq
- Python 3
- OpenSSH
- sshpass
- stunnel
- V2Ray
- Shadowsocks
- go-tun2socks
- badvpn-tun2socks (legacy)
- dnsmasq
- https-dns-proxy
- php7
- php7-cgi
- php7-mod-session
- php7-mod-json
- httping
- SSH with proxy
- SSH-SSL
- V2Ray VMess
- V2Ray VLESS
- V2Ray Trojan
- Trojan
- Shadowsocks
- If you don't have git on OpenWRT, please install first:
opkg update && opkg install git
- Prepare download directory:
mkdir -p ~/Downloads
- Clone this repository:
git clone git://github.com/lutfailham96/libernet.git ~/Downloads/libernet
- Run installation script:
bash ~/Downloads/libernet/install.sh
- Open Libernet on your browser: http://router-ip/libernet
- Fill your tunnel server, save configuration & run Libernet
- Just run updater script:
bash ~/Downloads/libernet/update.sh
- Updater script will updating Libernet to latest version
- Username: admin
- Password: libernet
In home menu, check 'Use tun2socks legacy' to use badvpn-tun2socks or uncheck to use go-tun2socks instead.