Skip to content

gushmazuko/docker-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Docker Templates

Handy aliases

Add to ~/.aliasrc

alias dc="docker-compose"
alias dex='docker exec -it '
alias dps='docker ps'

DNS API

Add to ~/.aliasrc

DNS_API="XXXXXXX"
alias dns-rec='_dns-rec() { curl -Ss "https://zonomi.com/app/dns/dyndns.jsp?host=$1&api_key=$DNS_API";}; _dns-rec'
alias dns-add='_dns-add() { curl -Ss "https://zonomi.com/app/dns/dyndns.jsp?action=SET&name=$1&value=$2&type=A&api_key=$DNS_API";}; _dns-add'
alias dns-del='_dns-del() { curl -Ss "https://zonomi.com/app/dns/dyndns.jsp?action=DELETE&name=$1&type=A&api_key=$DNS_API";}; _dns-del'
alias dns-get='_dns-get() { curl -Ss "https://zonomi.com/app/dns/dyndns.jsp?action=QUERY&name=**.dxside.net&api_key=$DNS_API" | grep name -A 3;}; _dns-get'
  • dns-rec - Set current IP address to example.com
dns-rec example.com
  • dns-add - Set an IP Address (A) record: attribute a.example.com to 10.0.0.1
dns-add a.example.com 10.0.0.1
  • dns-del - Delete an IP Address (A) record: a.example.com
dns-del a.example.com
  • dns-get - Retrieve all records ending in example.com. e.g. letting you fetch all records in a DNS zone.
dns-get example.com

Refer to https://zonomi.com/app/dns/dyndns.jsp

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy