Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bgpat/ipdns
Transform a domain name formatted by IPv4 to A record
https://github.com/bgpat/ipdns
Last synced: about 2 months ago
JSON representation
Transform a domain name formatted by IPv4 to A record
- Host: GitHub
- URL: https://github.com/bgpat/ipdns
- Owner: bgpat
- License: mit
- Created: 2018-05-12T05:20:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:14:50.000Z (about 1 year ago)
- Last Synced: 2024-10-14T19:24:12.528Z (3 months ago)
- Language: Go
- Homepage: https://ip.401.jp
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipdns
Transform a domain name formatted by IPv4 to A record## usage
```
Usage of bin/ipdns:
-addr string
listen address
-domain value
domain list (default .)
-expire uint
SOA expire (default 604800)
-mbox string
SOA mbox (default admin@)
-minttl uint
SOA minttl (default 3600)
-ns value
nameserver list
-port string
listen port (default "53")
-proto value
listen protocol list (default tcp,udp)
-refresh uint
SOA refresh (default 3600)
-serial uint
SOA serial
-ttl uint
TTL (default 60)
-v print version information
```## example
```bash
ipdns -domain ip.401.jp
```