From 2f51ce58503c8b0f1d31158393397df48876c297 Mon Sep 17 00:00:00 2001 From: Gustavo Michels Date: Fri, 22 Nov 2024 16:10:26 -0600 Subject: [PATCH] feat: add `ecosia` to the list of Safe Search services --- README.md | 2 +- models.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93051ef..9c580a6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ [![Status](https://github.com/gmichels/adguard-client-go/workflows/Release/badge.svg)](https://github.com/gmichels/adguard-client-go/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/gmichels/adguard-client-go)](https://goreportcard.com/report/github.com/gmichels/adguard-client-go) -Updated to version 0.107.48 of the [upstream API](https://github.com/AdguardTeam/AdGuardHome/blob/v0.107.48/openapi/openapi.yaml). +Updated to version 0.107.54 of the [upstream API](https://github.com/AdguardTeam/AdGuardHome/blob/v0.107.54/openapi/openapi.yaml). This was written primarily for use in my [Terraform provider for AdGuard Home](https://github.com/gmichels/terraform-provider-adguard). diff --git a/models.go b/models.go index 8dce881..00fc378 100644 --- a/models.go +++ b/models.go @@ -178,6 +178,7 @@ type SafeSearchConfig struct { Enabled bool `json:"enabled"` Bing bool `json:"bing"` Duckduckgo bool `json:"duckduckgo"` + Ecosia bool `json:"ecosia"` Google bool `json:"google"` Pixabay bool `json:"pixabay"` Yandex bool `json:"yandex"`