Skip to content

imaletion/nash

 
 

Repository files navigation

wget --no-check-certificate -O tgbot.sh https://raw.githubusercontent.com/nameless3721/nash/master/tgbot.sh && chmod +x tgbot.sh && ./tgbot.sh

vi $Path/Telegram-chatbot/config.json

wget --no-check-certificate -O sc.sh https://raw.githubusercontent.com/nameless3721/nash/master/sc.sh && chmod +x sc.sh && ./sc.sh

wget --no-check-certificate -O rustss.sh https://raw.githubusercontent.com/nameless3721/nash/master/rustss.sh
chmod +x rustss.sh
./rustss.sh
systemctl restart rustss
systemctl status rustss

wget --no-check-certificate -O uninstall-rustss.sh https://raw.githubusercontent.com/nameless3721/nash/master/uninstall-rustss.sh
chmod +x uninstall-rustss.sh
./uninstall-rustss.sh
wget https://github.com/pymumu/smartdns/releases/download/Release33/smartdns.1.2020.09.08-2235.x86_64-debian-all.deb
dpkg -i smartdns*.deb
wget https://raw.githubusercontent.com/nameless3721/nash/master/smartdns.conf
mv -f smartdns.conf /etc/smartdns/
apt-get -y install resolvconf
echo "nameserver 127.0.0.1" >>/etc/resolvconf/resolv.conf.d/head
/etc/init.d/resolvconf restart
#替换解锁ip
sed -i "s/#server 88.88.88.88 -group nf/server 解锁ip -group nf/g" /etc/smartdns/smartdns.conf
systemctl restart smartdns
systemctl enable smartdns
#解锁nftv
wget --no-check-certificate -qO nfset.sh https://raw.githubusercontent.com/nameless3721/nash/master/nfset.sh && bash nfset.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.0%
  • Smarty 25.0%