Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)N
Posts
1
Comments
143
Joined
2 yr. ago

  • And this is just the postivie integers.... -i mattresses on -i peas ftw!

  • but not like this!!!1!!!

  • Lol

  • Did you just add 'blindly passing traffic' to your statement? Did you read my comment about can help?

    Move on, joker.

  • The selfhosted guys are correct with that. Of course its not a magic pill, but it can help to minimize the attack surface immensely with little effort.

    Edit: while open ports can easily be enumerated, a reverse proxy often requires knowledge of the right server name. In tls1.3 those are not transferred in clear. Depending on your threat scenario you might want to consider doh/dot etc.

    Reverse proxies can require client certs, which lift the security benefit to something like a vpn. Even basic auth adds a high threshold to attackers and is simple even for random users to work with. All this is functionality many services don't offer natively - as they assume a reverse proxy anyway I guess.

  • Deleted

    Permanently Deleted

    Jump
  • Certainly not

  • No, just steam content. Did you check winedb/protondb?

  • I googled 'gaming Linux distribution' and it basically gave me popos and cachy. Didn't like popos

  • Idle windows is so damn heavy on io :(

  • Didnt find any /s there. That's one of the reasons why I dislike docker, it supports not understanding stuff. But then that's just me, who wants to understand stuff. Enabling less tech savvy ppl is also great I guess.

  • I kind of lost interest when they found out that in a distributed system you can't delete things

  • Clearly a problem on the VM. Run

    dhclient -v ens18; for i in $(seq 60); do ip a s dev ens18; sleep 1; done

    Just to see if its broken immediately or if another process probably fks it up later

  • Use dhclient -v to See the client side, check logs in the DHCP Server. Sniff maybe.

  • OnlyOffice recently got famous for not understanding FOSS.

  • usually port knocking opens the relevant port to the client IP that is knocking. So it makes a lot of sense to have the knocking done by the requesting client. In many situations knocking from your mobile while behind the same NAT as your jellyfin client will do the trick, but if you have different IPv6 on those devices etc, it won't.

    Also: if you assume your DNS lookups are sniffed - so are your port knocks. If you don't, spare the extra work. But then, if you like port knocking - keep knocking, nothing wrong about it :D

  • You telling me jellyfin Clients can't handle client certs but can port knock?

    My proposal is for maxing ux on the client side while being properly hidden.

  • If jellyfin Clients can do URLs, sure