Skip to content

Commit

Permalink
Merge pull request #5 from Davidnet/master
Browse files Browse the repository at this point in the history
Adding a small paragaph in vpn providers.
  • Loading branch information
billz authored Dec 5, 2023
2 parents 2b22398 + 46dd1e2 commit 7a244b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 7a244b9

Please sign in to comment.