Last active
January 14, 2025 22:59
-
-
Save asvdvl/42db9eff7babd829b84d95ca8a270944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% for service in queryset %}{% for ipa in service.ipaddresses.all() %} | |
| {{ ipa.address.ip }} {{ service.name }} | |
| {% endfor %}{% endfor %} | |
| # exporting example: | |
| # 10.0.0.1 www | |
| # 2001:0db8::1 www | |
| # 2001:0db8::2 netbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment