---
title: ACL
summary: null
url: https://www.fastly.com/documentation/reference/vcl/types/acl
---

A type representing an access control list.
These are defined using the `acl ...` syntax:

```vcl
acl a1 {
	"192.0.2.1";
}
```
