Skip to content

Instantly share code, notes, and snippets.

@leedo
Created February 20, 2012 22:44
Show Gist options
  • Save leedo/1872038 to your computer and use it in GitHub Desktop.
Save leedo/1872038 to your computer and use it in GitHub Desktop.
import shield;
vcl_recv {
if (shield) {
shield.conn_reset();
}
else {
error 403 "Forbidden";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment