From Firefox 57 onward, Mozilla’s browser has gone through a whole load of changes, overhauling it’s under- and over-the-hood functions…
Linux
Ubuntu 18.04 compile unbound dns
First step download and make install Make it auto start Edit unbound.conf file Refences http://www.linuxfromscratch.org/blfs/view/svn/introduction/bootscripts.html http://www.linuxfromscratch.org/blfs/view/svn/server/unbound.html https://github.com/ibksturm/dnscrypt-switzerland/tree/master/Unbound https://packages.debian.org/sid/amd64/unbound/download
Mozilla Firefox enable DNS-over-https
Enable Dns ove HTTPS in Firefox
Setup DNS-over-https in Mac OSX
Installation Using caddy server as https proxy Reference: https://scotthelme.co.uk/securing-dns-across-all-of-my-devices-with-pihole-dns-over-https-1-1-1-1/
Block China IP by Iptables
Servers: Debian9 Install ipset Next, I wrote a small Bash script to do all the work, which you should be…
Setup Unbound DNS resolve Opennic domain
Server env: Ubuntu 18.04 x64, Vultr Installation Get latest Opennic hints Verification Go: http://report.opennicproject.org/t2log/t2.phpPaste in your server IPv4/6 References: 1. https://famicoman.com/2017/10/14/bypass-your-isps-dns-run-a-private-opennic-server-2600-article/2. https://calomel.org/unbound_dns.html3. https://github.com/ibksturm/dnscrypt-switzerland4. https://github.com/publicarray/dns-resolver-infra5.…
Enable ipv6 with OpenVPN
Server: VultrOS: Ubuntu 18.04Protocol: TCPOpenvpn: 2.4.6 A lot of time, I struggled with Ipv6. Is it necessary to have it or…
WordPress rewrite rules under subfolder with Nginx
I separated different WordPress installation under the same domain name, but I need each of them have it own rewrite…
Contribute OpenNIC Tier2 DNS server
Server env: 1. Ubuntu 18.04 64bit2. Vultr / Linode Bonus part about forward non Moderntld into GoogleDNS or Quad9 References: https://wiki.opennic.org/opennic/srvzone…
Automatically loading iptables rules on Debian/Ubuntu
If you want your iptables rules automatically loaded every time your networking comes up on your Debian or Ubuntu server,…