Vultr Firewall groups enable the creation and application of network filtering rules that apply to attached instances. A firewall group can consist of multiple rules that filter IPv4 and IPv6 network traffic when attached to an instance.
Follow this guide to manage Vultr Firewall groups using the Vultr Customer Portal, API, or CLI.
Navigate to Products, expand the Network drop-down and select Firewall from the list of options.
Select your target firewall group to manage it.
Send a GET
request to the List Firewall Groups endpoint to view all firewall groups in your Vultr account.
$ curl "https://api.vultr.com/v2/firewalls" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
List all firewall groups in your Vultr account.
$ vultr-cli firewall group list