Skip to content

Commit

Permalink
Merge pull request #7 from Packet-Clearing-House/dev-5
Browse files Browse the repository at this point in the history
Dev 5 update readme
  • Loading branch information
Ths2-9Y-LqJt6 authored Jan 16, 2018
2 parents e8d5115 + efd66d1 commit c60cf0a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,22 @@ $fl_config['log'] = array(
"str:: ",
"str::-",
"str:: ",
"str::-",
"str:: ",
"str::[",
FAUX_DATE1,
"]",
"str::]",
"str:: ",
"str::\"",
array('GET','POST'),
"str:: ",
"fle::urls.txt",
"str:: ",
"str::HTTP/1.1",
"str::\"",
"str:: ",
array('200','304','404'),
"str:: ",
"int::101-90001",
"str:: ",
"str::\"",
Expand Down
39 changes: 39 additions & 0 deletions config.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?php


// ----------------------------------------------------------------
// --- Multi-line log file with pre-cooked IPs and URLs ----
// ----------------------------------------------------------------

$fl_config['log'] = array(
FAUX_IPv4,
"str:: ",
"str::-",
"str:: ",
"str::-",
"str:: ",
"str::[",
FAUX_DATE1,
"str::]",
"str:: ",
"str::\"",
array('GET','POST'),
"str:: ",
"fle::urls.txt",
"str:: ",
"str::HTTP/1.1",
"str::\"",
"str:: ",
array('200','304','404'),
"str:: ",
"int::101-90001",
"str:: ",
"str::\"",
"str::-",
"str::\"",
"str:: ",
"str::\"",
"fle::useragents.txt",
"str::\"",
"fle::cookies.txt",
);

0 comments on commit c60cf0a

Please sign in to comment.