Skip to content

Models

airvpn.web.services.dns.models

Current

The user's currently active custom DNS configuration.

Attributes:

Name Type Description
lists list[str]

Codes of the DNS lists currently selected.

enabled bool

Whether custom DNS is currently enabled.

DnsList

A DNS list available from AirVPN.

Attributes:

Name Type Description
code str

Unique code identifying the DNS list.

name str

Display name of the DNS list.

description str | None

Optional free-text description of the list.

home str

Homepage URL associated with the list.

experimental bool

Whether the list is marked experimental.

nitems int

Number of entries contained in the list.

last_update datetime

UTC timestamp of when the list was last updated.