mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-09 12:22:43 +03:00
kubernetes-the-hard-way-on-vagrant
This commit is contained in:
5
vagrant/ubuntu/update-dns.sh
Normal file
5
vagrant/ubuntu/update-dns.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed -i -e 's/#DNS=/DNS=8.8.8.8/' /etc/systemd/resolved.conf
|
||||
|
||||
service systemd-resolved restart
|
Reference in New Issue
Block a user