This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&pick = "stone_pickaxe"; | |
&shovel = "stone_shovel"; | |
&pillar = "dirt"; | |
IF(automine); | |
LOG("Automine Disabled"); | |
ECHO("/minebot stop"); | |
UNSET(automine); | |
ELSE; | |
LOG("Automine Enabled"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Pi-hole: A black hole for Internet advertisements | |
# by Jacob Salmela | |
# Network-wide ad blocking via your Raspberry Pi | |
# | |
# (c) 2015 by Jacob Salmela | |
# This file is part of Pi-hole. | |
# | |
# Pi-hole is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "promofaux.id" is my Blockstack ID. https://onename.com/promofaux |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$domains = Array(); | |
$log = Array(); | |
$ipv6 = file_exists("/etc/pihole/.useIPv6"); | |
/******* Public Members ********/ | |
function getSummaryData() { | |
global $ipv6; | |
$domains = readInBlockList(); | |
$log = readInLog(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RESULT FROM WINDOWS: | |
ping doubleclick.net | |
Pinging doubleclick.net [192.168.1.253] with 32 bytes of data: | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 | |
Reply from 192.168.1.253: bytes=32 time<1ms TTL=64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 testingareallylongdomainnamethatdoesntexist.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include('data.php'); | |
header('Content-type: application/json'); | |
$data = array(); | |
if (isset($_GET['summaryRaw'])) { | |
$data = array_merge($data, getSummaryData()); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://test.com/test.html | |
https://test2.com/ | |
https://test3.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client | |
dev tun | |
proto tcp | |
remote [REDACTED SERVER IP/DOMAIN] 1194 | |
resolv-retry infinite | |
nobind | |
persist-key | |
persist-tun | |
key-direction 1 | |
remote-cert-tls server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`touch /etc/pihole/badfile.file` |
OlderNewer