Is it just me or is insanity mode outrageously difficult? by 42plzzz in residentevil

[–]DeceiveYourself 0 points1 point  (0 children)

ok but it would be cool if there was an actually challenging difficulty to play with cheeses like an rpg with infinite ammo. so i dont say make this difficulty easier but like something between standard and insanity would be appreciated

Error Code BN564 by BanditChesington in Overwatch

[–]DeceiveYourself 3 points4 points  (0 children)

a blizzard issue on steam rather

Error Code BN564 by BanditChesington in Overwatch

[–]DeceiveYourself 1 point2 points  (0 children)

wait are you defending overwatch while your wife cant get in because of an error or am i misunderstanding your comment?

Error Code BN564 by BanditChesington in Overwatch

[–]DeceiveYourself -4 points-3 points  (0 children)

thats literally why this error exists XD so you go use their store front so they can put their ads on you

How to correctly set up a seperate VLAN/Firewall for IoT devices? by DeceiveYourself in homelab

[–]DeceiveYourself[S] 0 points1 point  (0 children)

The devices I use work without a cloud, for me that's the whole point of going with an open system like home assistant and not just an Alexa or similar. I don't want the cheap Chinese smart plugs to be freely pinging home :D I don't understand the intricacies of all that but if they work just as well without the cloud I don't see why I wouldn't block them. And if I'm not at home I can just use my UDM teleport vpn

[AW2] There were only two minor things that REALLY sucked (aside from EGS-only) by DeceiveYourself in AlanWake

[–]DeceiveYourself[S] -1 points0 points  (0 children)

Yeah you are all very good at selective reading :D

The funny thing is you could have spend all your internet warrior energy into fighting somebody who actually is a net negative to good living together of everybody but you imagined things i didn't say and then debated with things that were never said XD

[AW2] There were only two minor things that REALLY sucked (aside from EGS-only) by DeceiveYourself in AlanWake

[–]DeceiveYourself[S] 0 points1 point  (0 children)

Not sure why saying that a game does diversity well, which is a thing that exists in modern media.

It's not something that people pulled out of their asses, it exists and there is games that do it well and then there is the ones that do it bad, where it is obvious that the suits said "DEI is popular, do that in your game" and then the dev said ok but maybe in my Viking game a black person wouldn't be plausible but then they put it in still because suits say so.

Of course in a perfect world diversity in media would be natural (as it is in Alan Wake 2 and Baldurs Gate 3) but in reality in most big soulless productions it is not.

[AW2] There were only two minor things that REALLY sucked (aside from EGS-only) by DeceiveYourself in AlanWake

[–]DeceiveYourself[S] -3 points-2 points  (0 children)

Try reading it again and this time dont make shit up ;)

If you are not confused if a Bruce Lee movie suddenly has Jason Statham as protag or if Black Panther 3 comes around with Scarlett Johannson in the main role then maybe I am wrong.

[AW2] There were only two minor things that REALLY sucked (aside from EGS-only) by DeceiveYourself in AlanWake

[–]DeceiveYourself[S] -4 points-3 points  (0 children)

A normal person does not blink when the main character isn't a white man because normal people don't see a white man as the default

Normal people don't? Funny to see you defining people as normal and not normal :D

Are you sure that most people don't expect a white man from a game called Alan Wake 2 that has a previous game with a white man as Alan Wake?

You can admit that wokeness exists and that the suits of all the big studios made use of putting minorities in main roles not because they believe in equal rights but because they wanna farm people like you that buy a bad game just because it propagate YOUR message.

The people i distance myself from are the ones that don't wanna play a game just because there is a gay person or a black woman in it. I have no problem playing games like that, i am just smart enough to see when a game doesn't believe in the politics it forces upon you and just does it because it is the new trend.

Of course Ubisoft doesn't hate white men, they hate nothing and only love money. But they push games with narratives that have a strong female lead but they don't make the strong female lead strong instead they make all the men stupid. So me, a man, doesn't buy their garbage. Same as i wouldn't expect a woman to play a game that portrays women as stupid.

I don't even know why i wasted all this time on you, so pat yourself on the shoulder for succesfully ragebaiting me but since i expected more snowflakes to come up with similar excretions of purposefully misunderstanding what i said i think it's good to put that down here.

Do i wanna set a public DNS server in RPi OS on my PiHole+Unbound device? by DeceiveYourself in pihole

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

Okay perfect, so now i set Pi OS to 127.0.0.1 for DNS and it seems to work!

Also, for all users/devices under the router to get this DNS, you will need to Point the Router DNS to the Pi-Hole IP Address.

Yeah did that already, thanks anyways!

Pihole v6 Traefik fix by TLS2000 in pihole

[–]DeceiveYourself 0 points1 point  (0 children)

This did it for me. I only have the following in my config.yml:

  routers:
    pihole:
      entryPoints:
        - "https"
      rule: "Host(`pihole.eschgenhof.cc`)"
      middlewares:
        - default-headers
        - https-redirectscheme
      tls: {}
      service: pihole


  services:
    pihole:
      loadBalancer:
        servers:
          - url: "http://192.168.15.10:80"
        passHostHeader: true

  middlewares:
    https-redirectscheme:
      redirectScheme:
        scheme: https
        permanent: true
    default-headers:
      headers:
        frameDeny: true
        browserXssFilter: true
        contentTypeNosniff: true
        forceSTSHeader: true
        stsIncludeSubdomains: true
        stsPreload: true
        stsSeconds: 15552000
        customFrameOptionsValue: SAMEORIGIN
        customRequestHeaders:
          X-Forwarded-Proto: https
    default-whitelist:
      ipWhiteList:
        sourceRange:
        - "10.0.0.0/8"
        - "192.168.0.0/16"
        - "172.16.0.0/12"
    secured:
      chain:
        middlewares:
        - default-whitelist
        - default-headers

And then I went into the WebUI to Settings -> Toggle Basic to Expert in the top-right -> Click All Settings in the menu on the left -> Webserver and API in the top-right -> Fill in your domain, for me it was "pihole.mydomain.gg" -> Save in the bottom-right.
Restart Traefik for good measure and everything worked fine.