Skip to content

Instantly share code, notes, and snippets.

@tuldok89
tuldok89 / cloudflare-ddns-update.sh
Last active November 16, 2019 08:57 — forked from Tras2/cloudflare-ddns-update.sh
A bash script to update a Cloudflare DNS AAAA record with the IPv6 address of the source machine
#!/bin/bash
# A bash script to update a Cloudflare DNS AAAA record with the IPv6 address of the source machine
# Used to provide DDNS service and IPv4 connectivity to my IPv6-only network.
# Needs the DNS record pre-creating on Cloudflare
# Proxy - uncomment and provide details if using a proxy
#export https_proxy=http://<proxyuser>:<proxypassword>@<proxyip>:<proxyport>
# Cloudflare zone is the zone which holds the record
import { Component, OnInit } from '@angular/core';
import { Http, Headers } from '@angular/http';
import { NgForm, FormBuilder, FormGroup, Validators, FormControl } from '@angular/forms';
import { Router, ActivatedRoute } from '@angular/router';
import { JobRequirementService } from '../../../services/jobrequirements.service';
import { ClientService } from '../../../services/clients.service';
import { ClientData } from '../../client/clientdata';
import { IData } from '../../model/IData';
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<div class="container">
<h1>{{title}}</h1>
<h3>Job Requirement</h3>