add_dns_static
Create a static DNS A record mapping a hostname to an IP address, with optional TTL, on a MikroTik RouterOS device.
Instructions
Tambah entri DNS statis (A record: name -> address). BUTUH MIKROCLAW_ALLOW_WRITE=true.
Args: name: nama host, mis. 'nas.lan'. address: IP tujuan, mis. '192.168.88.10'. ttl: time-to-live, mis. '1d', '1h'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | 1d | |
| name | Yes | ||
| address | Yes |