Thanks, this is helpful. I'll investigate these options.
On Tuesday, October 30, 2018 at 1:36:21 PM UTC-4, [email protected] wrote: > > A possible solution you can try is to update resolv.conf file. However, as > in App Engine, the local filesystem that your application is deployed to is > not writable, you would not be able to edit. > > You are more likely to get some results on that by using App Engine > Flexible Environment with the custom runtime > <https://cloud.google.com/appengine/docs/flexible/custom-runtimes/about-custom-runtimes>. > > The custom runtime environment runs as a docker container and docker tries > to make a binding link to a system resolv.conf > <https://stackoverflow.com/questions/17816976/any-way-to-replace-a-dns-server-address-in-my-etc-resolv-conf-using-python-in-u?rq=1> > > file. > > You can also try to override DNS server used as shown here [3] using > dns.resolver > <https://stackoverflow.com/questions/3898363/set-specific-dns-server-using-dns-resolver-pythondns> > . > > Note that the suggestions here have not been tested on my end as it is a > customization of your environment, so I recommend that you consider it > first in a test environment. > > On Tuesday, October 30, 2018 at 9:06:44 AM UTC-4, Mark Drummond wrote: >> >> Is it possible to change the DNS client settings for an App Engine >> Flexible deployed (Python/Django in this case) app? I'd like the app in >> question to reference our internal DNS servers, available to the app over a >> Cloud VPN connection. >> > -- The content of this message is subject to our e-mail confidentiality policy. <https://static.empire.ca/confidentiality/conf.html> Le contenu de ce message est assujetti à notre politique en matière de confidentialité des courriels. <https://static.empire.ca/confidentiality/conf.html> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d26504cc-ce6c-497f-a3fa-ab14ce6c4e8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
