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
| imagesets/ | |
| <IMAGESETNAME>/ | |
| lm_initial.html | |
| lm_logout.html | |
| MANIFEST | |
| ... |
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
| <img src="https://i.imgur.com/exPeDfZ.png"/><h2 style="font-weight:700">Authorised Access Only!</h2> |
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
| Welcome to Colin Wilson's Outlook Web Access |
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
| [ | |
| { | |
| "code": "ZA" | |
| }, | |
| { | |
| "code": "VN" | |
| }, | |
| { | |
| "code": "IN" | |
| }, |
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
| [ | |
| { | |
| "code": "ZA" | |
| }, | |
| { | |
| "code": "VN" | |
| }, | |
| { | |
| "code": "IN" | |
| }, |
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
| email=colin@wyveo.com | |
| tkn=<API KEY> | |
| domain=wyveo.com | |
| zone=$(curl -s -X GET "https://api.CloudFlare.com/client/v4/zones?name=${domain}&status=active&page=1&per_page=20&order=status&direction=desc&match=all" \ | |
| -H "X-Auth-Email: ${email}" \ | |
| -H "X-Auth-Key: ${tkn}" \ | |
| -H "Content-Type: application/json") | |
| zone=${zone:18:32} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| #!/bin/sh | |
| # | |
| # Title: Auto-Update & Upload LetsEncrypt Certs to KEMP LoadMaster | |
| # Guide/Source: https://colinwilson.uk/2017/06/19/auto-update-ssl-certificates-on-kemp-loadmaster-via-pfsense--lets-encrypt/ | |
| # Created: 12/06/2017 | |
| # Author: Colin Wilson @colinwilson | |
| # Vendor or Software Link: https://www.pfsense.org/ , https://kemptechnologies.com | |
| # Version: 1.1.0 | |
| # Category: BASH Shell Script |
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 | |
| class Craft3ValetDriver extends ValetDriver | |
| { | |
| /** | |
| * Determine if the driver serves the request. | |
| * | |
| * @param string $sitePath | |
| * @param string $siteName | |
| * @param string $uri |