diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-06-24 03:35:06 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-06-24 03:35:06 -0400 |
commit | 6a97cfb055ffc97a18432a225d7a4ecc4bc5f4c7 (patch) | |
tree | c5b5df966b788d70895fa75da5655c44b54f9075 /roles/vpn | |
parent | 9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (diff) | |
download | oldinfra-6a97cfb055ffc97a18432a225d7a4ecc4bc5f4c7.tar.gz oldinfra-6a97cfb055ffc97a18432a225d7a4ecc4bc5f4c7.zip |
internal mmt domain
Diffstat (limited to 'roles/vpn')
-rw-r--r-- | roles/vpn/files/config/acl.json | 2 | ||||
-rw-r--r-- | roles/vpn/templates/config.yml.j2 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/vpn/files/config/acl.json b/roles/vpn/files/config/acl.json index 4b91b39..b6a6145 100644 --- a/roles/vpn/files/config/acl.json +++ b/roles/vpn/files/config/acl.json @@ -34,7 +34,7 @@ { "action": "accept", "src": ["group:roomates"], - "dst": ["10.137.128.0/17:*"] + "dst": ["10.0.0.0/8:*"] }, { "action": "accept", diff --git a/roles/vpn/templates/config.yml.j2 b/roles/vpn/templates/config.yml.j2 index 8f6161e..493f64d 100644 --- a/roles/vpn/templates/config.yml.j2 +++ b/roles/vpn/templates/config.yml.j2 @@ -206,6 +206,8 @@ dns_config: - {{ nameserver_ip }} hatecomputers.club: - {{ nameserver_ip }} + mistymountainstherapy.com: + - {{ nameserver_ip }} ezri.dev: - {{ nameserver_ip }} |