XIII
Very Senior Member
Oh, I thought Tionne, Lisa, and Crystal:TLC" for the longest time for me meant "The Learning Channel" on our Cable TV lineup.
TLC (group) - Wikipedia
en.wikipedia.org
Oh, I thought Tionne, Lisa, and Crystal:TLC" for the longest time for me meant "The Learning Channel" on our Cable TV lineup.
I‘d like to have a word with you. Sunday 5 am sharp at the church lot.A bit of TLC from tlc.
Bring Donuts, have coffeeI‘d like to have a word with you. Sunday 5 am sharp at the church lot.
The menu shows you what will happen if you select the option, NOT what is already set.I am confused about the Hard coded whitelist setting. If it says "1. Opt out to not support SmallNetBuilder.com", does that mean I am opted out already, or I need to select 1 to opt out? If I select it, it then says "Opt in..." and again I am confused what that means.
Thank you. I thought that too, but wasn't sure. Is the current setting displayed anywhere? I couldn't find it, and I think that is why I got confused.The menu shows you what will happen if you select the option, NOT what is already set.
Have to admit the wording is more than confusing. I myself had to read it twice last time I opened that option.Thank you. I thought that too, but wasn't sure. Is the current setting displayed anywhere? I couldn't find it, and I think that is why I got confused.
I‘d like to have a word with you. Sunday 5 am sharp at the church lot.
I think that if the current setting is displayed somewhere, that would remove all confusion. (for all settings)Have to admit the wording is more than confusing. I myself had to read it twice last time I opened that option.
I'll make it foolproof, or Diversion for dummies rated
pubads.g.doubleclick.net
https://raw.githubusercontent.com/schrebra/paramount.plus.whitelist/main/hosts
For now, you need to whitelist g.doubleclick.net which will match exactly in the Oisd small list. I am sure this will be improved in a future version of Diversion.Any ideas/recommendations?
@dave14305For now, you need to whitelist g.doubleclick.net which will match exactly in the Oisd small list. I am sure this will be improved in a future version of Diversion.
Can you come up with the grep or awk code to search for the nearest partial match in the blocking file if one would use the find function in b?For now, you need to whitelist g.doubleclick.net which will match exactly in the Oisd small list. I am sure this will be improved in a future version of Diversion.
awk isn’t my specialty, but I would link you would want to make any parts of a name longer than 2 labels optional. And make sure you don’t pick up partial labels.Can you come up with the grep or awk code to search for the nearest partial match in the blocking file if one would use the find function in b?
echo $listadd | awk 'BEGIN{FS="."}{printf "^(local=/|address=/|server=/)?";for(f=1;f<(NF-1);f++)printf "(%s\\.)?",$f;print $(NF-1)"\\."$(NF)"\\b"}'
# listadd="pubads.g.doubleclick.net"
# echo $listadd | awk 'BEGIN{FS="."}{printf "^(local=/|address=/|server=/)?";for(f=1;f<(NF-1);f++)printf "(%s\\.)?",$f;print $(NF-1)"\\."$(NF)"\\b"}'
^(local=/|address=/|server=/)?(pubads.)?(g.)?doubleclick.net\b
Awk (and general regexp) related questions are what I usually throw at ChatGPT.awk isn’t my specialty,
If you want serious emergency 911 regex help, look no further than @SomeWhereOverTheRainBow!!Awk (and general regexp) related questions are what I usually throw at ChatGPT.
In 5.0, it actually will work as a wildcard block. Adding disqus.com should block all sub-domains.Some newspapers use disqus.com as some comment section and i want to block this. Apparently it does not work as intended and i guess they use some subdomains (without further investigation).
In diversion blacklist section this is stated "The blacklist blocks exact domains not contained in the blocking list".
Using a wildcard does not work with diversion.
Can this be implemented?
Ah ok. And i found the culprit of the problem. My VPN was set to exclusive on the DNSIn 5.0, it actually will work as a wildcard block. Adding disqus.com should block all sub-domains.
Apparently Googles Gemini Pro is superior to Gpt4 in math and code. [source 1, source 2], I use it freely and anonymously on Poe.com, or using the poe app, (windows/ios/andriod) with 75 times a day free use limit. All that was needed for sign up was a disposable email, in the phone app version, whereas at the time the website required a phone number. https://emailsilo.net/ is a relatively unknown disposable email service that isn't widely blocked.Awk (and general regexp) related questions are what I usually throw at ChatGPT.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!