-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Found a workaround for the slow dashboard loading issue that shows up from time to time.
Setting the DNS name server away from DHCP to instead using a well know static such as google (8.8.8.8) causes a slow dashboard to load instantly
This can be set using the file at /etc/dhcpd.conf and setting the static ip as follows
for best reliability use the google servrers
$echo "static domain_name_servers=8.8.8.8" >> /etc/dhcpcd.conf
for privacy perhaps use DNSWATCH servers instead
$echo "static domain_name_servers=84.200.69.80" >> /etc/dhcpcd.conf
Metadata
Metadata
Assignees
Labels
No labels