oresha
05/02/2021 (Sun) 11:44:50
No.158462
del
#!/bin/sh
chattr -i /etc/resolv.conf
{
echo nameserver 127.0.0.1
} > /etc/resolv.conf
chattr +i /etc/resolv.conf
{
echo DNSPort 127.0.0.1:9053
echo AutomapHostsOnResolve 1
echo AutomapHostsSuffixes .onion
echo
echo TransPort 127.0.0.1:9040
echo VirtualAddrNetwork 10.192.0.0/10
} > /etc/tor/torrc
Message too long. Click here to view full text.