├── .gitattributes
├── www
├── .htaccess
├── foot.php
├── header.php
├── mindate.php
├── head.php
├── head-r.php
├── charthitsperhour.php
├── chartblocksperhour.php
├── chartblocksperday.php
├── ipmap.php
├── charttotalblocksperday.php
├── head-gr.php
├── mapdata.php
├── charthitsperdaycombined.php
├── blocks-ps.php
├── head-g.php
├── ptr.php
├── dialtodayblocks.php
├── dialtodayrepeats.php
├── charthitsperday.php
├── datepicker.php
├── reban-country.php
├── reban-br.php
├── dialtodayhits.php
├── release-country.php
├── config.php
├── release-br.php
├── release-date.php
├── reban-date.php
├── safe-unmark.php
├── release-ip.php
├── duplicates.php
├── safe-mark.php
├── stylesheet.css
├── reban-ip.php
├── blocks.php
├── repeats-ip-day.php
├── release-country-view.php
├── reban-br-view.php
├── ids.php
├── reban-country-view.php
├── repeats-ip.php
├── release-br-view.php
├── blocks-view.php
├── release-date-view.php
├── reban-date-view.php
├── repeats-date.php
├── release-iprange.php
├── reban-iprange.php
├── repeats.php
├── repeats-view.php
├── search-date.php
├── release.php
├── charthitsperweekcombined.php
├── reban.php
├── search.php
└── functions.php
├── Events
├── CommonCode.vbs
└── Config.INI
├── hmsRetroAddPTR.ps1
├── hmsRetroConsolidateRules.ps1
├── hmsRetroAddBlocksIPTable.ps1
├── hmsRetroAddRuleName.ps1
├── Config.ps1
├── hmsFirewallBanDBSetup.ps1
├── hmsConsolidateRules.ps1
├── hmsDuplicateRuleFinder.ps1
├── BlockCount.ps1
└── hmsConsolidateRulesMonthly.ps1
/.gitattributes:
--------------------------------------------------------------------------------
1 | # Auto detect text files and perform LF normalization
2 | * text=auto
3 |
--------------------------------------------------------------------------------
/www/.htaccess:
--------------------------------------------------------------------------------
1 | order deny,allow
2 | deny from all
3 | allow from 127.0.0.1
4 | allow from 192.168.1
--------------------------------------------------------------------------------
/www/foot.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |