: An APK that connects to the router's API to force band selection.
#!/bin/sh # Custom firewall iptables -P INPUT DROP iptables -A INPUT -p tcp --dport 22 -j ACCEPT # Kill the ISP's telemetry daemon killall oma_daemon # Set custom DNS echo "nameserver 1.1.1.1" > /etc/resolv.conf
: An APK that connects to the router's API to force band selection.
#!/bin/sh # Custom firewall iptables -P INPUT DROP iptables -A INPUT -p tcp --dport 22 -j ACCEPT # Kill the ISP's telemetry daemon killall oma_daemon # Set custom DNS echo "nameserver 1.1.1.1" > /etc/resolv.conf huawei b535-232 custom firmware