This file contains hidden or 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
#!/usr/bin/bash | |
# Transocks: https://github.com/cybozu-go/transocks | |
# 1. Install: go get -u github.com/cybozu-go/transocks/... | |
# Note: depending on your vension of go, you will need the env: GO111MODULE=on | |
# 2. Create a "transocks" user | |
# 3. Execute: sudo -u transocks $HOME/go/bin/transocks -f transocks.toml | |
set -e | |
stty -echoctl |
This file contains hidden or 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
# Safe Search Domains | |
# Paste / Add this to your Unbound config | |
local-data: "yandex.com A 213.180.193.56" | |
local-data: "yandex.ru A 213.180.193.56" | |
local-data: "yandex.ua A 213.180.193.56" | |
local-data: "yandex.by A 213.180.193.56" | |
local-data: "yandex.kz A 213.180.193.56" | |
local-data: "www.yandex.com A 213.180.193.56" | |
local-data: "www.yandex.ru A 213.180.193.56" | |
local-data: "www.yandex.ua A 213.180.193.56" |