feat: use resolv.conf defined nameserver
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 40s
All checks were successful
Build and publish / build-and-push-arch (push) Successful in 40s
This commit is contained in:
parent
a03a4b3a2a
commit
f28fc882c7
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ lua_shared_dict auto_ssl_settings 64k;
|
||||||
|
|
||||||
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt";
|
lua_ssl_trusted_certificate "/etc/ssl/certs/ca-certificates.crt";
|
||||||
|
|
||||||
resolver 127.0.0.11 valid=60 ipv6=off;
|
resolver local=on valid=60 ipv6=off;
|
||||||
|
|
||||||
init_by_lua_block {
|
init_by_lua_block {
|
||||||
auto_ssl = (require "resty.auto-ssl").new()
|
auto_ssl = (require "resty.auto-ssl").new()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue