-
Notifications
You must be signed in to change notification settings - Fork 2
dmz
GitHub Action edited this page Jul 20, 2026
·
1 revision
The DMZ (DeMilitarized Zone) feature lets you toggle the router's DMZ mode and configure the internal destination IP address. When DMZ is enabled, all inbound traffic from the WAN that is not matched by another rule is forwarded to the configured host.
To enable this feature, check the Firewall option under Enabled Features in the integration configuration or options flow.
-
Option key:
firewall
| Entity | Description | API Source |
|---|---|---|
| Firewall DMZ | Toggle the DMZ feature. The destination_ip attribute shows the currently configured target IP. |
firewall/set_dmz |
The following service is registered under the glinet_router domain when the Firewall feature is enabled:
Configures DMZ settings.
| Field | Type | Required | Description |
|---|---|---|---|
enabled |
boolean | Yes | Whether DMZ is enabled. |
dest_ip |
string | No | The internal IP address to expose. |
mac |
string | No | Target a specific router by MAC address. |
- Firewall Rules — Add and remove custom firewall rules.
- Port Forwards — Add and remove port forwarding rules.
- WAN Access — Toggle WAN ping, HTTPS, and SSH access.
- Firewall parent page