subnetica 1.1.3 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/subnetica.rb +12 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2210ffff394347fe0ba62270a8d93092a259aba44572c219d73326690e4d99e3
|
|
4
|
+
data.tar.gz: bb71e5b0f1b36a8fda52328e8d07fd60990a75bf2037bb4f1e321d9ea1e94604
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7aefbd99aafb03085aa38a0796f45cce2725be6629b35ab2cea26979419bf0bbfa5b872b27aee1d46fef1b6adaf8415d478fc738c17bd34e68db3c0e5e1ba21
|
|
7
|
+
data.tar.gz: a8d63d5310f3cdadfcebd93991b8aa5ef50c70fc51e300c3423f81eb971109e70f32e454494d8ea4b0566360002fb55ebc719834a00f73a673dce741b81b25c1
|
data/lib/subnetica.rb
CHANGED
|
@@ -267,7 +267,12 @@ module Subnetica
|
|
|
267
267
|
[IPAddr.new('172.31.0.0/16'), 'ChaosVPN'],
|
|
268
268
|
[IPAddr.new('10.100.0.0/14'), 'ChaosVPN'],
|
|
269
269
|
[IPAddr.new('10.127.0.0/16'), 'NeoNetwork'],
|
|
270
|
-
[IPAddr.new('172.24.0.0/16'), 'router.city']
|
|
270
|
+
[IPAddr.new('172.24.0.0/16'), 'router.city'],
|
|
271
|
+
|
|
272
|
+
# Connectivity services with free client
|
|
273
|
+
[IPAddr.new('100.64.0.0/10'), 'Default Tailscale subnet'],
|
|
274
|
+
[IPAddr.new('100.80.0.0/12'), 'Default CloudConnexa WPC Domain Routing subnet'],
|
|
275
|
+
[IPAddr.new('100.96.0.0/11'), 'Default CloudConnexa WPC subnet']
|
|
271
276
|
].freeze
|
|
272
277
|
|
|
273
278
|
ADDRESSES_6 = [
|
|
@@ -392,7 +397,12 @@ module Subnetica
|
|
|
392
397
|
[IPAddr.new('fd00::/8'), 'dn42 / CRXN network'],
|
|
393
398
|
[IPAddr.new('fd42:d42:d42::/48'), 'dn42 anycast'],
|
|
394
399
|
[IPAddr.new('fd10:127::/32'), 'NeoNetwork'],
|
|
395
|
-
[IPAddr.new('2001:db8:dead:beef::/64'), 'router.city network']
|
|
400
|
+
[IPAddr.new('2001:db8:dead:beef::/64'), 'router.city network'],
|
|
401
|
+
|
|
402
|
+
# Connectivity services with free client
|
|
403
|
+
[IPAddr.new('fd7a:115c:a1e0::/48'), 'Default Tailscale subnet'],
|
|
404
|
+
[IPAddr.new('fd:0:0:4000::/50'), 'Default CloudConnexa WPC Domain Routing subnet'],
|
|
405
|
+
[IPAddr.new('fd:0:0:8000::/49'), 'Default CloudConnexa WPC subnet']
|
|
396
406
|
].freeze
|
|
397
407
|
|
|
398
408
|
def self.getinfo ipaddr
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: subnetica
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marek Küthe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: meshname
|
|
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
- !ruby/object:Gem::Version
|
|
67
67
|
version: '0'
|
|
68
68
|
requirements: []
|
|
69
|
-
rubygems_version: 3.5.
|
|
69
|
+
rubygems_version: 3.5.22
|
|
70
70
|
signing_key:
|
|
71
71
|
specification_version: 4
|
|
72
72
|
summary: Program that can display IPv4 and IPv6 address information.
|