v1

latestOpenAPI 3.0.32026-07-17687987.2 KB
install

Applies the initial configuration.

post/install/configure

Request body

usernamestring required

Basic auth username

passwordstring required

Basic auth password

Example request

{
  "password": "password",
  "web": {
    "port": 53,
    "ip": "127.0.0.1"
  },
  "dns": {
    "port": 53,
    "ip": "127.0.0.1"
  },
  "username": "admin"
}

Response

OK.