Downloads:
2,113
Downloads of v 3.20.0:
174
Last Update:
01 Sep 2022
Package Maintainer(s):
Software Author(s):
- StackExchange Developers
Tags:
dnscontrol automated dns management- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
dnscontrol
- 1
- 2
- 3
3.20.0 | Updated: 01 Sep 2022
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,113
Downloads of v 3.20.0:
174
Maintainer(s):
Software Author(s):
- StackExchange Developers
dnscontrol 3.20.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by StackExchange Developers. The inclusion of StackExchange Developers trademark(s), if any, upon this webpage is solely to identify StackExchange Developers goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
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 stackexchange-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 stackexchange-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 stackexchange-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 stackexchange-dnscontrol
win_chocolatey:
name: stackexchange-dnscontrol
version: '3.20.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'stackexchange-dnscontrol' do
action :install
source 'INTERNAL REPO URL'
version '3.20.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller stackexchange-dnscontrol
{
Name = "stackexchange-dnscontrol"
Version = "3.20.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'stackexchange-dnscontrol':
ensure => '3.20.0',
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 Oct 2024.
DNSControl is a system for maintaining DNS zones. It has two parts: a domain specific language (DSL) for describing DNS zones plus software that processes the DSL and pushes the resulting zones to DNS providers such as Route53, Cloudflare, and Gandi. It can send the same DNS records to multiple providers. It even generates the most beautiful BIND zone files ever. It runs anywhere Go runs (Linux, macOS, Windows). The provider model is extensible, so more providers can be added.
md5: D963AA2BA553221F8A6DCB88572C63B6 | sha1: 4C843D8149EA06C52A430F62FEE41B2750B55730 | sha256: AD513ED85D1C4597457D0B9489ECFD2D531A6DC95E2744312B268FC25106A516 | sha512: 1CC5F0CF559F03078026F3A72775F6A65BBAD1A4A97B3204D707A9FDEA793F29F50AD7517A863642864DD2FEDFFED35F8541BC822B57C966BC8EC4C017FD9701
https://github.com/StackExchange/dnscontrol/blob/master/LICENSE
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 can be confirmed by downloading and confirming the hashes from here: https://github.com/StackExchange/dnscontrol/releases/
Log in or click on link to see number of positives.
- stackexchange-dnscontrol.3.20.0.nupkg (87b793574362) - ## / 65
- dnscontrol.exe (ad513ed85d1c) - ## / 69
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 3.20.0 | 174 | Thursday, September 1, 2022 | Approved | |
dnscontrol 3.19.0 | 61 | Tuesday, August 23, 2022 | Approved | |
dnscontrol 3.18.1 | 45 | Tuesday, August 23, 2022 | Approved | |
dnscontrol 3.18.0 | 44 | Tuesday, August 23, 2022 | Approved | |
dnscontrol 3.17.0 | 52 | Tuesday, August 23, 2022 | Approved | |
dnscontrol 3.16.2 | 63 | Tuesday, August 23, 2022 | Approved | |
dnscontrol 3.16.1 | 59 | Monday, August 22, 2022 | Approved | |
dnscontrol 3.16.0 | 54 | Monday, August 22, 2022 | Approved | |
dnscontrol 3.15.0 | 53 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.14.0 | 60 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.13.1 | 60 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.13.0 | 62 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.12.0 | 48 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.11.0 | 55 | Sunday, August 21, 2022 | Approved | |
dnscontrol 3.10.1 | 148 | Monday, July 19, 2021 | Approved | |
dnscontrol 3.9.0 | 125 | Friday, June 11, 2021 | Approved | |
dnscontrol 3.8.1 | 103 | Thursday, June 3, 2021 | Approved | |
dnscontrol 3.8.0 | 90 | Wednesday, May 26, 2021 | Approved | |
dnscontrol 3.7.0 | 114 | Sunday, May 23, 2021 | Approved | |
dnscontrol 3.6.0-rc | 82 | Monday, May 17, 2021 | Approved | |
dnscontrol 3.5.0 | 96 | Tuesday, May 4, 2021 | Approved | |
dnscontrol 3.4.2 | 99 | Saturday, April 24, 2021 | Approved | |
dnscontrol 3.3.0 | 100 | Saturday, April 3, 2021 | Approved | |
dnscontrol 3.2.0 | 132 | Thursday, March 25, 2021 | Approved | |
dnscontrol 3.0.0 | 134 | Wednesday, March 17, 2021 | Approved |
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.