Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
dyndnsd-client
Commits
bf732b7e
Commit
bf732b7e
authored
Dec 30, 2017
by
Erick Hitter
Browse files
Use the validated IPv6 address
parent
7a79b514
Changes
1
Hide whitespace changes
Inline
Side-by-side
dyndnsd-client.go
View file @
bf732b7e
...
@@ -80,7 +80,7 @@ func main() {
...
@@ -80,7 +80,7 @@ func main() {
// TODO: parse to /64, use ::1.
// TODO: parse to /64, use ::1.
query
:=
endpoint
.
Query
()
query
:=
endpoint
.
Query
()
query
.
Set
(
"myip6"
,
ipv6
)
query
.
Set
(
"myip6"
,
ipv6
Valid
.
String
()
)
endpoint
.
RawQuery
=
query
.
Encode
()
endpoint
.
RawQuery
=
query
.
Encode
()
}
}
}
else
{
}
else
{
...
...
Erick Hitter
@ethitter
mentioned in issue
#3 (closed)
·
Dec 30, 2017
mentioned in issue
#3 (closed)
mentioned in issue #3
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment