All Projects → NightFlightCaptain → FreeGithub

NightFlightCaptain / FreeGithub

Licence: other
😊自动获取github相关网站的ip地址,解决github链接不畅通的问题

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to FreeGithub

Information collection handbook
Handbook of information collection for penetration testing and src
Stars: ✭ 447 (+893.33%)
Mutual labels:  dns, ip
ebook
Third edition of the Computer Networking: Principles, Protocols and Practice ebook
Stars: ✭ 64 (+42.22%)
Mutual labels:  dns, ip
Is Google
Verify that a request is from Google crawlers using Google's DNS verification steps
Stars: ✭ 82 (+82.22%)
Mutual labels:  dns, ip
MicroDNSSrv
A micro DNS server for MicroPython to simply respond to A queries on multi-domains with or without wildcards (used on Pycom modules & ESP32)
Stars: ✭ 43 (-4.44%)
Mutual labels:  dns, ip
Cdn dig
用于在linux 终端快速查询全国 CDN 调度到哪些区域节点的工具
Stars: ✭ 36 (-20%)
Mutual labels:  dns, ip
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (+13.33%)
Mutual labels:  dns, ip
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (+260%)
Mutual labels:  dns, ip
bacnet-stack
BACnet Protocol Stack library provides a BACnet application layer, network layer and media access (MAC) layer communications services.
Stars: ✭ 199 (+342.22%)
Mutual labels:  ip
domain-lookup-tree
A tree structure in Rust optimized for looking up domain names, with wildcard support
Stars: ✭ 17 (-62.22%)
Mutual labels:  dns
sledgehammer
🔨 📶 WiFi-Jammer/DoS toolset
Stars: ✭ 34 (-24.44%)
Mutual labels:  ip
server-ip-addresses
Daily updated list of IP addresses / CIDR blocks used by data centers, cloud service providers, servers, etc.
Stars: ✭ 74 (+64.44%)
Mutual labels:  ip
watsor
Object detection for video surveillance
Stars: ✭ 203 (+351.11%)
Mutual labels:  ip
Dumb
Dumain Bruteforcer - a fast and flexible domain bruteforcer
Stars: ✭ 54 (+20%)
Mutual labels:  dns
remoteaddr
Go http real ip header parser
Stars: ✭ 18 (-60%)
Mutual labels:  ip
ocaml-dns
OCaml implementation of the DNS protocol
Stars: ✭ 93 (+106.67%)
Mutual labels:  dns
Python
Python Powered Repository
Stars: ✭ 17 (-62.22%)
Mutual labels:  ip
docker-hosts-updater
Automatic update /etc/hosts on start/stop containers.
Stars: ✭ 36 (-20%)
Mutual labels:  dns
dohjs
DNS over HTTPS client for use in the browser
Stars: ✭ 71 (+57.78%)
Mutual labels:  dns
portakal
Bulk port checker written with Go
Stars: ✭ 18 (-60%)
Mutual labels:  ip
Geolocate-IP-Browser-Extension
A browser extension, which shows you the origin of your IP address.
Stars: ✭ 21 (-53.33%)
Mutual labels:  ip

FreeGithub

自动获取github相关网站的ip地址,解决github链接不畅通的问题,该项目的README会自动更新,大家可以直接复制使用。 在workflows/freegithub.yml文件中可以设置自动更新的时间,本代码设置的是一个月自动更新一次。大家可以按照自己的需求改写cron表达式

hosts列表

#Github Host Start
github.githubassets.com 54.165.242.31
camo.githubusercontent.com 3.236.227.46
github.map.fastly.net 3.230.154.141
github.global.ssl.fastly.net 44.198.186.243
github.com 44.197.131.181
api.github.com 44.198.186.243
raw.githubusercontent.com 18.206.194.198
favicons.githubusercontent.com 34.207.248.206
avatars5.githubusercontent.com 54.86.230.221
avatars4.githubusercontent.com 54.163.29.143
avatars3.githubusercontent.com 18.206.194.198
avatars2.githubusercontent.com 54.89.231.40
avatars1.githubusercontent.com 35.175.120.159
avatars0.githubusercontent.com 34.235.150.65
# Github Host End

更新时间:2021-11-01 08:23:16

修改本机的hosts文件

存放位置

  • Windows 系统:C:\Windows\System32\drivers\etc\hosts
  • Linux 系统:/etc/hosts
  • Mac(苹果电脑)系统:/etc/hosts

生效

  • Windows:在 CMD 窗口输入:ipconfig /flushdns
  • Linux 命令:sudo rcnscd restart
  • Mac 命令:sudo killall -HUP mDNSResponder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].