services

package
v0.3.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DNS_O_Matic = "https://update.dnsomatic.com/nic/update"

	No_IP = "https://dynupdate.no-ip.com/nic/update"
)

Popular dynamic DNS service URLs.

Variables

View Source
var (
	FlexDNS = Service{
		UpdateAddress: "https://ddns.do.de/",
		Username:      "DDNS-KD11963-F3086",
		Password:      "BIR2ZlHy875b",
		Hostnames:     []string{"aduu.dev"},
	}

	DynDNS = Service{
		UpdateAddress: "",
		Username:      "DDNS-KD11963-F3086",
		Password:      "BIR2ZlHy875b",
		Hostnames:     []string{"aduu.dev", "api.aduu.dev"},
	}

	DDNS = Service{
		UpdateAddress: "https://www.ddnss.de/upd.php?user=<username>&pwd=<pass>&host=<domain>",
		Username:      "DDNS-KD11963-F3086",
		Password:      "BIR2ZlHy875b",
		Hostnames:     []string{"aduu.dev"},
	}
)

Functions

This section is empty.

Types

type Service

type Service struct {
	UpdateAddress string
	Username      string
	Password      string
	Hostnames     []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL