Jason Ross
|
887ff4afea
|
fix(client): fix security issues in adguardhome client (#4)
* fix(client): Check uint16 bounds for user provided port
see https://github.com/csfreak/adguard-exporter/security/code-scanning/4
* fix(client): add option to disable tls verification
defaults to false
see https://github.com/csfreak/adguard-exporter/security/code-scanning/3
|
2023-09-15 12:02:46 -05:00 |
|
Jason Ross
|
066fbc22c1
|
ci(GitHub): update tooling and dependancies (#3)
* doc(readme): replace links from ebrianne to csfreak
ebrianne's repo is no longer available
* ci(GitHub): replace master with main
* ci(GitHub): update release workflow versions
* Update go.mod
* build(docker): change dockerfile to go 1.21
* doc(readme): add attribution
* package(main): rename
* package(main): rename
* package(adguard): rename
* build(depenancies): update go dependancies
* ci(github): remove deprecated versions
* ci(github): upgrade actions
* ci(github): typo
* ci(github): adjust build and remove docker actions
* doc(readme): update links
* doc(readme): update links
|
2023-09-15 11:26:38 -05:00 |
|
Rahul Somasundaram
|
e75108942e
|
added support to resolve rdns from adguard (#14)
|
2021-09-09 07:25:02 +02:00 |
|
Eldwan Brianne
|
a4ffbd5f1c
|
Adding configuration of adguard port (#5)
* Added possibility to configure url adguard port
|
2021-01-11 18:34:09 +01:00 |
|
Eldwan Brianne
|
1d6549a9e2
|
Added https support, added more metrics, cleaned up dns_queries types
|
2020-11-04 17:10:50 +01:00 |
|
Eldwan Brianne
|
88a0fc5cae
|
Format with go fmt
|
2020-11-02 19:19:37 +01:00 |
|
Eldwan Brianne
|
86c12b3921
|
Added more metrics. HTTP protocol only supported
|
2020-11-02 18:18:08 +01:00 |
|
Eldwan Brianne
|
7cbc8b8893
|
Modified Auth from cookie to Auth Basic if password is set
|
2020-11-02 00:27:18 +01:00 |
|
Eldwan Brianne
|
be25226b83
|
First commit
|
2020-11-01 23:09:36 +01:00 |
|