我试图设置一个docker容器来访问我的VPN(IVPN)。我想使用VPN的DNS,但根据我分配的IP地址选择DNS - 这是在容器内发生的......
https://www.ivpn.net/knowledgebase/163/What-is-the-IP-address-of-your-DNS-servers.html
To work out the address of the closest DNS server simply look at
the IP assigned to you when you connect. The DNS servers are in
the format 10.x.x.1. For example, if you receive the address
10.16.4.66 then the DNS is on 10.16.4.1.
[感谢@MrE]我想在容器中运行openvpn(所以我将使用其他人的图像) - 并让其他容器使用这个作为他们与&#的唯一连接39;网。基本上,我尝试构建完全隔离的容器,然后通过我们的公司(或其他商业)VPN配置其连接。