Create Resources
STARTERTEAMENTERPRISE
Resources define subnets, IP addresses, or DNS names you wish to manage access for.
To create a Resource, go to Sites -> <site name> -> Add a Resource
.
Remember, Resources must be reachable by all Gateways in the same Site.
From there, you can select the type of Resource you want to create:
- DNS: A domain name pattern to match.
- By default, the pattern will only match exactly the name you enter.
- To recursively match all subdomains, use a wildcard, such as
*.example.com
. This will matchexample.com
,sub2.example.com
, andsub1.sub2.example.com
. - To non-recursively match all subdomains, use a question mark, such as
?.example.com
. This will matchexample.com
,sub1.example.com
, andsub2.example.com
but notsub1.sub2.example.com
.
- IP: A single IPv4 or IPv6 address
- CIDR: A range of IPv4 or IPv6 addresses in CIDR notation, such as
10.1.2.0/24
or2001:db8::/48
Note: To preserve audit trails, once a Resource is created, its address cannot be changed. Double-check to ensure the address entered is correct before creating the Resource.
Firezone does not currently filter traffic based on any layer 4 details such as transport protocol (UDP / TCP) or port number. If you're interested in a feature like this, leave a comment on our public roadmap.
Need additional help?
Try asking on one of our community-powered support channels:
- Discussion forums: Ask questions, report bugs, and suggest features.
- Discord server: Join discussions, meet other users, and chat with the Firezone team
- Email us: We read every message.
Or try searching the docs:
Last updated: April 10, 2024