Jonathan David Lee

Results 7 comments of Jonathan David Lee

I have also tested this, and it fixes the YouTube issue. Discussion post on this issue was also here. https://forum.netgate.com/topic/175759/youtube-content-getting-filtered-on-squid/19?_=1672794101600

I have tested this in pfSense Plus and it works.

I had to strip off /src for pfSense plus tested with 23.05.01

@marcos-ng your patch worked. I also just attempted the patch with commit id in it named "Incorporated changes from @marcos-ng" that @MatthewA1 added and it would not debug for some...

This is what is pulled with the commit id ``` From 847e417b5612f28bc1e84ca028a980df9c5c57a7 Mon Sep 17 00:00:00 2001 From: MatthewA1 Date: Wed, 13 Dec 2023 21:47:15 -0600 Subject: [PATCH] Incorporated changes...

This is Marcos patch that worked ``` diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 33d674d9ff..1a2d2d2f1b 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -2327,6 +2327,7 @@ function system_ntp_configure() { $driftfile = "/var/db/ntpd.drift"; $statsdir =...

**Side Note:** Original https://redmine.pfsense.org/users/38059 Lamaz patch here. ``` --- /etc/inc/system.inc.orig.23.01 2023-02-20 11:07:17.000586000 -0500 +++ /etc/inc/system.inc 2023-02-20 20:05:49.538823000 -0500 @@ -1828,6 +1828,7 @@ $driftfile = "/var/db/ntpd.drift"; $statsdir = "/var/log/ntp"; $gps_device =...