Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
dnslink-dnsimple
Advanced tools
Create and update DNSLink records via the v2 dnsimple api
You may also like
The dnsimple api requires and authentication token. Provide it by setting DNSIMPLE_TOKEN
as an environment variable.
You can then use dnsimple-dnslink
link a domain to CID
$ DNSIMPLE_TOKEN=$(cat token) dnslink-dnsimple -d example.org -l /ipfs/QmYz5328tp9deVZ8Ttuhhri5WicLvDznngYbZ68zKJeGRd
That will create or update a TXT
record via the dnsimple api at _dnslink.example.org
with the value dnslink=/ipfs/QmYz5328tp9deVZ8Ttuhhri5WicLvDznngYbZ68zKJeGRd
, assuming your account already has a zone for example.org
and your token is valid.
To get the full usage info just run dnslink-dnsimple
$ dnslink-dnsimple
USAGE
DNSIMPLE_TOKEN=trustno1 dnslink-dnsimple -d <domain-name> -l <dnslink-value>
OPTIONS
-l, --link <string> dnslink value, eg. ipfs path (required)
-d, --domain <string> dnsimple domain name (required)
-r, --record <string> domain record name (default: "_dnslink")
--ttl <int> set the ttl of the record (default: 60)
--sandbox use the dnsimple sandbox api
--help show this documentation
EXAMPLES
DNSIMPLE_TOKEN=$(cat token) dnslink-dnsimple -d domain.net -l /ipns/ipfs.io
You can install via npm
$ npm install -g dnsimple-dnslink
or you can run it directly via npx
$ DNSIMPLE_TOKEN=$(cat token) npx dnsimple-dnslink -d webui.ipfs.io -l /ipfs/QmYz5328tp9deVZ8Ttuhhri5WicLvDznngYbZ68zKJeGRd
MIT © Protocol Labs
FAQs
create and update dnslink records via the v2 dnsimple api
The npm package dnslink-dnsimple receives a total of 572 weekly downloads. As such, dnslink-dnsimple popularity was classified as not popular.
We found that dnslink-dnsimple 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.