diladele / websafety

Simple and powerful web filter for HTTP and HTTPS traffic
https://www.diladele.com
241 stars 24 forks source link

Application Management in the product #165

Open ra-at-diladele-com opened 7 years ago

ra-at-diladele-com commented 7 years ago

Automatic exclusion from filtering for well known apps (not like we have now in the docs) but actively managed by the wsmgrd/updater?

Can you build five checkboxes in the diladele web-filter part like:

Bypass Proxy-Server for Apple:

If checkd do the following command and add the result to the „bypass squid by destiantion ip“ part in the squid proxy config.

whois -h whois.radb.net -- '-i origin AS714' | grep ^route

Bypass Proxy-Server for DropBox:

whois -h whois.radb.net -- '-i origin AS19679' | grep ^route

Bypass Proxy-Server for Facebook

whois -h whois.radb.net -- '-i origin AS32934' | grep ^route

Bypass Proxy-Server for Google

whois -h whois.radb.net -- '-i origin AS15169' | grep ^route

Bypass Proxy-Server for Whatsapp

whois -h whois.radb.net -- '-i origin AS36351' | grep ^route

This will make your product more performant because this traffic will not be intercepted. And the user expirience will be better because now whatsapp will work in the environment.

ra-at-diladele-com commented 7 years ago

And for MS

whois -h whois.radb.net -- '-i origin AS8075' | grep ^route
alex5586 commented 7 years ago

Hey Raphael, if Facebook and Apple does not have enough computing capacity they we book Akamai resources. So it might be the best to also add:

Akamai Network:

whois -h whois.radb.net -- '-i origin AS35994 ' | grep ^route