DO - Networking

हैकट्रिक्स का समर्थन करें

डोमेन्स

doctl compute domain list
doctl compute domain records list <domain>
# You can also create records

आरक्षित आईपी

doctl compute reserved-ip list
doctl compute reserved-ip-action unassign <ip>

लोड बैलेंसर्स

doctl compute load-balancer list
doctl compute load-balancer remove-droplets <id> --droplet-ids 12,33
doctl compute load-balancer add-forwarding-rules <id> --forwarding-rules entry_protocol:tcp,entry_port:3306,...

VPC

doctl vpcs list

फ़ायरवॉल

डिफ़ॉल्ट रूप से ड्रॉपलेट बिना फ़ायरवॉल के बनाए जाते हैं (AWS या GCP जैसे अन्य क्लाउड की तरह नहीं)। इसलिए अगर आप चाहते हैं कि DO ड्रॉपलेट (वीएम) के पोर्ट्स की सुरक्षा करे, तो आपको इसे बनाना और जोड़ना होगा

doctl compute firewall list
doctl compute firewall list-by-droplet <droplet-id>
doctl compute firewall remove-droplets <fw-id> --droplet-ids <droplet-id>
हैकट्रिक्स का समर्थन करें

Last updated