Jump to: navigation, search

Difference between revisions of "Designate/Blueprints/DynamicDNS/HTTP"

(Created page with "= Design = '''Needs to be fleshed out''' {| class="wikitable" |- ! Gerrit Patch || [] |- ! Launchpad Blueprint || [https://blueprints.launchpad.net/designate/+spec/http-dynam...")
 
(Overview: fill in)
 
Line 12: Line 12:
  
 
'''Fill in'''
 
'''Fill in'''
 +
 +
Embedded routers only support simple dyndns updates. To be compatible, one could provide something to respond to such requests
 +
http://members.dyndns.org/nic/update?system=dyndns&hostname=xxx&myip=&wildcard=ON&mx=&backmx=
 +
Authorization: Basic base64($user:$password)

Latest revision as of 14:54, 13 January 2014

Design

Needs to be fleshed out

Gerrit Patch []
Launchpad Blueprint [1]

Overview

Fill in

Embedded routers only support simple dyndns updates. To be compatible, one could provide something to respond to such requests http://members.dyndns.org/nic/update?system=dyndns&hostname=xxx&myip=&wildcard=ON&mx=&backmx= Authorization: Basic base64($user:$password)