This commit is contained in:
sebseb7
2020-10-20 07:59:06 +01:00
parent a13b0027e7
commit d67b8b0900
2 changed files with 5 additions and 3 deletions

View File

@@ -13,9 +13,8 @@ sp_login=$REPLY
read -s -p "Speedify password (not displayed):"
sp_pass=$REPLY
sudo echo "address=/pi.status/192.168.145.1" > /etc/dnsmasq.d/static
sudo echo "server=8.8.8.8" >> /etc/dnsmasq.d/static
sudo echo "server=1.1.1.1" >> /etc/dnsmasq.d/static
sudo mkdir /etc/dnsmasq.d
sudo cp static /etc/dnsmasq.d
curl https://get.speedify.com/pgp.key | sudo apt-key add

3
static Normal file
View File

@@ -0,0 +1,3 @@
address=/pi.status/192.168.145.1
server=8.8.8.8
server=1.1.1.1