I hereby claim:
- I am andrieslouw on github.
- I am andrieslouw (https://keybase.io/andrieslouw) on keybase.
- I have a public key whose fingerprint is 1F9D 0881 E779 B284 EBE3 25FC 7560 C1B3 861C E500
To claim this, I am signing this object:
using System; | |
using System.Threading.Tasks; | |
using System.Threading; | |
using System.Collections.Generic; | |
using System.Net; | |
using System.Net.Http; | |
using System.Timers; | |
using System.Text.RegularExpressions; | |
using Newtonsoft.Json.Linq; | |
using System.Diagnostics; |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* @author https://github.com/andrieslouw | |
* @copyright 2016 | |
**/ | |
function cfban($ipaddr){ | |
$cfheaders = array( | |
'Content-Type: application/json', | |
'X-Auth-Email: [email protected]', |