mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 18:53:43 -04:00
remove deprecated code (#1888)
This removes: * reverse plugin from plugin.cfg * https_google option from proxy * the -log flag
This commit is contained in:
@@ -164,8 +164,6 @@ func parseBlock(c *caddyfile.Dispenser, u *staticUpstream) error {
|
||||
} else {
|
||||
u.ex = newDNSEx()
|
||||
}
|
||||
case "https_google":
|
||||
// allow the config, but make noop
|
||||
case "grpc":
|
||||
if len(encArgs) == 2 && encArgs[1] == "insecure" {
|
||||
u.ex = newGrpcClient(nil, u)
|
||||
|
||||
Reference in New Issue
Block a user