For the complete documentation index, see llms.txt. This page is also available as Markdown.

OpenWrt

This is the provider for OpenWrt.

To use this provider you need to install the luci-mod-rpcpackage on the OpenWrt instance.

Important notes

This provider only supports the following record types.

Configuration

To use this provider, add an entry to creds.json with TYPE set to OPENWRT.

Required fields include:

  • username and password: Authentication information

  • host: The hostname/address of OpenWrt instance

Example:

creds.json
{
  "openwrt": {
    "TYPE": "OPENWRT",
    "username": "root",
    "password": "your-password",
    "host": "http://192.168.1.1"
  }
}

Usage

An example configuration:

Last updated