This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathddns.conf
119 lines (106 loc) · 1.55 KB
/
ddns.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
[common]
dynv6_server = dynv6.com
dynv6_key =
history_file =
zone = example.dynv6.net
type = local
use_ipv6 = true
use_ipv4 = true
command_type = curl
devices =
login_type = key
ip =
port =
key =
user =
password =
[host]
name = test1
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = false
use_zone_ipv4 = false
type = esxi
command_type = wget
devices =
login_type = key
ip = 192.168.1.6
port = 22
key =
user = root
password =
[host]
name = test2
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = true
use_zone_ipv4 = true
type = esxi
command_type = wget
devices = vmk0
login_type = key
ip = fe80::20c:5678:1234:4123%eth0
port = 22
key =
user = root
password =
[host]
name = test3
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = true
use_zone_ipv4 = false
type = windows
command_type = curl
devices = Enternet
login_type = key
ip = 192.168.1.9
port = 22
key =
user = administrator
password =
[host]
name = test4
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = true
use_zone_ipv4 = false
type = windows
command_type = wget
devices = Enternet
login_type = password
ip = 192.168.1.10
port = 22
key =
user = administrator
password = secret
[host]
name = test5
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = true
use_zone_ipv4 = true
type = linux
command_type = curl
devices =
login_type = key
ip = 192.168.1.11
port = 22
key =
user =
password =
[host]
name = test6
use_ipv6 = true
use_zone_ipv6 = false
use_ipv4 = true
use_zone_ipv4 = true
type = linux
command_type = curl
devices =
login_type = key
ip = 192.168.1.80
port = 8022
key =
user =
password =