Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
A human friendly format for defining and documenting and your DNS config and a tool for verifying and applying it to your friendly dns service provider.
e.g tableflip.io.dns.md
## Origin: tableflip.io
name | type | data
-----------|------|---------------
@ www blog | A | 178.62.82.182
@ | MX | mx-{1,3}.rightbox.com:10
tinydns
, I <3 you, but why you make me RTFM every time?){1,2}.foo.com
=> 1.foo.com 2.foo.com
dnsify examples/tableflip.io.dns.md
$ORIGIN tableflip.io.
$TTL 1h
@ IN A 178.62.82.182
www IN A 178.62.82.182
@ IN MX 10 mx-1.rightbox.com.
...
dnsify examples/tableflip.io.dns.md --json
{
"origin": "tableflip.io",
"ttl": "1h",
"records" : [
{
"type": "A",
"name": "@",
"data": "178.62.82.182"
}
]
}
examples/zone-file-style.dns.md
The no frills "DNS Zone file as markdown table" style
name | type | data |
---|---|---|
@ | A | 178.62.82.182 |
www | A | @ |
blog | A | @ |
next | A | 212.110.189.58 |
@ | MX | mx-1.rightbox.com:10 |
@ | MX | mx-2.rightbox.com:10 |
@ | MX | mx-3.rightbox.com:10 |
@ | TXT | v=spf1 include:_spf.google.com include:_spf.freeagent.com ~all |
examples/dry-style.dns.md
DRY style. Order the columns however you like, Multiple tables are merged, lists are expanded. The result is the same as the previous example
data | type | name |
---|---|---|
178.62.82.182 | A | @ www blog |
212.110.189.58 | A | next |
type | data |
---|---|
MX | mx-{1,2,3}.rightbox.com:10 |
TXT | v=spf1 include:_spf.google.com include:_spf.freeagent.com ~all |
FAQs
DNS config in markdown
The npm package dnsify receives a total of 4 weekly downloads. As such, dnsify popularity was classified as not popular.
We found that dnsify 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.