Skip to content

Commit

Permalink
Update BlacklistBypassTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtbraz authored Sep 11, 2023
1 parent 6ab7794 commit 13e8af4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html/BlacklistBypassTemplate.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

//AutoBlock Mode "true" means every IP but yours will get auto-added to the blacklist
$AutoBlock = true;
// "false" means everyone is allowed except if they're on the blacklist
$AutoBlock = false;
// Your public IP (your client)
$myip = "YOUR_IP_ADDRESS";

Expand Down

0 comments on commit 13e8af4

Please sign in to comment.