“Google Cloud Open Port” Ответ

Как отключить UFW в брандмауэре Google Cloud Platform

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

Google Cloud Open Port

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

Ответы похожие на “Google Cloud Open Port”

Вопросы похожие на “Google Cloud Open Port”

Смотреть популярные ответы по языку

Смотреть другие языки программирования