blob: 5a0c45d3fd0b3fec2d7784e94016f9a6a9bf29a3 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write('Content-Type: text/html\r\n\r\n')
print('''[
{
"trigger": {
"url-filter": "save-ping.py"
},
"action": {
"type": "block"
}
}
]''')