Guide:Solved! CommunityApplication's Malfunction due to DNS Pollution/Unable to Connect GithubUserContent


Antiq

Recommended Posts

Simply ADD hosts Through CONSOLE

the following IP Address should be checked if still available on IP-LookUP-Sites(←for example)

 

Open CONSOLE and paste the following command one by one(for safty)

Quote

echo "185.199.108.133    raw.githubusercontent.com" >> /etc/hosts

Quote

echo "185.199.109.133    raw.githubusercontent.com" >> /etc/hosts

Quote

echo "185.199.110.133    raw.githubusercontent.com" >> /etc/hosts

Quote

echo "185.199.111.133    raw.githubusercontent.com" >> /etc/hosts

 

Verification of the change is Recommended↓

Quote

vi /etc/hosts

 

OR

With User Scripts plugin installed from CommunityApplications, we can use a new script to easily do that

Quote

#!/bin/bash
echo "185.199.108.133    raw.githubusercontent.com" >> /etc/hosts
echo "185.199.109.133    raw.githubusercontent.com" >> /etc/hosts
echo "185.199.110.133    raw.githubusercontent.com" >> /etc/hosts
echo "185.199.111.133    raw.githubusercontent.com" >> /etc/hosts

Click Save

Change the "Schedule Disabled→At First Array Start Only" if u wish

 

Hope it helps UwU

77498883_F(XBF4R0PQBT8G8PFIN70.png.93f12f8422ea14f0ce5158ab832c2178.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.