17 lines
531 B
Markdown
17 lines
531 B
Markdown
# unfifi-traffic-routes-domain-ip
|
|
|
|
Look up and set traffic route IPs based on domains for clients not using the UniFi DNS
|
|
|
|
## Configuration
|
|
|
|
Set the following as environment variables
|
|
|
|
| Variable | Description | Default |
|
|
| -------- | ----------- | ------- |
|
|
| `UNIFI_HOST` | Unifi network hostname | `192.168.1.1` |
|
|
| `UNIFI_PORT` | Unifi network port number | `443` |
|
|
| `UNIFI_USER` | Unifi username | |
|
|
| `UNIFI_PASS` | Unifi pass | |
|
|
|
|
The user must have access to Manage the Network application to update the Traffic Routes.
|