atech 1.0.26 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/atech/network_restrictions.rb +3 -1
- metadata +2 -2
@@ -29,11 +29,13 @@ module Atech
|
|
29
29
|
@networks ||= [
|
30
30
|
'127.0.0.1/32', # localhost
|
31
31
|
'185.22.208.0/25', # infra
|
32
|
+
'109.104.109.0/26', # bournemouth network
|
32
33
|
'10.17.0.0/24', # vpn
|
33
34
|
'10.0.2.0/24', # office
|
34
35
|
'2a00:67a0:a:1::/64', # infra ipv6
|
35
36
|
'2a00:67a0:a:5::/64', # vpn ipv6
|
36
|
-
'2a01:348:311:2::/64'
|
37
|
+
'2a01:348:311:2::/64', # office ipv6
|
38
|
+
'2001:9d8:2005:1::/64' # bournemouth ipv6
|
37
39
|
]
|
38
40
|
end
|
39
41
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atech
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.27
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-31 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: hello@atechmedia.com
|