Commit beadac42 authored by Geoff Simmons's avatar Geoff Simmons

Add a doc comment for vcl.Spec.ACLs.

parent e0d9cc41
......@@ -333,7 +333,10 @@ type Spec struct {
// Authentication, derived from the Auth section of a
// VarnishConfig.
Auths []Auth
ACLs []ACL
// ACLs is a list of specifications for whitelisting or
// blacklisting IPs with access control lists, derived from
// VarnishConfig.ACLs.
ACLs []ACL
}
// DeepHash computes a 64-bit hash value from a Spec such that if two
......
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