Skip to content

Instantly share code, notes, and snippets.

View clbx's full-sized avatar
🤠

clay clbx

🤠
  • Philadelphia, PA
  • 10:34 (UTC -04:00)
View GitHub Profile
sudo apt install resolvconf
/etc/systemd/resolved.conf
DNS==< ip of DNS Server >
sudo systemd-resolve --interface eth0 --set-dns 192.168.1.60 --set-domain <domain>
sudo systemd-resolve --flush-caches