Files
dotfiles/bin/resolv.sh
2020-01-26 11:31:35 +01:00

9 lines
82 B
Bash
Executable File

#!/bin/bash
cat > /etc/resolv.conf <<EOF
# ParaConsul
nameserver 127.0.0.1
EOF