# 1.3

## 2025-04-24 ACL alias types

We decided to introduce two ACL alias types to explicitly define how to handle them when generating firewall rules:

* Destination aliases - define a complete destination (like an ACL itself) and are translated into a dedicated set of firewall rules; in effect those work like pre-defined destinations
* Component aliases - define a part of a destination (IPs, ports, protocols or any combination of those) and are combined with the inputs configured manually for an ACL - IPs are added to ACL IPs etc.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.defguard.net/2.1/in-depth/architecture-decision-records/1.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
