Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/the-furry-hubofeverything/PBJelly

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/the-furry-hubofeverything/PBJelly

  • v0.0.0-20210605191824-a93f22978cf5
  • Source
  • Go
  • Socket score

Version published
Created
Source

PBJelly

Go Report CardGo Reference

Updates DNS records using the Porkbun API

Examples

PBJelly -l example.com

2021/06/03 22:34:34 Current IP: 203.0.113.32
2021/06/03 22:34:34 {ID:123456789 Name:test.example.com Type:A Content:203.0.113.22 TTL:600 Prio:0 Notes:}

PBJelly -id "123456789" -i "3h" -n "test.example.com" example.com

2021/06/04 01:35:33 Updated test.example.com to 203.0.113.32

You can also use config files, note that any commandline flags would override the values in the config file

PBJelly -c config/example.toml example.com

Arguments

Usage: PBJelly [options] <domain>
   -c string
        Path to config (default "config.toml")
  -i duration
        Time between updates (default 1h0m0s)
  -id string
        ID of Porkbun DNS entry, use -l to view ID (default "0")
  -l    List DNS records under domain
  -n string
        Name of DNS record
  -o    Execute update only once (For cron or systemd)
  -t string
        Type of DNS record (default "A")

FAQs

Package last updated on 05 Jun 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc