Downloads:
2,549
Downloads of v 0.0.93:
18
Last Update:
07 Oct 2024
Package Maintainer(s):
Software Author(s):
- Matthew Monahan - Unfrl LLC
Tags:
dug dns propagation cli- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
dug
This is not the latest version of dug available.
- 1
- 2
- 3
0.0.93 | Updated: 07 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,549
Downloads of v 0.0.93:
18
Maintainer(s):
Software Author(s):
- Matthew Monahan - Unfrl LLC
dug 0.0.93
This is not the latest version of dug available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Matthew Monahan - Unfrl LLC. The inclusion of Matthew Monahan - Unfrl LLC trademark(s), if any, upon this webpage is solely to identify Matthew Monahan - Unfrl LLC 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 dug, run the following command from the command line or from PowerShell:
To upgrade dug, run the following command from the command line or from PowerShell:
To uninstall dug, 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 dug --internalize --version=0.0.93 --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 dug -y --source="'INTERNAL REPO URL'" --version="'0.0.93'" [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 dug -y --source="'INTERNAL REPO URL'" --version="'0.0.93'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install dug
win_chocolatey:
name: dug
version: '0.0.93'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'dug' do
action :install
source 'INTERNAL REPO URL'
version '0.0.93'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller dug
{
Name = "dug"
Version = "0.0.93"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'dug':
ensure => '0.0.93',
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 07 Oct 2024.
A global DNS propagation checker that gives pretty output.
md5: 29C4430D4F9BABF84EE941A0120BC791 | sha1: B7BCEECF4DC5353D7B6EECB5CD45490F2FEDDD70 | sha256: DA9063AEEDD18E1F486FBCD2017267B2B1BAC650BE5BACFD59FCCC5BBB61501E | sha512: 0EF78C90BED58DC717B2AC6894426EDDA7C8A94F17868B2E3F14EED9D1B97D8E120FFB3211A054672787DCDADD751CD9A5EE0483C734DBE40B213178EBE97DB5
ANTI-CAPITALIST SOFTWARE LICENSE (v 1.4)
Copyright © 2020 Matthew Monahan, Unfrl LLC
This is anti-capitalist software, released for free use by individuals and organizations that do not operate by capitalist principles.
Permission is hereby granted, free of charge, to any person or organization (the "User") obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, merge, distribute, and/or sell copies of the Software, subject to the following conditions:
1. The above copyright notice and this permission notice shall be included in all copies or modified versions of the Software.
2. The User is one of the following:
a. An individual person, laboring for themselves
b. A non-profit organization
c. An educational institution
d. An organization that seeks shared profit for all of its members, and allows non-members to set the cost of their labor
3. If the User is an organization with owners, then all owners are workers and all workers are owners with equal equity and/or equal vote.
4. If the User is an organization, then the User is not law enforcement or military, or working for or under either.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 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.
Unfrl LLC is the vendor of 'dug'. The entire application is bundled in a single executble (output\dug.exe). We also include debug symbols (output\dug.pdb).
Log in or click on link to see number of positives.
- dug.0.0.93.nupkg (2cc64c3f7ed9) - ## / 62
- dug.exe (da9063aeedd1) - ## / 66
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 |
---|---|---|---|---|
dug 0.0.94 | 45 | Monday, October 7, 2024 | Approved | |
dug 0.0.93 | 18 | Monday, October 7, 2024 | Approved | |
dug 0.0.92 | 129 | Wednesday, September 20, 2023 | Approved | |
dug 0.0.91 | 39 | Wednesday, September 20, 2023 | Approved | |
dug 0.0.90 | 185 | Monday, December 26, 2022 | Approved | |
dug 0.0.89 | 97 | Monday, October 10, 2022 | Approved | |
dug 0.0.87 | 70 | Saturday, October 8, 2022 | Approved | |
dug 0.0.86 | 125 | Friday, June 3, 2022 | Approved | |
dug 0.0.82 | 174 | Monday, February 21, 2022 | Approved | |
dug 0.0.81 | 135 | Saturday, November 27, 2021 | Approved | |
dug 0.0.80 | 84 | Saturday, November 27, 2021 | Approved | |
dug 0.0.75 | 177 | Saturday, July 17, 2021 | Approved | |
dug 0.0.73 | 111 | Sunday, May 23, 2021 | Approved | |
dug 0.0.72 | 109 | Tuesday, May 11, 2021 | Approved | |
dug 0.0.70 | 117 | Saturday, January 30, 2021 | Approved | |
dug 0.0.68 | 90 | Thursday, January 21, 2021 | Approved | |
dug 0.0.65 | 96 | Sunday, January 17, 2021 | Approved | |
dug 0.0.64 | 114 | Wednesday, January 13, 2021 | Approved | |
dug 0.0.63 | 96 | Tuesday, January 12, 2021 | Approved | |
dug 0.0.61 | 109 | Tuesday, January 12, 2021 | Approved | |
dug 0.0.60 | 101 | Sunday, January 10, 2021 | Approved | |
dug 0.0.59 | 158 | Monday, January 4, 2021 | Approved | |
dug 0.0.1 | 159 | Saturday, January 2, 2021 | Approved |
2020 Unfrl LLC
This package has no dependencies.
Ground Rules:
- This discussion is only about dug and the dug 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 dug, 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.