Skip to content

Instantly share code, notes, and snippets.

View ph0llux's full-sized avatar
🦀
Sometimes available - sometimes not.

ph0llux

🦀
Sometimes available - sometimes not.
View GitHub Profile
@bvandenbon
bvandenbon / redirect-locale.html
Last active November 16, 2022 23:26
a landing page in html+js, which detects language (possibly cached) and redirects.
<!DOCTYPE html>
<html>
<body>
<script type="text/javascript">
//////////////
/// CONFIG ///
//////////////
var defaultLocale = 'en';
@chappy84
chappy84 / cloudflare_dyn_dns.sh
Last active May 23, 2025 19:42
CloudFlare Dynamic DNS Shell Script - Abandonware! Use ddclient instead!
#!/bin/sh
#
# CloudFlare Dynamic DNS
#
# Updates CloudFlare records with the current public IP address
#
# Takes the same basic arguments as A/CNAME updates in the CloudFlare v4 API
# https://www.cloudflare.com/docs/client-api.html#s5.2
#
# Use with cron jobs etc.