prak2-scripts/PokcoyDNSSlave/setup.sh
2024-10-02 20:37:29 +07:00

7 lines
151 B
Bash

#!/bin/bash
echo "nameserver 192.168.122.1" > /etc/resolv.conf
apt-get update
apt-get install bind9 -y
echo "nameserver 10.67.3.3" > /etc/resolv.conf