diff options
Diffstat (limited to 'hiera/seahorse.yaml')
-rw-r--r-- | hiera/seahorse.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/hiera/seahorse.yaml b/hiera/seahorse.yaml index 5cd0f46..ef76f27 100644 --- a/hiera/seahorse.yaml +++ b/hiera/seahorse.yaml @@ -13,7 +13,7 @@ domain: name: seahorse.unstable.bitmask.net enabled: true environment: unstable -hosts: ~ +hosts: {} ip_address: "199.119.112.12" location: country_code: US @@ -24,6 +24,11 @@ mail: smarthost: - octopus.unstable.bitmask.net name: seahorse +obfsproxy: + gateway_address: "199.119.112.13" + scramblesuit: + password: K52VQ53KKNVFE2TLLJKFS3SYKRKEENTO + port: 22088 openvpn: adblock: false allow_limited: false @@ -85,6 +90,9 @@ ssh: enabled: true ports: "60000:61000" port: 4422 +stunnel: + clients: {} + servers: {} tags: - unstable - dc @@ -185,6 +193,9 @@ x509: xIAokTRYLx/6lq8bwelCPGVjy7EsGXt9aN+gMb4R3L9vA/NQrXu+dmCJKPE1vUHF gkVBxxt/s0R2aKM= -----END CERTIFICATE----- + commercial_ca_cert: ~ + commercial_cert: ~ + commercial_key: ~ dh: | -----BEGIN DH PARAMETERS----- MIIBngKCAZcAsTaQV6TwbN9PpD6dYdXz0lA0drrXLRvS8rNoMTaDnIv134RwKwsb @@ -226,3 +237,4 @@ x509: /D+dY+CRU62HFTIwHXNviqCP0Izmq1Wh/I/LAWpc9uzmOfOcxF63+g== -----END RSA PRIVATE KEY----- use: true + use_commercial: false |