![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
A command-line client for adding & removing single nodes to your DynECT zone.
To run the tool you must set the following environment variables to your DynECT account credentials:
DYN_CUSTOMER
DYN_USER
DYN_PASSWORD
The commands offered are:
dynector arecord foo.example.com 10.0.0.11
: add the A record 10.0.0.11
to foo.example.com, so that foo.example.com will resolve to 10.0.0.11
dynector cname foo.example.com bar.example.com
: add bar.example.com
as a CNAME for foo.example.com, so that bar will resolve to foo, which is resolved elsewhere.
dynector delete gone.example.com
: remove all records for gone.example.com
dynector list example.com
: list all records dynect has for the given zone, with types
dynector resolve example.com
: resolve all records for the given zone & return a sorted list of IPs in use
Usage:
dynector: conveniences for interacting with the dynect API
Commands:
arecord <fqdn> <ip> make the given fqdn resolve to the given IP
cname <fqdn> <cname> make the given fqdn resolve to the given cname
delete <fqdn> remove the named node entirely
list <zone> list all records for the given zone
resolve <zone> resolve all records for the given zone; list the IPs
Options:
--zone, -z specify a zone
--replace, -r remove, then add the record [boolean]
--version Show version number [boolean]
--help Show help [boolean]
Examples:
dynector arecord example.com 10.0.0.1
dynector cname www.example.com example.com
dynector cname oops.example.com example.com
dynector delete oops.example.com
dynector list example.com
dynector resolve example.com
FAQs
DynECT dns API command-line tool
The npm package dynector receives a total of 0 weekly downloads. As such, dynector popularity was classified as not popular.
We found that dynector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.