Find a file
2020-04-21 13:02:02 +02:00
.github/ISSUE_TEMPLATE Update config.yml 2020-04-21 12:27:06 +02:00
core Update random->rng module name 2020-04-17 21:51:01 +02:00
detection/dga Restructure detection packages 2019-11-07 16:36:57 +01:00
firewall Minor bug fix 2020-04-21 10:17:20 +02:00
intel Minor bug fix 2020-04-21 10:17:20 +02:00
nameserver Refactoring of FilterDNSResponse and DecideOnConnection 2020-04-21 10:17:16 +02:00
netenv Add support to filter sub-domains as well 2020-04-15 09:59:59 +02:00
network Add support for verdict and decision reason context 2020-04-21 10:16:32 +02:00
pmctl Bump versions 2020-04-15 20:53:49 +02:00
process Implement review suggestions 2020-04-20 13:57:07 +02:00
profile Refactoring of FilterDNSResponse and DecideOnConnection 2020-04-21 10:17:16 +02:00
resolver Refactoring of FilterDNSResponse and DecideOnConnection 2020-04-21 10:17:16 +02:00
status Rename security levels 2020-04-09 16:40:10 +02:00
ui Fix dependency graph and linter errors 2020-04-02 17:09:15 +02:00
updates Fix updater and add more logging to filterlist 2020-04-14 14:41:55 +02:00
.ci-inject-internal-deps.sh Inject portbase dependency in CI testing 2020-04-08 14:20:44 +02:00
.gitattributes Add testing and CI integration 2019-10-25 13:36:11 +02:00
.gitignore Update .gitignore 2019-07-02 13:01:02 +02:00
.golangci.yml Update dependency mgmt and CI 2020-03-20 23:06:38 +01:00
.travis.yml Fix install cmd 2020-04-09 17:03:12 +02:00
AUTHORS Add AUTHORS notice 2019-01-24 15:58:58 +01:00
build Update org import paths 2019-07-02 15:12:31 +02:00
CODE_OF_CONDUCT.md Add CoC [off topic] 2019-10-25 13:36:32 +02:00
Gopkg.lock Update dep lock 2020-04-15 20:50:02 +02:00
Gopkg.toml Update dependency mgmt and CI 2020-03-20 23:06:38 +01:00
LICENSE Create LICENSE 2019-01-24 15:46:02 +01:00
main.go Bump version to 0.4.1 2020-04-21 13:01:24 +02:00
pack Add pack sripts 2019-03-13 10:47:49 +01:00
pack_core Rename components 2019-07-04 13:57:55 +02:00
README.md Remove Wiki from Readme title 2020-04-15 22:28:57 +02:00
test Always run golangci-lint, as the service is going offline 2020-04-09 17:03:12 +02:00
TRADEMARKS Add TRADEMARKS notice 2019-01-24 16:33:00 +01:00

Portmaster

The Portmaster is a privacy app that at its core simply intercepts all your network connections. Different modules with different privacy features are built on top of it, which can all be enabled or disabled as desired:

portmaster modules

⚠️ Disclaimer

The Portmaster is still in its early "pre-alpha" development stage. It is functional, but has not yet been tested widely. We are glad if you want to try out the Portmaster right away but please expect bugs and rather technical problems. We'll push updates and fixes as we go. A list of known problems can be found at the bottom of this page.

🔄 Automatic Updates

We have set up update servers so we can push fixes and improvements as we go.

Modules

DNS-over-TLS Resolver

Status: pre-alpha

A DNS resolver that does not only encrypt your queries, but figures out where it makes the most sense to send your queries. Queries for local domains will not be sent to the upstream servers. This means it won't break your or your company's network setup.

Features/Settings:

  • Configure upstream DNS resolvers
  • Don't use assigned Nameserver (by DHCP / local network - public WiFi!)
  • Don't use Multicast DNS (public WiFi!)

Privacy Filter

Status: unreleased - pre-alpha scheduled for the next days

Think of a pi-hole for your computer. Or an ad-blocker that blocks ads on your whole computer, not only on your browser. With you everywhere you go and every network you visit.

Features/Settings:

  • Select and activate block-lists
  • Manually black/whitelist domains
    • You can whitelist domains in case something breaks
  • CNAME Blocking (block these new nasty "unblockable" ads/trackers - coming soon)
  • Block all subdomains of a domain in the block-lists

Safing Privacy Network (SPN)

Status: unreleased - pre-alpha scheduled for June

Please visit our Kickstarter campaign to read all about this module.

Installation

Installation instructions for your platform as well as known issues can be found at the respective wiki pages: