{"id":18456791,"url":"https://github.com/jmhale/terraform-digitalocean-dnsproxy","last_synced_at":"2025-04-22T19:30:36.967Z","repository":{"id":96236004,"uuid":"174876841","full_name":"jmhale/terraform-digitalocean-dnsproxy","owner":"jmhale","description":"Deploys a DNS proxy instance pair using bind9 and sniproxy in the NYC1 and NYC3 DigitalOcean regions","archived":false,"fork":false,"pushed_at":"2021-08-02T20:32:50.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-25T05:20:53.651Z","etag":null,"topics":["bind9","digitalocean","sniproxy","terraform"],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmhale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T20:25:57.000Z","updated_at":"2021-08-02T20:32:53.000Z","dependencies_parsed_at":"2023-04-15T04:15:51.521Z","dependency_job_id":null,"html_url":"https://github.com/jmhale/terraform-digitalocean-dnsproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhale%2Fterraform-digitalocean-dnsproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhale%2Fterraform-digitalocean-dnsproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhale%2Fterraform-digitalocean-dnsproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmhale%2Fterraform-digitalocean-dnsproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmhale","download_url":"https://codeload.github.com/jmhale/terraform-digitalocean-dnsproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239147046,"owners_count":19589529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bind9","digitalocean","sniproxy","terraform"],"created_at":"2024-11-06T08:12:43.478Z","updated_at":"2025-02-16T15:14:24.345Z","avatar_url":"https://github.com/jmhale.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-digitalocean-dnsproxy\n\nDeploys a DNS proxy instance pair using bind9 and sniproxy in the NYC1 and NYC3 DigitalOcean regions\n\n## Variables\n| Variable Name | Type | Required |Description |\n|---------------|-------------|-------------|-------------|\n|`user_ips`|`list`|Yes|List of IPv4 addresses allowed to query DNS and proxy HTTP/S connections.|\n|`admin_ips`|`list`|Yes|List of IPv4 addresses allowed to query DNS, proxy HTTP/S connections, and SSH to the proxy instances.|\n|`ssh_keys`|`list`|Yes|List of DigitalOcean identifiers for a SSH keys to use.|\n|`image_id`|`string`|No|ID of the OS image to use for the instances. Defaults to Ubuntu 18.04.|\n|`droplet_size`|`string`|No|Size of the droplet to create. Defaults to s-1vcpu-1gb.|\n\n## Usage\n\n```\nmodule \"terraform-digitalocean-dnsproxy\" {\n  source = \"git@github.com:jmhale/terraform-digitalocean-dnsproxy.git\"\n  admin_ips = \"[1.2.3.4]\"\n  user_ips  = \"[5.6.7.8]\"\n  ssh_keys  = [\"00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd:ee:ff\"]\n}\n\n```\n## Outputs\n| Output Name | Description |\n|---------------|-------------|\n|`floating_ip_nyc1`|IPv4 address of the NYC1 droplet.|\n|`floating_ip_nyc3`|IPv4 address of the NYC3 droplet.|\n\n\n---\nCopyright © 2019, James Hale\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhale%2Fterraform-digitalocean-dnsproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmhale%2Fterraform-digitalocean-dnsproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmhale%2Fterraform-digitalocean-dnsproxy/lists"}