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/bash | |
# This script is a Certbot deploy hook used to automatically upload a newly created or renewed SSL certificate | |
# to the Aurologic API for DDoS protection. It checks if a certificate for the given domain already exists, deletes | |
# it if necessary, and then uploads the new certificate to the API. The script requires both jq and curl to be installed | |
# on the system. This script is designed to be triggered automatically by Certbot after the certificate is created or renewed. | |
# Usage: | |
# 1. Set the API_KEY and API_SECRET variables with your Aurologic API credentials. | |
# 2. Save this script to a file, e.g., /path/to/upload_cert_to_api.sh. |
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
/* | |
* All prop_radiomast01 and prop_radiomast02 Positions | |
* located in GTA5, based of mpchristmas2018. | |
* Exported with CodeWalker. | |
* Feel free to use them in your own scripts, for example Salty Chat. | |
*/ | |
new Vector3(-338.7884f, -579.6178f, 48.09489f); //prop_radiomast02 | |
new Vector3(-293.0222f, -632.1178f, 47.43132f); //prop_radiomast02 | |
new Vector3(-269.2281f, -962.775f, 143.5142f); //prop_radiomast02 | |
new Vector3(98.88757f, -870.8663f, 136.9165f); //prop_radiomast02 |
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 | |
/* | |
FRITZ!Box DynDNS Howto: | |
Update-URL: http://your-domain.tld/filename.php?user=<username>&pass=<pass>&hostname=<domain>&myip=<ipaddr> | |
Domainname: dyndns.your-domain.tld | |
Username: your-cloudflare-email-address | |
Password: your-cloudflare-api-token | |
*/ | |
// static config: |