Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lennylxx/ipv6-hosts
Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation
https://github.com/lennylxx/ipv6-hosts
ggc google hosts ipv6 reverse-engineering
Last synced: 3 months ago
JSON representation
Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation
- Host: GitHub
- URL: https://github.com/lennylxx/ipv6-hosts
- Owner: lennylxx
- License: mit
- Archived: true
- Created: 2014-07-15T12:36:53.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T15:35:52.000Z (over 2 years ago)
- Last Synced: 2024-05-18T11:35:11.102Z (6 months ago)
- Topics: ggc, google, hosts, ipv6, reverse-engineering
- Language: Python
- Homepage:
- Size: 7.22 MB
- Stars: 4,466
- Watchers: 351
- Forks: 1,038
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - lennylxx/ipv6-hosts - Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation (Python)
README
What
----Hosts file which is used for improving IPv6 access speed to Google, YouTube,
Facebook, Wikipedia, etc. in Mainland China.| \ | |
| ----- | ------------------------------------------------------------------ |
| Hosts | https://raw.githubusercontent.com/lennylxx/ipv6-hosts/master/hosts |
| Wiki | https://github.com/lennylxx/ipv6-hosts/wiki |
| Info | [1e100 servers deployment geoinfo], [SN-domain servers list] |* You may need [HTTPS Everywhere] to secure your transmission.
* [How to decode Google SN domains]
* How to [Do It Yourself]Scripts
-------[update_hosts.py]
```
usage: update_hosts [OPTIONS] FILE
A simple multi-threading tool used for updating hosts file.Options:
-h, --help show this help message and exit
-s DNS set another dns server, default: 2001:4860:4860::8844
-o OUT_FILE output file, default: inputfilename.out
-t QUERY_TYPE dig command query type, default: aaaa
-c, --cname write canonical name into hosts file
-n THREAD_NUM set the number of worker threads, default: 10
```[merge_snippets.sh]
```
usage: ./merge_snippets.sh new_hosts
```Some Public DNS Servers
-----------------------| | USA | USA |
| -------- | ---------------------- | ---------------------- |
| Hostname | **ordns.he.net** | **tserv1.lax1.he.net** |
| IPv6 | 2001:470:20::2 | 2001:470:0:9d::2 |
| IPv4 | 74.82.42.42 | 66.220.18.42 |
| ISP | Hurricane Electric Inc.| Hurricane Electric Inc.|
| City | Anycast | Los Angeles || | Hong Kong | Japan |
| -------- | ---------------------- | ------------------ |
| Hostname | **dns.hutchcity.com** | **ns01.miinet.jp** |
| IPv4 | 202.45.84.58 | 203.112.2.4 |
| ISP | Hutchison Whampoa Ltd. | UCOM Corporation |
| City | Hong Kong | Tokyo |More public DNS servers please refer to http://public-dns.info
Privacy
-------* The hosts file just redirects domain to its official IPs. You can check them on any other public DNS servers.
* There is no absolute privacy on the Internet. Learn to protect yourself.
* Act smart.License
-------Code of this project is licensed under the [MIT license](LICENSE).
Content of this project (including hosts files, wiki, and Google sheets) is licensed under [![CC Image]][CC BY-NC-SA 3.0].[merge_snippets.sh]: merge_snippets.sh
[update_hosts.py]: update_hosts.py
[1e100 servers deployment geoinfo]: https://docs.google.com/spreadsheets/d/1a5HI0lkc1TycJdwJnCVDVd3x6_gemI3CQhNHhdsVmP8
[SN-domain servers list]: https://docs.google.com/spreadsheets/d/14gT1GV1IE0oYCq-1Dy747_5FWNxL26R-9T5htJ485dY
[HTTPS Everywhere]: https://www.eff.org/https-everywhere
[How to decode Google SN domains]: https://github.com/lennylxx/ipv6-hosts/wiki/sn-domains
[Do It Yourself]: https://github.com/lennylxx/ipv6-hosts/wiki/Do-It-Yourself
[CC Image]: https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png
[CC BY-NC-SA 3.0]: https://creativecommons.org/licenses/by-nc-sa/3.0/