diff options
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/leech.yaml | 1 | ||||
-rw-r--r-- | hiera/wallaby.yaml | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/hiera/leech.yaml b/hiera/leech.yaml index ac6e482..fe1f592 100644 --- a/hiera/leech.yaml +++ b/hiera/leech.yaml @@ -88,6 +88,7 @@ mynetworks: - "204.13.164.171" - "204.13.164.57" - "37.218.240.101" + - "46.165.242.166" - "85.17.92.143" name: leech platform: diff --git a/hiera/wallaby.yaml b/hiera/wallaby.yaml index 72d0062..43b47fe 100644 --- a/hiera/wallaby.yaml +++ b/hiera/wallaby.yaml @@ -29,9 +29,36 @@ definition_files: "host": "millipede.demo.bitmask.net", "ip_address": "198.252.153.84", "location": "seattle__wa" + }, + { + "capabilities": { + "adblock": false, + "filter_dns": false, + "limited": false, + "ports": [ + "443" + ], + "protocols": [ + "tcp", + "udp" + ], + "transport": [ + "openvpn" + ], + "user_ips": false + }, + "host": "otter.demo.bitmask.net", + "ip_address": "46.165.242.169", + "location": "frankfurt" } ], "locations": { + "frankfurt": { + "country_code": "DE", + "hemisphere": "N", + "name": "Frankfurt", + "timezone": "+1" + }, "seattle__wa": { "country_code": "US", "hemisphere": "N", |