Commit beadac42 authored by Geoff Simmons's avatar Geoff Simmons

Add a doc comment for vcl.Spec.ACLs.

parent e0d9cc41
......@@ -333,6 +333,9 @@ type Spec struct {
// Authentication, derived from the Auth section of a
// VarnishConfig.
Auths []Auth
// ACLs is a list of specifications for whitelisting or
// blacklisting IPs with access control lists, derived from
// VarnishConfig.ACLs.
ACLs []ACL
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment