1. 安裝dnsmasq
sudo apt install dnsmasq
2. 在配置檔案/etc/dnsmasq.conf末尾新增自定義域名
3. 測試配置檔案
sudo dnsmasq --test
4. 開啟dns服務
sudo systemctl restart dnsmasq
1. 安裝dnsmasq
sudo apt install dnsmasq
2. 在配置檔案/etc/dnsmasq.conf末尾新增自定義域名
3. 測試配置檔案
sudo dnsmasq --test
4. 開啟dns服務
sudo systemctl restart dnsmasq