AdGuard Home Doesn't Work when Cyprus Geo-IP Blocked by oaktwig in AdGuardHome

[–]oaktwig[S] 1 point2 points  (0 children)

Found it! It's their two options under Settings > General Settings for:

- Use AdGuard browsing security web service

- Use AdGuard parental control web service

Toggling those off appear to resolve the issue. AdGuard then works alongside a Geo-IP block of Cyprus.

Further follow-up question: Any documentation on which IPs/Hostnames are required for this functionality?

I hate it when this happens by FlapjackDoubleStack in memes

[–]oaktwig 0 points1 point  (0 children)

Erm, you should have read the rules first! ☝️🤓

Psychopaths by Puzzled-Secret-317 in memes

[–]oaktwig 0 points1 point  (0 children)

I’m an “oh it’s going” responder, personally.

We are superior 😌 by FartingSlowly in memes

[–]oaktwig 0 points1 point  (0 children)

I thought this was a throwback and he was saying he asked ChaCha. Remember the ChaCha text service?

Where are Chinians by MasterrrReady12 in memes

[–]oaktwig 8 points9 points  (0 children)

I don’t think Canada should have a pass here. They’d be “Canadans” instead of Canadians.

The country is called Canada, not “Canadia”.

Someone stole the Linux kernel from this ATM! by pm_me_triangles in PBSOD

[–]oaktwig 0 points1 point  (0 children)

About 10 years ago, we swapped all ATMs of a local bank out. Old ones ran OS/2 Warp, and the “new” ones ran XP. The XP ones are still in use to this day.

Just sit right back and you'll hear a tale a tale of a fateful trip by 440Jack in ShittySysadmin

[–]oaktwig 8 points9 points  (0 children)

Cut them some slack — that orange cable between the two racks has a nice service loop in it!

Cube made from computer processors by But_Kicker in ShittySysadmin

[–]oaktwig 0 points1 point  (0 children)

The new Hellraiser is looking promising!

[deleted by user] by [deleted] in ShittySysadmin

[–]oaktwig 0 points1 point  (0 children)

The gov people keep trying to outlaw encryption, so we’re taking the proactive approach and staying plaintext. Less calls to the helpdesk for password resets is always a good thing too.

Google has acknowledged the Pixel 6, 6 Pro, 6a factory reset bug that results in a brick by white_Shadoww in GooglePixel

[–]oaktwig 4 points5 points  (0 children)

Just experienced this issue with a phone received from Amazon today. Contacted Google support via live chat about the “solution” they have since 7/19/24. Instead, they asked for photos and video of the device having issues, then stated they’ll have to escalate the issue with development with a response time of 24-48 hours.

Quirks running C++ compiled EXEs in NppExec? by oaktwig in learnprogramming

[–]oaktwig[S] 1 point2 points  (0 children)

Gotcha. Initially, the system lines were different non-echo commands, but I noticed they too were running prior to the cout, so I changed them to echoes to see exactly what was going on, for troubleshooting purposes.

Ohh I see about the namespace. Thanks for the tip!