-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolver.t #1361
Comments
I think in two options here:
First option can be a problem because it will change some almost static files to a more dynamic one, but this is better than a second file with a lot of duplicated content and another The Problem
These are the code that APIcast execute: -- http.d/init.conf
require('resty.resolver').init()
-- cli/environment.lua
local resolver = require('resty.resolver')
resolver.init_nameservers
Proposal Remove one of the Since this needs more modifications than a single file and a environment variable name, I will wait for suggestions. |
This pull request #1432 is working but since there is a commented line and a "strange" variable name, more discussion is desirable. |
No description provided.
The text was updated successfully, but these errors were encountered: