Lowder
a7b0abb0ad
fix: target probes selection
2026-09-22 22:17:09 +05:00
Lowder
9ae4b661ba
feat: optional traceroutes
2026-09-08 18:06:29 +05:00
Lowder
12d602472b
fix: reporter cross builds
2026-09-07 18:41:49 +05:00
Lowder
6a1cf6b82b
chore: bump hickory resolver
probe-v0.6.5
website-v1.3.5
2026-09-07 17:50:39 +05:00
Lowder
04275dbb36
feat: switch versioning
2026-09-07 17:35:23 +05:00
Lowder
ed82023d87
fix(probe): add dpi clienthello delay
v1.3.4
2026-08-30 02:28:42 +05:00
Lowder
566ec27c90
fix(probe): revert TLS message
v1.3.3
2026-08-30 01:50:49 +05:00
LowderPlay
b08d1eb7fd
fix(probe): multiple connections and TLS message ( #91 )
v1.3.2
2026-08-30 01:23:04 +05:00
Tema Smirnov
75294bb0dd
Повышение надёжности проверок, улучшение тестов, микрофиксы ( #87 )
...
* test: cover probe verdict combinations
- fix the `sni_block` fixture to use a whitelist host
- cover `whitelist` for responsive blacklist hosts
* fix: handle empty reporter results
- return `0.00%` for empty scans
- add tests for empty and populated summaries
* fix: validate reporter scan options
- reject zero values for `--probes` and `--retry-count`
- increase read timeout on each retry
- cover validation and timeout calculation with tests
* refactor: clean up querying code
- simplify parsing and collection access
- use standard `std::io::Error` helpers
- add `Default` for reusable checker types
* refactor: simplify reporter code
- remove redundant conversions and copies
- simplify CSV parsing and HTTP status output
* refactor: clean up website code
- simplify database access and error conversion
- clean up MQTT config parsing
2026-08-29 20:56:37 +05:00
LowderPlay
7a89ee272f
feat: track bundle ( #90 )
...
* feat: track bundle
* fix: remove apk arch
v1.3.1
2026-08-29 04:23:19 +05:00
LowderPlay
a12f2964ac
feat: proxy updates ( #89 )
...
* feat: proxy updates
* chore: bump version
v1.3.0
2026-08-29 03:40:52 +05:00
LowderPlay
63dff075c0
feat: probe autoupdate ( #88 )
...
* feat: autoupdate
* chore: bump version
* feat: publish installer
* fix: standalone builds
* ci: release docs
* fix: windows icmp socket
* docs: windows notice
* docs: remove line breaks
v1.2.5
2026-08-29 00:22:08 +05:00
Lowder
0c43f470cd
fix: dynamic sni block for ip
2026-08-26 17:52:18 +05:00
Lowder
bb5ac41a05
fix: change whitelist verdict
v1.2.3
2026-08-25 17:35:30 +05:00
LowderPlay
a92572ffdf
feat: individual tasks ( #86 )
...
* feat: hidden nodes and individual tasks
* chore: bump version
2026-08-25 17:21:07 +05:00
Lowder
ada091c060
fix: sni verdict
2026-08-25 17:19:40 +05:00
LowderPlay
8f020faee4
feat: node stats ( #85 )
...
* feat: node stats
* fix: remove ip
2026-08-24 23:29:13 +05:00
LowderPlay
8651d8b1ff
feat: safe dpi traceroutes ( #84 )
...
* feat: safe dpi traceroutes
* chore: bump versions
* feat: dynamic verdict
* fix: change titles
* refactor: simplify methods
* fix: block message
* fix: narrow cdn block
* fix: title
v1.2.2
2026-08-22 02:03:09 +05:00
LowderPlay
4d05f18c4c
feat: multiple verdicts ( #83 )
...
* feat: multiple verdicts
* chore: bump version
v1.2.1
2026-08-18 19:57:56 +05:00
Lowder
a233cff58c
fix(dist): add telegram domains
2026-08-18 03:29:47 +05:00
Lowder
54f0165bfe
ci: fix publish hook
2026-08-18 03:17:23 +05:00
LowderPlay
9883d31a67
feat: openwrt packages ( #82 )
2026-08-18 03:09:15 +05:00
LowderPlay
3f74894786
feat: better probing ( #81 )
...
* feat: ip probe traceroute
* feat: block bogon and rate limit
* fix: block badge
* fix: control sampling
* docs: update probing info
* feat: disable traceroute
* feat: dns spoofing
* docs: dns spoofing
* chore: bump version
* fix: default rate limit
v1.2.0
2026-08-18 00:54:52 +05:00
Lowder
38a1db3ecf
fix: more indexes
2026-08-01 14:00:17 +05:00
Lowder
70d55c05d3
fix: permissions
2026-06-18 04:03:59 +05:00
LowderPlay
fbc0e7a235
feat: caching ( #76 )
2026-06-18 03:48:45 +05:00
Lowder
be654b3b74
chore: unblock roblox ( #75 )
2026-06-10 22:09:07 +05:00
Lowder
4318ed3c56
ci: ignore .dockerbuild
v1.1.0
2026-06-06 03:43:31 +05:00
LowderPlay
f828302ea6
feat: dynamic probing ( #71 )
2026-06-06 03:03:48 +05:00
LowderPlay
7d11e14804
feat: change to ssr ( #69 )
...
* feat: change to ssr
* fix: move route to nginx
* fix: rename yaml
* ci: add deploy
* fix: real ip
2026-05-29 14:51:32 +05:00
Lowder
9e56dc06fb
ci: add curl
2026-05-28 22:52:55 +05:00
LowderPlay
bac3ab1507
feat!: svelte rewrite ( #68 )
...
* feat!: svelte rewrite
* feat: remove mock
* fix: formatting and optimisation
* feat: db optimizations
* feat: dockerfile and version
* ci: change dockerfile syntax
* fix: remove domain trie
2026-05-28 22:34:50 +05:00
Mikhail Gorbachev
741ae887f5
feat: add public JSON API for IP/domain checking ( #60 )
...
Adds GET /api/v1/check?target= endpoint that returns JSON instead of HTML.
Rate limited to 30 req/min per IP (configurable via API_RATE_LIMIT_RPM env var).
Queries are logged to the database same as web UI checks.
2026-04-20 00:34:03 +05:00
dependabot[bot]
7042f3a42b
chore(deps): bump tokio from 1.50.0 to 1.51.0 ( #57 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.50.0 to 1.51.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.51.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 16:34:30 +05:00
dependabot[bot]
470ec49ee6
chore(deps): bump arc-swap from 1.9.0 to 1.9.1 ( #56 )
...
Bumps [arc-swap](https://github.com/vorner/arc-swap ) from 1.9.0 to 1.9.1.
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vorner/arc-swap/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: arc-swap
dependency-version: 1.9.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 16:22:09 +05:00
dependabot[bot]
a418395012
chore(deps): bump libc from 0.2.183 to 0.2.184 ( #58 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.183 to 0.2.184.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.183...0.2.184 )
---
updated-dependencies:
- dependency-name: libc
dependency-version: 0.2.184
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 16:21:50 +05:00
dependabot[bot] and Lowder
7cfdb96986
chore(deps): bump hickory-resolver from 0.26.0-alpha.1 to 0.26.0-beta.3 ( #55 )
...
* chore(deps): bump hickory-resolver from 0.26.0-alpha.1 to 0.26.0-beta.3
Bumps [hickory-resolver](https://github.com/hickory-dns/hickory-dns ) from 0.26.0-alpha.1 to 0.26.0-beta.3.
- [Release notes](https://github.com/hickory-dns/hickory-dns/releases )
- [Changelog](https://github.com/hickory-dns/hickory-dns/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hickory-dns/hickory-dns/compare/v0.26.0-alpha.1...v0.26.0-beta.3 )
---
updated-dependencies:
- dependency-name: hickory-resolver
dependency-version: 0.26.0-beta.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: implement new version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lowder <me@lowderplay.dev >
2026-04-08 16:21:32 +05:00
dependabot[bot] and Lowder
2c0345a0e5
chore(deps): bump maxminddb from 0.26.0 to 0.27.3 ( #45 )
...
* chore(deps): bump maxminddb from 0.26.0 to 0.27.3
Bumps [maxminddb](https://github.com/oschwald/maxminddb-rust ) from 0.26.0 to 0.27.3.
- [Release notes](https://github.com/oschwald/maxminddb-rust/releases )
- [Changelog](https://github.com/oschwald/maxminddb-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/oschwald/maxminddb-rust/compare/0.26.0...v0.27.3 )
---
updated-dependencies:
- dependency-name: maxminddb
dependency-version: 0.27.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix: implement new version
* chore: cleanup imports
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lowder <me@lowderplay.dev >
2026-04-08 15:55:40 +05:00
Lowder
608aab5879
fix: show not found error instead of 500 ( #59 )
2026-04-08 15:28:32 +05:00
dependabot[bot]
5ba7ed7e9c
chore(deps): bump env_logger from 0.11.9 to 0.11.10 ( #52 )
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.11.9 to 0.11.10.
- [Release notes](https://github.com/rust-cli/env_logger/releases )
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.11.9...v0.11.10 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-version: 0.11.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 17:41:57 +05:00
dependabot[bot]
a366c7085e
chore(deps): bump arc-swap from 1.8.2 to 1.9.0 ( #49 )
...
Bumps [arc-swap](https://github.com/vorner/arc-swap ) from 1.8.2 to 1.9.0.
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vorner/arc-swap/compare/v1.8.2...v1.9.0 )
---
updated-dependencies:
- dependency-name: arc-swap
dependency-version: 1.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 16:13:21 +05:00
dependabot[bot]
1950b1d871
chore(deps): bump tar from 0.4.44 to 0.4.45 ( #50 )
...
Bumps [tar](https://github.com/alexcrichton/tar-rs ) from 0.4.44 to 0.4.45.
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 0.4.45
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 16:13:08 +05:00
dependabot[bot]
c654fa6506
chore(deps): bump clap from 4.5.60 to 4.6.0 ( #44 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.5.60 to 4.6.0.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.6.0 )
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 13:01:00 +05:00
dependabot[bot]
1caf93c5bd
chore(deps): bump futures from 0.3.31 to 0.3.32 ( #46 )
...
Bumps [futures](https://github.com/rust-lang/futures-rs ) from 0.3.31 to 0.3.32.
- [Release notes](https://github.com/rust-lang/futures-rs/releases )
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.31...0.3.32 )
---
updated-dependencies:
- dependency-name: futures
dependency-version: 0.3.32
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-21 13:00:43 +05:00
Lowder
f0aba16970
feat: add note about mobile whitelists
2026-03-11 23:02:58 +05:00
Lowder
9b3725d48c
feat: db pool settings
2026-03-11 00:23:47 +05:00
Lowder
462b070a1b
fix: lists swapping ( #14 )
2026-03-10 22:24:30 +05:00
Lowder
af09831396
fix: db pool optimisations and sqlx bump
2026-03-10 22:12:13 +05:00
dependabot[bot]
44cdf60599
chore(deps): bump serde_json from 1.0.145 to 1.0.149 ( #39 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.145 to 1.0.149.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.145...v1.0.149 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.149
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 12:32:45 +05:00
dependabot[bot]
ce868deb7c
chore(deps): bump libc from 0.2.177 to 0.2.183 ( #40 )
...
Bumps [libc](https://github.com/rust-lang/libc ) from 0.2.177 to 0.2.183.
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.177...0.2.183 )
---
updated-dependencies:
- dependency-name: libc
dependency-version: 0.2.183
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-09 12:32:36 +05:00