Skip to content

Commit be08183

Browse files
committed
ipv6 support
1 parent 922d9dc commit be08183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/fun/2025-05-03-whatismyip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ math: false
4343
let ipv6Elem = document.getElementById("ipv6");
4444

4545
ipv4Elem.textContent = response.ip;
46-
ipv6Elem.textContent = response.ip;
46+
ipv6Elem.textContent = response.ipv6;
4747

4848
ipv4Elem.classList.add("show");
4949
ipv6Elem.classList.add("show");

0 commit comments

Comments
 (0)