TAG NAME miss_access

Description Used to force your neighbours to use you as sibling instead of parent
Build Option
Default
Usage miss_access allow|deny [!] aclname …
Default
miss_access allow all
Synopsis
This tag forces the neighbouring peers to treat you as sibling instead of parent.

Arguments

allow/deny
Allow or deny on matching the acl
aclname
Access list to be allowed/denied on match

Example(s)
acl localclients src 172.16.0.0/16
miss_access allow localclients
miss_access deny !localclients
This means that only your local clients are allowed to fetch MISSES and all other clients can only fetch HITS.