Skip to content
Snippets Groups Projects
Commit bf732b7e authored by Erick Hitter's avatar Erick Hitter
Browse files

Use the validated IPv6 address

parent 7a79b514
Branches
Tags
No related merge requests found
......@@ -80,7 +80,7 @@ func main() {
// TODO: parse to /64, use ::1.
query := endpoint.Query()
query.Set("myip6", ipv6)
query.Set("myip6", ipv6Valid.String())
endpoint.RawQuery = query.Encode()
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment