Compare commits

..

1 commit

Author SHA1 Message Date
efdd4b73fc
feat(webnsupdate): add support for fritzbox style updates
Some checks failed
/ build (push) Successful in 25s
/ check (clippy) (push) Successful in 15s
/ check (module-ipv6-test) (push) Waiting to run
/ check (module-nginx-test) (push) Waiting to run
/ check (nextest) (push) Waiting to run
/ check (treefmt) (push) Waiting to run
/ report-size (push) Waiting to run
/ check (module-ipv4-test) (push) Has been cancelled
Update now optionally accepts query params (e.g. `/update?ipv4=1.2.3.4`)
if present they will control how the update is made (only ipv4 and ipv6
are implemented right now).

Closes #80
2025-01-28 23:55:36 +01:00

View file

@ -20,8 +20,6 @@ jobs:
- module-ipv4-test - module-ipv4-test
- module-ipv6-test - module-ipv6-test
- module-nginx-test - module-nginx-test
- module-ipv4-only-test
- module-ipv6-only-test
steps: steps:
- uses: https://git.salame.cl/actions/checkout@v4 - uses: https://git.salame.cl/actions/checkout@v4
- name: Check - name: Check