Skip to content

Commit

Permalink
修改hosts文件的UR
Browse files Browse the repository at this point in the history
  • Loading branch information
MidCheck committed Jul 28, 2020
1 parent 3912d90 commit 43bc978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

import requests
url = "https://coding.net/u/scaffrey/p/hosts/git/raw/master/hosts-files/hosts"
url = "https://raw.githubusercontent.com/googlehosts/hosts/master/hosts-files/hosts"
resp = requests.get(url)

outfile = open("hosts", "w")
Expand Down

0 comments on commit 43bc978

Please sign in to comment.