Skip to content

Commit

Permalink
Update whitelist w/ network subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Jun 17, 2024
1 parent 5644f4c commit 3673484
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,14 @@ Additionally, you might want to consider whitelisting other ports that are commo
nordvpn whitelist add port 53
nordvpn whitelist add port 67
```
This will allow devices connecting to your AP to obtain an IP address.

This will allow devices connecting to your AP to obtain an IP address. Refer to your provider's CLI documentation for more information.
Next, it's recommended to whitelist your network subnet. For example:

```
nordvpn whitelist add subnet 192.168.x.x/24
```
Substitute the placeholder value for your network. This will permit you to connect to the VPN while also preserving your access to SSH and RaspAP's web UI. Refer to your provider's CLI documentation for more information.

## Discussions
Questions or comments about using VPN providers? Join the [discussion here](https://github.com/RaspAP/raspap-webgui/discussions/).

0 comments on commit 3673484

Please sign in to comment.