diff --git a/docs/providers.md b/docs/providers.md index b9da70d0..077e1f25 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -128,3 +128,10 @@ If your device is connected to the internet via Ethernet (`eth0`), clients conne ## Troubleshooting RaspAP uses each CLI to fetch the most detailed available connection information and display this on the **Status** tab. The level of detail varies from one provider to the next. If you suspect a problem with your VPN service, it's recommended to check this output and use it for troubleshooting purposes with your VPN provider. +### Allowing DHCP to lease ip +Additionally, you might want to consider whitelisting other ports that are commonly used for essential network services. For instance, whitelisting TCP port 53 and UDP port 67, this will allow devices connecting to your AP to obtain an ip + +``` +nordvpn whitelist add port 53 +nordvpn whitelist add port 67 +``` \ No newline at end of file