“porta aberta do Google Cloud” Respostas de código

Como desativar o UFW no Google Cloud Platform Firewall

#! /bin/bash
/usr/sbin/ufw disable
Zeevx

porta aberta do Google Cloud

gcloud compute firewall-rules create <rule-name> --allow tcp:9090 --source-tags=<list-of-your-instances-names> --source-ranges=0.0.0.0/0 --description="<your-description-here>"
Prickly Porcupine

Respostas semelhantes a “porta aberta do Google Cloud”

Perguntas semelhantes a “porta aberta do Google Cloud”

Procure respostas de código populares por idioma

Procurar outros idiomas de código