Skip to content

Instantly share code, notes, and snippets.

View pjaton's full-sized avatar

Patrice Jaton pjaton

  • Apple
  • California
View GitHub Profile
@pjaton
pjaton / gyndns
Last active March 23, 2021 07:58
A bash script to update a dynamic DNS entry on Google Domain using their provided API.
#!/bin/bash
#
# Copyright 2015-present Patrice Jaton.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#