9 lines
82 B
Bash
Executable File
9 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat > /etc/resolv.conf <<EOF
|
|
# ParaConsul
|
|
|
|
nameserver 127.0.0.1
|
|
|
|
EOF
|