May 1, 2025 update

This commit is contained in:
Sharad Ahlawat
2025-05-01 21:19:17 -07:00
parent a2cdf26594
commit b33d54d723
261 changed files with 2451 additions and 12859 deletions

View File

@ -1,4 +1,3 @@
# $FreeBSD: releng/12.3/lib/libc/net/hosts 338729 2018-09-17 18:56:47Z brd $
#
# Host Database
#
@ -13,26 +12,31 @@
::1 localhost
127.0.0.1 localhost
192.168.0.10 nas nas.ahlawat.com
fd01::10 nas nas.ahlawat.com
192.168.10.10 nas nas.ahlawat.com
fd0a::10 nas nas.ahlawat.com
192.168.48.10 nas nas.ahlawat.com
2001:470:480a::10 nas nas.ahlawat.com
192.168.0.10 nasv1 nasv1.ahlawat.com
fd01::10 nasv1 nasv1.ahlawat.com
192.168.8.10 nas nas.ahlawat.com
fd08::10 nas nas.ahlawat.com
192.168.10.10 nasv10 nasv10.ahlawat.com
fd0a::10 nasv10 nasv10.ahlawat.com
192.168.48.10 nasv48 nasv48.ahlawat.com
2001:470:480a::10 nasv48 nasv48.ahlawat.com
10.1.0.193 crucible.ad.inseego.com i01bitcru00.ad.inseego.com bitbucket.ad.inseego.com
#10.1.0.193 crucible.ad.inseego.com i01bitcru00.ad.inseego.com bitbucket.ad.inseego.com
13.56.245.15 rwe
54.241.30.152 rwe-gw
#
# Imaginary network. 10.0.0.2 myname.my.domain myname 10.0.0.3 myfriend.my.domain myfriend
#
# According to RFC 1918, you can use the following IP networks for
# private nets which will never be connected to the Internet:
# According to RFC 1918, you can use the following IP blocks for
# private internets:
#
# 10.0.0.0 - 10.255.255.255
# 172.16.0.0 - 172.31.255.255
# 192.168.0.0 - 192.168.255.255
# 10.0.0.0 - 10.255.255.255 (10/8 prefix)
# 172.16.0.0 - 172.31.255.255 (172.16/12 prefix)
# 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)
#
# In case you want to be able to connect to the Internet, you need
# In case you want to make addresses available on the Internet, you need
# real official assigned numbers. Do not try to invent your own network
# numbers but instead get one from your network provider (if any) or
# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)