Ubuntu – How to open Google VM to external HTTP connection?
I'm trying to make a simple C# HTTP Listener that listens for external connections. I installed dotnet on the VM Instance(uses Ubuntu 22.04 by the way), and uploaded my source files for the HTTP Listener. This is the code: Program.cs:…