Snippets

xchandan Docker-compose-dns

Created by xchandan last modified
mydomain.local:53 {

    rewrite stop {
        name regex (.*)\.mydomain.local {1}
        answer name (.*)\. {1}.mydomain.local
    }
    forward . 127.0.0.11:53
    log
}
.:53 {

    forward . 127.0.0.11:53
    log
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.