What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Well, I've pushed another minor update for Diversion, still no version change

- Fix for the last entry in the blocking list not having a space at the end.
- Re-added omitted dot (.) escape line for the temporary whitelist, thanks @Dabombber for making me double check.
- Removes eventual orphaned blocking IP line from the blocking list, thanks @Dabombber for the observation

I hope this is it with the domain count and whitelist saga.

Note: Before doing any whitelisting with el before the blocking list update day, update the blocking list manually with bu.
The format has slightly changed for the desired count accuracy.

Use u to update.
 
It works as-is. Bare host lists were supported by Diversion somewhat recently.
Cool :cool:
Code:
 downloading Custom blocking list, 2 file(s)
 using 192.168.50.2 as blocking IP, adding "::" as IPv6 blocking IP

 processing file 1 of 2
 no local file: getting new file
 https://blocklist.cyberthreatcoalition.org/vetted/domain.txt
######################################################################################################################################################################################################################################################### 100.0%
 file is in domains only format
 processing file 1 done

 processing file 2 of 2
 remote file newer: getting new file
 https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling-porn/hosts
######################################################################################################################################################################################################################################################### 100.0%
 file is in hosts file format (IP-domain pair)
 processing file 2 done

 removing whitelisted domains in blocking list, sorting file

 writing Custom blocking list

 adding IPv6 blocking entries

 update Custom blocking list complete
 
Okay, not sure if I never noticed this before or it's something new or __________. I searched (thread & Diversion FAQ) but didn't see anything. Pixelserv IP (192.168.x.3) not accessible by guest machines? Can't ping it, much less download the new ca.crt.
 
Okay, not sure if I never noticed this before or it's something new or __________. I searched (thread & Diversion FAQ) but didn't see anything. Pixelserv IP (192.168.x.3) not accessible by guest machines? Can't ping it, much less download the new ca.crt.
Try to restart it in ep, 4.
 
Okay, not sure if I never noticed this before or it's something new or __________. I searched (thread & Diversion FAQ) but didn't see anything. Pixelserv IP (192.168.x.3) not accessible by guest machines? Can't ping it, much less download the new ca.crt.
Is your Guest Network set to disable Intranet access? The Pixelserv IP would be considered intranet.
 
Is your Guest Network set to disable Intranet access? The Pixelserv IP would be considered intranet.
Hm. Yes. So that's interesting. I wouldn't want Guest machines to have access to other network resources, but Pixelserv would be useful. And a network printer... :eek: Otherwise what's the point of even having a Guest Network?
 
Good find.
Folks: Looks like my quick and sloppy adaption is working. No YT ads.
Give me some time to make a beta version, all fully automated of course.
 
Guess I have switched out the ax11000 for the ax88u. Appreciate getting it integrated with diversion.

Sent from my Pixel 2 XL using Tapatalk
 
In looking at my logs, I'm getting a number of these kinds of entries:

May 7 13:37:45 RT-AC86U-1BD0 pixelserv-tls[2868]: create_child_sslctx: cannot find or use /opt/var/cache/pixelserv/_.amazon.com
May 7 13:37:45 RT-AC86U-1BD0 pixelserv-tls[2868]: tls_clienthello_cb: fail to create sslctx or cache _.amazon.com
May 7 13:39:44 RT-AC86U-1BD0 pixelserv-tls[2868]: create_child_sslctx: cannot find or use /opt/var/cache/pixelserv/_.samsungcloudsolution.net
May 7 13:39:44 RT-AC86U-1BD0 pixelserv-tls[2868]: tls_clienthello_cb: fail to create sslctx or cache _.samsungcloudsolution.net

Is this an issue with Diversion?
 
In looking at my logs, I'm getting a number of these kinds of entries:

May 7 13:37:45 RT-AC86U-1BD0 pixelserv-tls[2868]: create_child_sslctx: cannot find or use /opt/var/cache/pixelserv/_.amazon.com
May 7 13:37:45 RT-AC86U-1BD0 pixelserv-tls[2868]: tls_clienthello_cb: fail to create sslctx or cache _.amazon.com
May 7 13:39:44 RT-AC86U-1BD0 pixelserv-tls[2868]: create_child_sslctx: cannot find or use /opt/var/cache/pixelserv/_.samsungcloudsolution.net
May 7 13:39:44 RT-AC86U-1BD0 pixelserv-tls[2868]: tls_clienthello_cb: fail to create sslctx or cache _.samsungcloudsolution.net

Is this an issue with Diversion?
You may have a few or many corrupt certificates. You can either purge all the certificates from within Diversion ep, or check them individually with this command:
Code:
openssl x509 -text -noout -in /opt/var/cache/pixelserv/_.amazon.com
If this prints the cert contents, it's OK. If not delete it with the rm command.

If it's a ton of them, just purge them all within Diversion.
 
This is awesome! Google often do turn April showers golden, as any Android user who has battled triggering Safety Net can attest. Hopefully they are content enough with their ad delivery success rate that fighting fixes isn't worth their effort.
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top