Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an azure-ip-range function #42

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Add an azure-ip-range function #42

merged 2 commits into from
Jul 6, 2024

Conversation

smortex
Copy link
Member

@smortex smortex commented Jul 6, 2024

This function get the list of IP addresses associated with the named
Microsoft Azure service.

pass in proto tcp from azure-ip-range('DataFactory.FranceCentral') to any port 5432

smortex added 2 commits July 6, 2024 16:21
A variable is basically a host or a port, and a host can be either an IP
address, a hostname, another variable, and so on.

Use our abstraction of host_list_item outside of lists when a single
host is expected, as a variable value, or in a rule.  This allows us to
have a better abstraction.
This function get the list of IP addresses associated with the named
Microsoft Azure service.

```
pass in proto tcp from azure-ip-range('DataFactory.FranceCentral') to any port 5432
```
@smortex smortex requested a review from a team as a code owner July 6, 2024 14:36
@smortex smortex changed the title Add a azure-ip-range function Add an azure-ip-range function Jul 6, 2024
@smortex smortex added the enhancement New feature or request label Jul 6, 2024
lib/puffy/resolver.rb Show resolved Hide resolved
@neomilium neomilium enabled auto-merge July 6, 2024 15:18
@neomilium neomilium merged commit 6c50607 into main Jul 6, 2024
7 checks passed
@neomilium neomilium deleted the azure-ip-range branch July 6, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants