tianon / rawdns

a direct, raw DNS interface to the Docker API
https://hub.docker.com/r/tianon/rawdns/
GNU General Public License v3.0
201 stars 24 forks source link

Add support for SRV records #17

Closed tianon closed 7 years ago

tianon commented 7 years ago

Example configuration block:

    "_pgpkey-http._tcp.ha.pool.sks-keyservers.net.": {
        "type": "static",
        "srvs": [
            {
                "priority": 0,
                "weight": 100,
                "port": 11371,
                "target": "ha.pool.sks-keyservers.net."
            }
        ]
    },
paultag commented 7 years ago

:+1: