这是一个创建于 3630 天前的主题,其中的信息可能已经有所发展或是发生改变。
statickey 模式下如何PUSH DNS 到client1
server.conf
port 8500
proto udp
dev tun
ifconfig 10.8.0.1 10.8.0.2
secret static.key
push "dhcp-option DNS 8.8.4.4."
push "dhcp-option DNS 8.8.8.8"
push "redirect-gateway def1 bypass-dhcp"
keepalive 10 60
persist-tun
persist-key
comp-lzo
daemon
client.ovpn
remote linode server
port 8500
proto udp
dev tun
ifconfig 10.8.0.2 10.8.0.1
secret static.key
redirect-gateway
route-method exe
客户端能连上,ping 不通twitter