A DNS over HTTPS (DoH) client written in elixir.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dough/config/config.exs

10 lines
297 B

# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
use Mix.Config
config :dough,
# default, an opennic server.
dns_server: "37.235.1.174",
current_version: Mix.Project.config()[:version]
import_config "#{Mix.env}.exs"