Downloads:
2,445
Downloads of v 2.9:
717
Last Update:
28 May 2019
Package Maintainer(s):
Software Author(s):
- Stack Overflow
Tags:
dnscontrolDnsControl
- 1
- 2
- 3
2.9 | Updated: 28 May 2019
Downloads:
2,445
Downloads of v 2.9:
717
Maintainer(s):
Software Author(s):
- Stack Overflow
Tags:
dnscontrolDnsControl 2.9
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install DnsControl, run the following command from the command line or from PowerShell:
To upgrade DnsControl, run the following command from the command line or from PowerShell:
To uninstall DnsControl, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download dnscontrol --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade dnscontrol -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade dnscontrol -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dnscontrol
win_chocolatey:
name: dnscontrol
version: '2.9'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dnscontrol' do
action :install
source 'INTERNAL REPO URL'
version '2.9'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dnscontrol
{
Name = "dnscontrol"
Version = "2.9"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dnscontrol':
ensure => '2.9',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 22 Aug 2020.
DnsControl is an opinionated platform for seamlessly managing your DNS configuration across any number of DNS hosts, both in the cloud or in your own infrastructure. It manages all of the domains for the Stack Overflow network, and can do the same for your.
Features
- Maintain your DNS data as high-level DS, with macros, and variables for easier updates.
- Eliminate vendor lock-in. Switch DNS providers easily, any time, with full fidelity.
- Supports 10+ DNS Providers including BIND, AWS Route 53, Google DNS, and name.com
- All the benefits of Git (or any VCS) for your DNS zone data. View history. Accept PRs.
- Runs on Linux, Windows, Mac, or any operating system supported by Go.
- Assign an IP address to a constant and use the variable name throughout the configuration. Need to change the IP address globally? Just change the variable and "recompile."
- Super extensible! Plug-in architecture makes adding new DNS providers and Registrars easy!
- Reduce point of failure: Easily maintain dual DNS providers and easily drop one that is down.
- Apply CI/CD principles to DNS: Unit-tests, system-tests, automated deployment.
- Optimize DNS with SPF optimizer. Detect too many lookups. Flatten includes.
- Enable/disable Cloudflare proxying (the "orange cloud" button) directly from your DNSControl files.
- Keep similar domains in sync with transforms, macros, and variables.
The MIT License (MIT)
Copyright (c) 2015 Stack Overflow
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/StackExchange/dnscontrol/releases>
and can be verified by doing the following:
1. Download the following <https://github.com/StackExchange/dnscontrol/releases/download/v2.9/dnscontrol.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: A39522006BE2EE1DFB61940BC8887670BEE6D047F591C5ECD42EAF4270E34B58
The file 'LICENSE.txt' has been obtained from <https://github.com/StackExchange/dnscontrol/blob/f61c584ddc77ea52ed851b6d24c4e463b7e941f2/LICENSE>
md5: 840D4B7FBAE736393F120E9CD99A04C8 | sha1: E729CA8996FE3EC297B4696B7EBC3D0512938B19 | sha256: A39522006BE2EE1DFB61940BC8887670BEE6D047F591C5ECD42EAF4270E34B58 | sha512: E7F53D37D6790A28573E0C824FE148609121FB9CA7FBE70164A7A9B05E3390B74C795A40FB38C4312D87E7186D4314AC6FB937096BE77E3DF42ADA97620FE30A
Log in or click on link to see number of positives.
- dnscontrol.2.9.nupkg (a9220dae1dc7) - ## / 63
- dnscontrol.exe (a39522006be2) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
DnsControl 2.9 | 717 | Tuesday, May 28, 2019 | Approved | |
DnsControl 0.2.8 | 202 | Thursday, December 20, 2018 | Approved | |
DnsControl 0.2.7 | 190 | Tuesday, October 9, 2018 | Approved | |
DnsControl 0.2.6 | 328 | Saturday, March 17, 2018 | Approved | |
DnsControl 0.2.5 | 322 | Tuesday, January 23, 2018 | Approved | |
DnsControl 0.2.4 | 339 | Thursday, December 7, 2017 | Approved | |
DnsControl 0.2.3 | 347 | Sunday, November 19, 2017 | Approved |
Copyright (c) 2015 Stack Overflow
Software ChangelogIts been a while since the last release! This release rolls up a number of big changes: IGNORE() now supports wildcards/globs, require() can be used to load JSON. New provider: Exoscale. New rTypes: SSHFP and NAPTR. The duplicate record check now happens in preview, not just in push. A new flag makes it easier to use dnscontrol in a CI/CD pipeline. Plus a lot, lot, more!
Major features:
- NEW PROVIDER: Exoscale (#390)
- Add SSHFP DNS record support. (#439)
- Add NAPTR support. (#461)
- Add --expect-no-changes flag to preview (#449)
- IGNORE() now supports glob pattern/wildcards (#463)
- require() now supports loading JSON too (#474)
- SPF_BUILDER() now supports setting the TTL (#476)
- CAA_BUILDER() makes it easier to add CAA records (#478)
- Check for duplicate records much earlier (#467)
- Add SIP/JABBER labels to underscore exception list (#453)
- require() now handles paths as relative (like nodeJS) (#443)
Provider-specific changes:
- ACTIVEDIRECTORY: Full support for managing NS records. (#450)
- NAMEDOTCOM: Improve error docs
- CLOUDFLARE: Added TLSA and SSHFP support (#484)
- CLOUDFLARE: Added options to set the target account for new domains (#430)
- CLOUDFLARE: Fix CF trying to update non-changeable TTL (#489)
- CLOUDFLARE: SPF records should be converted to TXT Fixes #446 (#480)
- ROUTE53/GCLOUD: Add Delegation/nameserver Sets (#448)
- DIGITALOCEAN: Fix #479: Filter SOA records from Digitalocean (#485)
- OVH: Fixed registrar ns correction (#486)
- OVH: Fixed DKIM when having longer keys (#487) (#488)
- OVH: Update to use newer client library (#445)
- OVH: Certify SSHFP support (#482)
- OVH: Certify that CAA support (#477)
- OVH: Documentation: Fix OVH API First Steps link (#416)
Minor cleanups:
- General docs improvements (#481)
- DOC: Apply brand-preferred case (#429)
- DOCUMENTATION: Document bugid 491 (#492)
- DOCS: Fix many spelling errors (#471)
This package has no dependencies.
Ground Rules:
- This discussion is only about DnsControl and the DnsControl package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or DnsControl, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.