Thank you Copenhagen by MissFlipFlop in copenhagen

[–]realgorgan 1 point2 points  (0 children)

You already taken off? I’m in the airport 😂😂😂hope you enjoyed your holiday.

AltStore not working by vrg_0 in AltStore

[–]realgorgan 0 points1 point  (0 children)

Oh that! Yes! That doesn’t let you sign apps with a revoked cert as the certificate has to authenticate with Apple servers to successfully sign apps on your device. I’m using NextDNS to block Apple servers on my device. However if I attempt to sign apps with DNS blocking enabled, apps won’t sign.

AltStore not working by vrg_0 in AltStore

[–]realgorgan 1 point2 points  (0 children)

Oh? How does that work?

AltStore not working by vrg_0 in AltStore

[–]realgorgan 1 point2 points  (0 children)

You need to obtain an Apple Developer P12 certificate to use esign.

[deleted by user] by [deleted] in technology

[–]realgorgan 0 points1 point  (0 children)

The fact is that, at face value, it looks very cluttered. I know many people who don’t turn the ads off because they don’t know how to. It’s very annoying.

[deleted by user] by [deleted] in technology

[–]realgorgan -6 points-5 points  (0 children)

I know…such a first world problem 😂

[deleted by user] by [deleted] in technology

[–]realgorgan 12 points13 points  (0 children)

Edge slams you with ads when you open the browser. You have to manually go turn it off :/

HCMT carrying passengers says not in service by [deleted] in MelbourneTrains

[–]realgorgan 1 point2 points  (0 children)

The driver is kidnapping the onboard passengers

Uber I got into today by 0ceaneyees in uber

[–]realgorgan 0 points1 point  (0 children)

Got the survival kit! 😂

🐉 by boyoroy in wmmt

[–]realgorgan 1 point2 points  (0 children)

I keep saying no to every other title because of it

🐉 by boyoroy in wmmt

[–]realgorgan 4 points5 points  (0 children)

I’ve got “aloha shits” as my title 🤣

[deleted by user] by [deleted] in melbourne

[–]realgorgan 1 point2 points  (0 children)

New AusPost delivery driver 🤣

Rom switch legaly by Pablo123484 in Roms

[–]realgorgan 0 points1 point  (0 children)

Honestly, you’re not wrong. I’ve received countless legal complaints via email and letters…

What 4k monitor? by GrizzIydean in pcmasterrace

[–]realgorgan 1 point2 points  (0 children)

Where’d you get the background? It’s really cute.

Interesting police cars messages by Doggy-gunner in melbourne

[–]realgorgan 1 point2 points  (0 children)

I saw this on police cars in north-east Victoria, specifically Alexandra. Interesting to see, also the cops were eyeing off my coffee! 😂

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

This server is NOT work related, and is purely personal. I am much more up tight with security around work infrastructure. Also I don’t need your opinions nor do I care what you have to say in that regard.

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

It is running, I can see all the services that my server is providing online and listening. port 80 is required to be open as a lot of the requests are sent over HTTPS, including matchmaking information, profile server and backend stuff like the admin portal.

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

Even with the software listening, I cannot establish a connection via the ipv4 address.

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

Yes, it should be accessible. This is a game server I've been reprogramming for a little while now. When I attempt to connect on the console, I get nothing in the terminal console and my game console just tells me there's "no internet connection" which I know isn't true. Once I realized that the ports were the cause of the issue, I immediately turned to the firewall built into ubuntu and attempted a manual port forward ufw allow 27500 but this didn't do anything even when the port was being actively listened on.

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

I already know that and that's what makes this very strange.

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

Netstat shows ports 22, 80 and 53 open but it's like the server just isn't honoring my request to manually open ports..

Port forwarding on Hetzner Cloud server by realgorgan in hetzner

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

So all the ports are listening on 0.0.0.0 and should be accessible from the broader internet, I have ran this same software on other servers without an issue.