Skip to content

Commit

Permalink
Remove ns script
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Oct 15, 2024
1 parent 8619f20 commit 95fddc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 36 deletions.
30 changes: 0 additions & 30 deletions bin/ns

This file was deleted.

2 changes: 1 addition & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ alias pyfmt='bash -c "isort \$0 \$@ && black --line-length 120 \$0 \$@"'
alias randn='shuf -i 1-9223372036854775807 -n 1'
alias rm='rm -I'
alias si='sudo -i'
alias suspend='while true; do echo mem | sudo tee /sys/power/state; sleep 10; done'
alias suspend='while true; do echo mem | sudo tee /sys/power/state; sleep 30; done'
alias tarip='tar --strip-components=1 -x -f'
alias tgit="tsocks git"
alias timev="/usr/bin/time -v"
Expand Down
8 changes: 4 additions & 4 deletions etc/dnsdist/dnsdist.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setSecurityPollSuffix("")
setVerboseHealthChecks(true)
newServer({address="10.212.132.64:53", checkInterval=5})
newServer({address="10.212.132.65:53", checkInterval=5})
newServer({address="1.2.4.8:53"})
newServer({address="8.8.8.8:53"})
newServer({address="10.212.132.64:53", checkInterval=3})
newServer({address="10.212.132.65:53", checkInterval=3})
newServer({address="1.2.4.8:53", checkInterval=5})
newServer({address="8.8.8.8:53", checkInterval=5})
setServerPolicy(firstAvailable)
1 change: 0 additions & 1 deletion install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
with_items:
- etc/X11/xorg.conf.d/99-synaptics.conf
- etc/apt/apt.conf.d/99default
- etc/dnsdist/dnsdist.conf # not always useful
- etc/docker/daemon.json
- etc/fonts/conf.d/99-default.conf
- etc/opt/chrome/policies/managed/blocklist.json
Expand Down

0 comments on commit 95fddc4

Please sign in to comment.