You need to set up a DKIM record to validate your domain. If you are using proton free without your own domain, there’s nothing you can do.
- 0 Posts
- 132 Comments
Until you realize you just screwed up whatever services you may be running that require specific permissions on specific files. Certificates specifically come to mind for my environment.
Zanathos@lemmy.worldto World News@lemmy.world•Iran declares U.S. citizens, personnel 'legitimate targets' after strike on nuclear sitesEnglish11·11 days agodeleted by creator
Zanathos@lemmy.worldto Selfhosted@lemmy.world•Pihole + Unbound Docker Compose fileEnglish1·13 days agoHave you modified the default unbound config at all? This sounds like increasing the cache size limits and timeframes in the unbound config could help.
I’m actually chasing an issue I’ve always had where everything works great in my environment, but on mobile certain domains take ages to finally load up for me. I think it’s a combination of my Pihole blocking and the amount of domains tied to a page (advertisements and tracking), but would love to figure it out. I work around it right now by flipping wifi off and on again in those instances.
Zanathos@lemmy.worldto Los Angeles@lemmy.world•The $10 billion LA Lakers sale proves sports have outgrown even most billionaires4·14 days agoI don’t even watch sports anymore, never really have but do enjoy them every now and again. Going to events just for entertainment is financially demanding now too, even for minor league stuff in my area. Typical cost per person for a standard season game for ticket, parking and food is around $150 just for cheap seats (depending on the teams playing of course). I pay for season tickets to broadway theater shows and get out at the same price point for two tickets per show instead of one for mid level seating, and a much more consistent entertainment value - reviews are helpful in determining if we go to a show or sell the tickets.
Zanathos@lemmy.worldto Selfhosted@lemmy.world•Pihole + Unbound Docker Compose fileEnglish3·15 days agoInstead of port 53, I need to run unbound on 5335 (or another obscure port).I believe I also had to make some host level changed for DNS to operate correctly for incoming requests.
Here’s my podman run commands. These might have changed a bit with Pihole v6, but should still be ok AFAIK.
#PiHole1 Deployment/Upgrade Script podman run -d --name pihole -p 53:53/tcp -p 53:53/udp -p 8080:80/tcp --hostname pihole --cap-add=CAP_AUDIT_WRITE -e FTLCONF_REPLY_ADDR4=192.168.0.201 -e PIHOLE_DNS_=“192.168.0.201#5335;192.168.0.202#5335” -e TZ=“America/New York” -e WEBPASSWORD=" MyPassword" -v /var/pihole/pihole1:/etc/pihole -v /var/pihole/pihole1/piholedns/:/etc/dnsmasq.d --restart=unless-stopped --label=“io.containers.autoupdate=registry” docker.io/pihole/pihole:latest
#UnBound1 Deployment/Upgrade Script podman run -d --name unbound -v /var/pihole/pihole1/unbound:/opt/unbound/etc/unbound/ -v /var/pihole/pihole1/unbound/unbound.log:/var/log/unbound/unbound.log -v /var/pihole/pihole1/unbound/root.hints:/opt/unbound/etc/unbound/root.hints -v /var/pihole/pihole1/unbound/a-records.conf:/opt/unbound/etc/unbound/a-records.conf -p 5335:5335/tcp -p 5335:5335/udp --restart=unless-stopped --label=“io.containers.autoupdate=registry” docker.io/mvance/unbound:latest
I believe that’s the point they’re trying to convey, alluding to Jenna Marbles being trash.
Zanathos@lemmy.worldto Selfhosted@lemmy.world•Pihole + Unbound Docker Compose fileEnglish2·15 days agoI just went through my setup to verify dnssec settings in unbound to troubleshoot strange latency when removing random names while browsing. Did you verify the unbound certificate file was created and had the proper permissions? There are also a couple other configuration items in unbound related to dnssec that can be tweaked to improve the implementation.
Zanathos@lemmy.worldto Selfhosted@lemmy.world•Pihole + Unbound Docker Compose fileEnglish2·15 days agoI do exactly the same thing for all three of these services! My implementation is on podman rather than docker, but basically the same deal.
Zanathos@lemmy.worldto Games@sh.itjust.works•Switch 2’s non-Nintendo games are flopping for so many reasonsEnglish5·16 days agoWatch the switch 2 announcement direct. It’s full of third party developers “happy to finally bring their games to switch” that have been released over the past 7 years on every other platform. Most of them playable on steam deck or other competing handhelds. I felt really bad for Nintendo during the direct and was a big decision point for me to not be a day 1 buyer even as an avid Nintendo fan. I will buy when the next major Zelda releases, and I will look for second hand devices before buying new.
Zanathos@lemmy.worldto Gaming@lemmy.world•After just 12 days, Nintendo is already nuking Switch 2 console accounts for players caught using Mig FlashEnglish2·16 days agoI had this pop up on my feed this morning. They are doing the same thing they did on hacked Switch 1 consoles and basically revoking their certificate, so it can’t connect to Nintendo servers any longer. https://youtu.be/ExgYTA18_vo
Apologies, you mentioned specifically your network drive. Interesting article but they give several work arounds for containers that may require host mode, and it appears the non Plex pass image is one of them to resolve this specific issue.
I would go around them and go directly to the source of categorization. It looks like this is the Symantec categorization website in case it’s different from what you’re workplace provides - https://sitereview.bluecoat.com/#/
You’ve likely given it full control to whatever storage you’ve mounted in the container anyway, unless you’ve given it the :ro flag, which in that case would operate the same regardless of networking mode. If someone gains access to your internal host, you have bigger problems. Some things just play better under host mode and all bridged mode is doing is creating a virtual switch on your host and passing allowed traffic through it at a base level. The best way to protect is by running a load balancer in a DMZ and proxying all of the traffic through it which is how I have my instance running. I funnel everything external --> TCP\UDP 443 in DMZ vlan load balancer --> internal LAN IP:docker port. I run a mix of host network or bridged mode depending on the container.
Are you running in docker? Change from bridged mode to host mode on your container which should resolve this.
From a time when the jerk motion was used en mass. https://www.dailymotion.com/video/x2jvcd5
As someone else mentioned, this is only available to PlexPass users. Sorry for the confusion! I bought my lifetime sub over a decade ago at this point and forget about these inconsistencies that used to just be part of the product.
It all starts to make sense then. I need to set Jellyfin up soon. It’s only a matter of time before they come after the “Lifetime” purchasers like myself. I bought it over a decade ago at this point.
Strange that plex.tv isn’t blocked while a “personal” categorized website is. Have you looked to see what category your domain is shuffled under? You could try submitting a recategorization request to Cisco Umbrella or Fortinet databases. Requests for recategorization are free to do.
I think he means HyperTerminal. It was the predecessor to Putty basically for serial connections.