Commit e768bb50 authored by tywldx's avatar tywldx

fix

parent 7399380d
12 13 14 15 16 17 22 23 24 25 26 28 46 50 59 60 72 74 75 76 88 151 152 153 154 155 156 158 160 161 162 163 164 12 13 14 15 16 17 22 23 24 25 26 28 46 50 59 60 72 74 75 76 88 151 152 153 154 155 156 158 160 161 162 164
#!/bin/bash
cd /etc
mv resolv.conf resolv.conf_back
touch resolv.conf
echo "# Generated by NetworkManager" > resolv.conf
echo "nameserver 172.16.88.252" > resolv.conf
echo "nameserver 192.168.5.100" > resolv.conf
echo "nameserver 223.5.5.5" > resolv.conf
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment