Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ a popular easy-to-use firewall for Linux is Uncomplicated Firewall (ufw)
- if authentication is required (it should) and you're authenticated already leave the password feild empty
- (Google it for the rest of steps, which depend on your region/router for the Gateway address)
4. allow traffic limited to one port, from your mobile device's LAN static ip
- $ `sudo ufw allow from <your-mobile-device's-LAN-static-ip> to any port <your-config-port>`
- $ `sudo ufw allow from <your-mobile-device's-LAN-static-ip> to <your-server-device's-LAN-static-ip> port <your-config-port>`

## License
[GNU General Public License 3](https://www.gnu.org/licenses/gpl-3.0.html),
Expand Down