Skip to content

Commit

Permalink
Merge pull request #6074 from cliping/fix-ipv6
Browse files Browse the repository at this point in the history
migration: Fix authentication failed issue for ipv6 test
  • Loading branch information
Yingshun authored Jan 6, 2025
2 parents 7b0a8ff + 421b4fb commit 7495d9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
ipv6_config = "yes"
ipv6_addr_des = "ENTER.YOUR.IPv6.DESTINATION"
dest_host = "[${ipv6_addr_des}]"
server_info_ip = "${ipv6_addr_des}"
- hostname:
dest_host = "ENTER.YOUR.EXAMPLE.SERVER_CN"
- wrong_hostname:
Expand Down

0 comments on commit 7495d9c

Please sign in to comment.