Bronze 1
Since ‎10-19-2022
‎10-29-2022

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

jonixxx's Bio

Badges maor1152 Earned

View all badges

Recent Activity

Problem:I am trying to raise an Http server on GCP on port 8080 or 80. But I can only connect locally, and not from outside the GCP network.From GCP: "curl localhost:8080" works, but "curl external_ip:8080" does not work.From local computer: "curl ex...