Created
June 26, 2018 13:30
-
-
Save Tobi77/58918c878dbf2884e7933b7090d0c8a8 to your computer and use it in GitHub Desktop.
Clear Varnish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "++++++++++++++++++++++++++++++++++++++" | |
| echo "+++ BAN varnish ++++++++++++++++++++++" | |
| echo "++++++++++++++++++++++++++++++++++++++" | |
| curl -X BAN -H 'Application-Ban-All: 1' -I http://xxxxxxxxx.lan:80 | |
| exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment