如何生成基于ipv6的openvpn客户端文件

问题描述 投票:0回答:0

如何生成基于ipv6的openvpn客户端文件

如题 我使用自动安装脚本: https://github.com/angristan/openvpn-install 安装的openvpn服务器, 在生成openvpn客户端的配置文件时,会生成一个基于ipv4的配置文件。 我的服务器支持ipv6访问 但是通过脚本默认的普通ovpn配置文件是基于ipv4的。 如何生成ipv6客户端配置文件? 谢谢

client
proto udp
explicit-exit-notify
remote *my-ipv4-address* 62577
dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
verify-x509-name server_ubpm4cv53fg8Q3YK name
auth SHA256
auth-nocache
cipher AES-128-GCM
tls-client
tls-version-min 1.2
tls-cipher TLS-ECDHE-ECDSA-WITH-AES-128-GCM-SHA256
ignore-unknown-option block-outside-dns
setenv opt block-outside-dns # Prevent Windows 10 DNS leak
ipv6 openvpn
© www.soinside.com 2019 - 2024. All rights reserved.