jpetazzo / dockvpn

Recipe to build an OpenVPN image for Docker
Apache License 2.0
834 stars 295 forks source link

issues with browsing from certain locations #2

Closed wprater closed 11 years ago

wprater commented 11 years ago

thought it might be because of the MSS being incorrect? I was going to apply the mtu-test directive, but was not sure the best way to test this.

Should I clone this repo and make my own image? Im new to Docker.

Cheers

jpetazzo commented 11 years ago

It could be a MSS issue, but there are so many things involved here that it's hard to tell :-)

You could clone the repo, edit the config file generator, and rebuild the container image (docker build -t openvpn . from the repo, then docker run ... openvpn instead of jpetazzo/openvpn).

wprater commented 11 years ago

Yeah, I'll play around with it. Cheers!