mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Remix release blog
This commit is contained in:
parent
9b228078b6
commit
85106ebc02
1 changed files with 22 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
|||
# possible values: blog video podcast
|
||||
category: blog
|
||||
layout: blog
|
||||
title: "Portmaster v0.9: New Network Monitor"
|
||||
title: "Portmaster 0.9 Available Now: Graphs & Full-Device Monitor"
|
||||
date: 2022-08-16
|
||||
author: daniel
|
||||
custom_thumbnail_name: placeholder-announcement
|
||||
|
@ -10,9 +10,9 @@ portmaster_plug: true
|
|||
portmaster_update: true
|
||||
---
|
||||
|
||||
### New Network Monitor with Graphs
|
||||
### You Can Now Search & Monitor Your Full Device - with Beautiful Graphs
|
||||
|
||||
Many of you have been asking for this, and finally it is here: The new network monitor with elaborate search, filter and grouping support - with beautiful graphs everywhere!
|
||||
Many of you have been asking for this, and finally it is here: The new network monitor with elaborate search, powerful filters and grouping support - with beautiful graphs everywhere! The graphs show the amount of allowed and blocked connections over time.
|
||||
|
||||

|
||||
|
||||
|
@ -33,45 +33,50 @@ Many of you have been asking for this, and finally it is here: The new network m
|
|||
 | 
|
||||
 | 
|
||||
|
||||
### Support for DNS-over-HTTPS
|
||||
This update is HUGE - and several months of development went into this feature. When viewing a single application - as previously possible - Portmaster only had to handle hundreds of connections. But with the new, full-device monitor, Portmaster has to handle thousands of connections simultaneously. Because of this new technical challenge we had to restructure a lot of Portmaster's underlying tech stack.
|
||||
|
||||
We have support DNS-over-TLS (DoT) from the beginning. Due to popular request we now additioanlly support DNS-over-HTTPS (DoH). Just paste your favourite provider into the setting and go! If you don't want to depend on your ISP for resolving the IP of your DoH resolver, you can also add the IP manually for even better security.
|
||||
Exciting news, since Portmaster now can handle thousands of connections at once, a lot of the groundwork for a longer history has been completed. In the future, you will be able to save connections not only for 10 minutes, but for days and weeks.
|
||||
|
||||
### Portmaster Adds Support for DNS-over-HTTPS
|
||||
|
||||
We have supported DNS-over-TLS (DoT) from the beginning. Due to popular request we now additionally support DNS-over-HTTPS (DoH). Just paste your favorite provider into the setting and go! If you do not want to depend on your ISP for resolving the IP of your DoH resolver, you can also add the IP manually for even better security.
|
||||
|
||||
<div class="alert-primary">
|
||||
<i class="icon-info text-lg mr-4"></i>
|
||||
We still think that DoT is superior due to the fact that it is a lot less overhead that can (and did in the past!) leak identifier data about you.
|
||||
</div>
|
||||
|
||||
Note: We still think that DoT is superior due to the fact that it is a lot less overhead that can (and did in the past!) leak identifier data about you.
|
||||
|
||||

|
||||
|
||||
### Custom Filter Lists
|
||||
### You Can Now Import Custom Filter Lists
|
||||
|
||||
An even more requested feature has been to ability to add custom filter lists in addition to the defaults. You can now specify a file that Portmaster automatically imports and monitors for changes. Compile you own list of baddies and block them!
|
||||
An even more requested feature has been the ability to add custom filter lists in addition to the defaults. You can now specify a file that Portmaster automatically imports and monitors for changes. Compile you own list of baddies and block them!
|
||||
|
||||

|
||||

|
||||
|
||||
### New Place for Version, Tools, and Restarting
|
||||
|
||||
The "interesting" bar at the top of the settings page has always been a quick-fix that we finally replaced with a much better solution.
|
||||
You can now find all this information and buttons on the bottom of the navigation bar to the left.
|
||||
Showing the "interesting" bar at the top of the settings page has always been a quick-fix. We finally got to replacing this with a much better solution. You can now find all this information and buttons on the bottom of the navigation bar to the left.
|
||||
|
||||

|
||||

|
||||
|
||||
### Improved GeoIP Database
|
||||
### An Improved GeoIP Database
|
||||
|
||||
We've also been hard at work below the surface. Since MaxMind has switched its free GeoIP database to a more restrictive license, we started building our own GeoIP database by combining data from different sources. This improves many aspects of Portmaster and SPN - for example, we now have a more accurate map of the current network.
|
||||
We have also been hard at work below the surface. Since MaxMind has switched its free GeoIP database to a more restrictive license, we started building our own GeoIP database by combining data from different sources. This improves many aspects of Portmaster and SPN - for example, we now have a more accurate map of the current network.
|
||||
|
||||
For techy people out there, we are in the process of writing a blog post about how we are building the GeoIP database. Stay tuned!
|
||||
For techy people out there, we will likely write an in-depth blog post about how we are building the GeoIP database. Stay tuned!
|
||||
|
||||

|
||||
|
||||
### Explaining the SPN
|
||||
|
||||
Another thing we've been continually improving is how we communicate the SPN in a way that everyone understands. I think we are getting the hang of it:
|
||||
|
||||

|
||||
Another thing we have been continually improving is how we communicate what the SPN is and what it brings to the table. I think we are getting the hang of it, step by step. A recent step was a [revamped SPN page](/spn/) - which you can check out.
|
||||
|
||||
### Thank You!
|
||||
|
||||
To all our users and customers: Thanks for using Portmaster and the SPN, thanks for reporting bugs and for telling your friends. All of this is only possible through your support.
|
||||
|
||||
If you are using Portmaster and SPN and experience problems, we'd love to hear abot them!
|
||||
If you are using Portmaster and SPN and experience problems, we'd love to hear about them!
|
||||
|
|
Loading…
Add table
Reference in a new issue