From af2f6c2ebe7a5566c4ad4243fc55c05926d9a437 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 1 Apr 2019 14:45:31 +0200 Subject: [PATCH] Add section about used ports to README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 929926b8..a05f632d 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,15 @@ Documentation _in progress_ can be found here: [docs.safing.io](http://docs.safi - debian/ubuntu: `sudo apt-get install libnetfilter-queue-dev` - fedora: `?` - arch: `?` + +## TCP/UDP Ports + +The Portmaster (with Gate17) uses the following ports: +- ` 17` Gate17 port for connecting to Gate17 nodes +- ` 53` DNS server (local only) +- `717` Gate17 entrypoint as the local endpoint for tunneled connections (local only) +- `817` Portmaster API for integration with UI elements and other helpers (local only) + +Learn more about [why we chose these ports](https://docs.safing.io/docs/portmaster/os-integration.html). + +Gate17 nodes additionally uses other common ports like `80` and `443` to provide access in restricted network environments.