Skip to content

Instantly share code, notes, and snippets.

View skullteria's full-sized avatar

Skull Teria skullteria

View GitHub Profile
@skullteria
skullteria / freenom.com.ddns.sh
Created January 26, 2019 03:35 — forked from a-c-t-i-n-i-u-m/freenom.com.ddns.sh
Dynamic DNS support shell script for freenom.com
#!/bin/bash
# settings
# Login information of freenom.com
freenom_email="main@address"
freenom_passwd="pswd"
# Open DNS management page in your browser.
# URL vs settings:
# https://my.freenom.com/clientarea.php?managedns={freenom_domain_name}&domainid={freenom_domain_id}
freenom_domain_name="domain.name"
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<p><button onclick="minimize()">test</button></p>
<script>
function minimize(){