summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hiera/leech.yaml1
-rw-r--r--hiera/wallaby.yaml27
-rw-r--r--nodes/otter.json3
3 files changed, 29 insertions, 2 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",
diff --git a/nodes/otter.json b/nodes/otter.json
index 70258fe..47da31f 100644
--- a/nodes/otter.json
+++ b/nodes/otter.json
@@ -4,6 +4,5 @@
"openvpn": {
"gateway_address": "46.165.242.169"
},
- "services": ["openvpn", "tor"],
- "enabled": false
+ "services": ["openvpn", "tor"]
}