-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request 312: 6321 boot ttl vol.1
Updates AdguardTeam/AdGuardHome#6321. Squashed commit of the following: commit fb8f98b Merge: 329e3e3 a87a3df Author: Eugene Burkov <[email protected]> Date: Thu Jan 11 14:14:06 2024 +0300 Merge branch 'master' into 6321-boot-ttl-vol.1 commit 329e3e3 Author: Eugene Burkov <[email protected]> Date: Tue Jan 9 23:27:41 2024 +0300 all: imp docs commit 91cc3f0 Author: Eugene Burkov <[email protected]> Date: Fri Dec 29 17:59:36 2023 +0500 all: imp code, rm redundant changes commit f0df8c2 Author: Eugene Burkov <[email protected]> Date: Thu Dec 28 19:20:07 2023 +0500 all: imp code commit c1fd087 Author: Eugene Burkov <[email protected]> Date: Wed Dec 27 18:23:38 2023 +0300 all: move code, use new types commit e1d9405 Author: Eugene Burkov <[email protected]> Date: Wed Dec 27 18:17:08 2023 +0300 upstream: add separate test
- Loading branch information
1 parent
a87a3df
commit 04571e6
Showing
9 changed files
with
342 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package bootstrap | ||
|
||
import "github.com/AdguardTeam/golibs/errors" | ||
|
||
// ErrNoResolvers is returned when zero resolvers specified. | ||
const ErrNoResolvers errors.Error = "no resolvers specified" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.