This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## You need to remove the default dnsmasq package. | |
## If you remove straight, it will stop resolving DNS, and that is why we are going to use these following commands | |
opkg update; cd /tmp/ && opkg download dnsmasq-full; opkg install ipset libnettle8 libnetfilter-conntrack3; | |
opkg remove dnsmasq; opkg install dnsmasq-full --cache /tmp/; rm -f /tmp/dnsmasq-full*.ipk; | |
## Install wget if you don't have it. | |
## You can skip that if you can upload those files using SCP | |
## Check the official repo as those endpoints update frequently therefore change it accordingly | |
opkg install wget | |
wget https://downloads.sourceforge.net/project/v2raya/openwrt/v2raya.pub -O /etc/opkg/keys/94cc2a834fb0aa03 |