How to temporary fix:
This site can’t be reachedCheck if there is a typo in img.lwks.com. DNS_PROBE_FINISHED_NXDOMAIN on Linux

posted on: 9/19/2022
When I visited Lightwork's new forum the avatars weren't loading. I right clicked and open the image in a new tab. Then I got this.



The ONLY I've found was this method. Changing my DNS on a router level didn't solve anything. And this is just a temporary fix -- it gets reseted everytime you reboot. So bookmark this page...
First of you need to open up your preferred terminal. Then you need to type this in (or copy/paste):

sudo nano /etc/resolv.conf

Then before any nameserver entry type these three lines in:

nameserver 8.8.8.8
nameserver 208.67.222.222
nameserver 4.2.2.2

Save and refresh the page (you might need to press Ctrl + Shift + R for it to work).

Again I'll say this again: This will reset everytime you reboot.. I do not know of a better solution. Sorry.