Skip to content

kolide/kolide-unbound-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

kolide-unbound-buildpack

This buildpack configures unbound to run as a daemon on Heroku.

It expects that the apt buildpack has already run, with an Aptfile with the following contents:

unbound
libpython3.10

It also expects a Heroku config var UNBOUND_JSON to be set, with valid JSON in the following format:

{
    "forward": [
        {
            "zone": "<zone-here>",
            "addrs": [
                "<ip-addr-here>"
            ]
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages