We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ee357 commit 260cfeaCopy full SHA for 260cfea
static-dhcp-and-arp-authorization/README.md
@@ -128,6 +128,8 @@ I recomended to select option 2.
128
129
## C. Configuration on Router
130
131
+Make sure you have configured ARP reply-only on the appropriate interface (interface to clients).
132
+
133
Add the following script to IP > DHCP Server > _Select the coresponding DHCP Server_
134
At tab "Script".
135
```
@@ -144,5 +146,6 @@ At tab "Script".
144
146
};
145
147
148
149
+Change "https://example.com/push_notif" to appropriate web URL.
150
That script will be executed when Router leased an IP address.
151
0 commit comments