dns/acme-dns
Limited DNS server with RESTful HTTP API to handle ACME DNS challenges
| Flavor | Version | Run | OSVersion | Arch | License | Restricted | Status | |
|---|---|---|---|---|---|---|---|---|
| 1.0,1 | 632 | 4.0 | amd64 | mit | 0 | fail |
License Permissions: dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
Events
| Machine | Type | Time | Message |
|---|---|---|---|
| m4064 | info | 2026-02-17 05:49:12.247851 | Test Started |
| m4064 | fail | 2026-02-17 05:51:17.535615 | make test returned non-zero: 1 |
| m4064 | fail | 2026-02-17 05:51:17.590617 | Test complete. |
Log
[1m===> Testing for acme-dns-1.0,1[0m
(cd /magus/work/usr/mports/dns/acme-dns/work/acme-dns-1.0; for t in ./...; do echo "===> Testing ${t}"; /usr/bin/env -i HOME=/magus/work/usr/mports/dns/acme-dns/work MACHINE_ARCH=amd64 PWD="${PWD}" GIT_CEILING_DIRECTORIES=/magus/work/usr/mports/dns/acme-dns/work __MAKE_CONF=/nonexistent OSVERSION=400003 PATH=/magus/work/usr/mports/dns/acme-dns/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin TERM=vt100 TMPDIR=/tmp XDG_DATA_HOME=/magus/work/usr/mports/dns/acme-dns/work XDG_CONFIG_HOME=/magus/work/usr/mports/dns/acme-dns/work XDG_CACHE_HOME=/magus/work/usr/mports/dns/acme-dns/work/.cache HOME=/magus/work/usr/mports/dns/acme-dns/work TMPDIR="/tmp" PATH=/magus/work/usr/mports/dns/acme-dns/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin PKG_CONFIG_LIBDIR=/magus/work/usr/mports/dns/acme-dns/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES TARGETDIR=/usr/local DESTDIR= PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" CGO_ENABLED=1 CGO_CFLAGS="-I/usr/local/include" CGO_LDFLAGS="-L/usr/local/lib" GOAMD64= GOARM= GOTMPDIR="/magus/work/usr/mports/dns/acme-dns/work" GOPATH="/magus/distfiles/go/dns_acme-dns" GOBIN="/magus/work/usr/mports/dns/acme-dns/work/bin" GO111MODULE=on GOFLAGS=-modcacherw GOSUMDB=sum.golang.org GO_NO_VENDOR_CHECKS=1 GOPROXY=off /usr/local/bin/go124 test -v -buildvcs=false -mod=vendor ${t}; done)
===> Testing ./...
=== RUN TestApiRegister
printer.go:33: curl -X 'POST' 'http://127.0.0.1:47844/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:47844
printer.go:102: HTTP/1.1 201 Created 73.697664ms
Content-Length: 224
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"username":"8bac4df0-ab16-4bc9-83c3-ea302521267e","password":"DFTTPcddDIkcKTLdAbWYk2l1EtSj7ZTiU209rba0","fulldomain":"6db07716-7ab2-4804-a339-5dd92a2a306c.","subdomain":"6db07716-7ab2-4804-a339-5dd92a2a306c","allowfrom":[]}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["123.123.123.123/32","2001:db8:a0b:12f0::1/32","[::1]/64"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:47844/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:47844
Content-Type: application/json; charset=utf-8
{"allowfrom":["123.123.123.123/32","2001:db8:a0b:12f0::1/32","[::1]/64"]}
printer.go:102: HTTP/1.1 201 Created 72.889534ms
Content-Length: 279
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"username":"155b7174-af09-4855-a9f2-6d7e9c015eb5","password":"nPDKOY36vYDGCJ92pGQt5SInOyFMrVk0Ve4CYZVn","fulldomain":"0a3f6488-c630-4bb4-a326-6ea3d522227c.","subdomain":"0a3f6488-c630-4bb4-a326-6ea3d522227c","allowfrom":["123.123.123.123/32","2001:db8:a0b:12f0::1/32","::1/64"]}
--- PASS: TestApiRegister (0.15s)
=== RUN TestApiRegisterBadAllowFrom
printer.go:33: curl -X 'POST' -d '{"allowfrom":["invalid"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["invalid"]}
printer.go:102: HTTP/1.1 400 Bad Request 1.366365ms
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["1.2.3.4/33"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["1.2.3.4/33"]}
printer.go:102: HTTP/1.1 400 Bad Request 725.164µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["1.2/24"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["1.2/24"]}
printer.go:102: HTTP/1.1 400 Bad Request 635.606µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["1.2.3.4"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["1.2.3.4"]}
printer.go:102: HTTP/1.1 400 Bad Request 556.972µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["12345:db8:a0b:12f0::1/32"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["12345:db8:a0b:12f0::1/32"]}
printer.go:102: HTTP/1.1 400 Bad Request 580.41µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
printer.go:33: curl -X 'POST' -d '{"allowfrom":["1234::123::123::1/32"]}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:42769/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:42769
Content-Type: application/json; charset=utf-8
{"allowfrom":["1234::123::123::1/32"]}
printer.go:102: HTTP/1.1 400 Bad Request 532.701µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "invalid_allowfrom_cidr"}
--- PASS: TestApiRegisterBadAllowFrom (0.01s)
=== RUN TestApiRegisterMalformedJSON
printer.go:33: curl -X 'POST' -d '{"allowfrom'\'': '\''1.1.1.1/32'\''}' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
{"allowfrom': '1.1.1.1/32'}
printer.go:102: HTTP/1.1 400 Bad Request 1.232271ms
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d '"allowfrom": "1.1.1.1/32"' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
"allowfrom": "1.1.1.1/32"
printer.go:102: HTTP/1.1 400 Bad Request 557.35µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d '{"allowfrom": "[1.1.1.1/32]"' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
{"allowfrom": "[1.1.1.1/32]"
printer.go:102: HTTP/1.1 400 Bad Request 334.597µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d '"allowfrom": "1.1.1.1/32"}' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
"allowfrom": "1.1.1.1/32"}
printer.go:102: HTTP/1.1 400 Bad Request 404.137µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d '{allowfrom: "1.2.3.4"}' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
{allowfrom: "1.2.3.4"}
printer.go:102: HTTP/1.1 400 Bad Request 301.847µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d '{allowfrom: [1.2.3.4]}' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
{allowfrom: [1.2.3.4]}
printer.go:102: HTTP/1.1 400 Bad Request 582.916µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
printer.go:33: curl -X 'POST' -d 'whatever that'\''s not a json payload' 'http://127.0.0.1:36273/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:36273
whatever that's not a json payload
printer.go:102: HTTP/1.1 400 Bad Request 545.104µs
Content-Length: 35
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "malformed_json_payload"}
--- PASS: TestApiRegisterMalformedJSON (0.01s)
=== RUN TestApiRegisterWithMockDB
printer.go:33: curl -X 'POST' 'http://127.0.0.1:48283/register'
printer.go:85: POST /register HTTP/1.1
Host: 127.0.0.1:48283
printer.go:102: HTTP/1.1 500 Internal Server Error 74.653309ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "SQL error"}
--- PASS: TestApiRegisterWithMockDB (0.08s)
=== RUN TestApiUpdateWithInvalidSubdomain
printer.go:33: curl -X 'POST' -d '{"subdomain":"example.com","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: B6ctew3pikcpXWo3VVOXEdWiFC3SYN8wUQ8ITtVA' -H 'X-Api-User: f7b3b07b-7397-49c2-9e9e-b46696be986f' 'http://127.0.0.1:32056/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:32056
Content-Type: application/json; charset=utf-8
X-Api-Key: B6ctew3pikcpXWo3VVOXEdWiFC3SYN8wUQ8ITtVA
X-Api-User: f7b3b07b-7397-49c2-9e9e-b46696be986f
{"subdomain":"example.com","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 72.219629ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "forbidden"}
--- PASS: TestApiUpdateWithInvalidSubdomain (0.14s)
=== RUN TestApiUpdateWithInvalidTxt
printer.go:33: curl -X 'POST' -d '{"subdomain":"aa012811-0cea-480f-92d9-a2b97c8a7e03","txt":"idk m8 bbl lmao"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: ykDYQ9jhbjtei3DeyPPiRmB8aRocQHWsGAhA1znd' -H 'X-Api-User: d60532d9-8941-4ce8-850c-e7d588fa4686' 'http://127.0.0.1:32789/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:32789
Content-Type: application/json; charset=utf-8
X-Api-Key: ykDYQ9jhbjtei3DeyPPiRmB8aRocQHWsGAhA1znd
X-Api-User: d60532d9-8941-4ce8-850c-e7d588fa4686
{"subdomain":"aa012811-0cea-480f-92d9-a2b97c8a7e03","txt":"idk m8 bbl lmao"}
printer.go:102: HTTP/1.1 400 Bad Request 72.333695ms
Content-Length: 20
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "bad_txt"}
--- PASS: TestApiUpdateWithInvalidTxt (0.15s)
=== RUN TestApiUpdateWithoutCredentials
printer.go:33: curl -X 'POST' 'http://127.0.0.1:44671/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:44671
printer.go:102: HTTP/1.1 401 Unauthorized 821.168µs
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "forbidden"}
--- PASS: TestApiUpdateWithoutCredentials (0.00s)
=== RUN TestApiUpdateWithCredentials
printer.go:33: curl -X 'POST' -d '{"subdomain":"d580c6f2-2ced-47ac-a59f-1e8c76547975","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: _LsT0HSgvHjILvxktR0ZB3uxBlorkMseIAXw2qPZ' -H 'X-Api-User: 49e740d0-fbf4-47a3-9268-265e3d8db236' 'http://127.0.0.1:17580/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:17580
Content-Type: application/json; charset=utf-8
X-Api-Key: _LsT0HSgvHjILvxktR0ZB3uxBlorkMseIAXw2qPZ
X-Api-User: 49e740d0-fbf4-47a3-9268-265e3d8db236
{"subdomain":"d580c6f2-2ced-47ac-a59f-1e8c76547975","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 60.054645ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
--- PASS: TestApiUpdateWithCredentials (0.13s)
=== RUN TestApiUpdateWithCredentialsMockDB
printer.go:33: curl -X 'POST' -d '{"subdomain":"a097455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' 'http://127.0.0.1:37034/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:37034
Content-Type: application/json; charset=utf-8
{"subdomain":"a097455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 500 Internal Server Error 4.757593ms
Content-Length: 21
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "db_error"}
--- PASS: TestApiUpdateWithCredentialsMockDB (0.01s)
=== RUN TestApiManyUpdateWithCredentials
printer.go:33: curl -X 'POST' -d '{"subdomain":"non-uuid-subdomain","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: tooshortpass' -H 'X-Api-User: non-uuid-user' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: tooshortpass
X-Api-User: non-uuid-user
X-Forwarded-For: 10.1.2.3
{"subdomain":"non-uuid-subdomain","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 1.335278ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"bb97455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: tooshortpass' -H 'X-Api-User: a097455b-52cc-4569-90c8-7a4b97c6eba8' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: tooshortpass
X-Api-User: a097455b-52cc-4569-90c8-7a4b97c6eba8
X-Forwarded-For: 10.1.2.3
{"subdomain":"bb97455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 878.412µs
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:14 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"bb97455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: LongEnoughPassButNoUserExists___________' -H 'X-Api-User: a097455b-52cc-4569-90c8-7a4b97c6eba8' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: LongEnoughPassButNoUserExists___________
X-Api-User: a097455b-52cc-4569-90c8-7a4b97c6eba8
X-Forwarded-For: 10.1.2.3
{"subdomain":"bb97455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 73.179246ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"a097455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k' -H 'X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k
X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501
X-Forwarded-For: 10.1.2.3
{"subdomain":"a097455b-52cc-4569-90c8-7a4b97c6eba8","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 71.26037ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"tooshortfortxt"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k' -H 'X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k
X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501
X-Forwarded-For: 10.1.2.3
{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"tooshortfortxt"}
printer.go:102: HTTP/1.1 400 Bad Request 71.502234ms
Content-Length: 20
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "bad_txt"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":1234567890}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k' -H 'X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k
X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501
X-Forwarded-For: 10.1.2.3
{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":1234567890}
printer.go:102: HTTP/1.1 400 Bad Request 74.583191ms
Content-Length: 20
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "bad_txt"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k' -H 'X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: 7JA4ewfzCkhw_EiymLerLUQc4f2HG70Wd8Flh-2k
X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501
X-Forwarded-For: 10.1.2.3
{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 72.993683ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"74e998be-1274-4bbe-8600-0267a0fd502b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: KbUqenV7flLpMGw_DvilbrDsVPLnU6B9CJxcIHdF' -H 'X-Api-User: 3f63b547-6c70-4034-97dc-0a806f2e3015' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: KbUqenV7flLpMGw_DvilbrDsVPLnU6B9CJxcIHdF
X-Api-User: 3f63b547-6c70-4034-97dc-0a806f2e3015
X-Forwarded-For: 10.1.2.3
{"subdomain":"74e998be-1274-4bbe-8600-0267a0fd502b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 73.759791ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"e55e10a3-19be-41c0-b98e-8ea2b5393e08","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: baFefm_7PjkKK-Jmz3mspp5D0sZpl8OO_Jn9K1hg' -H 'X-Api-User: e8047010-816e-4a54-ab85-afe36f2b6de0' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: baFefm_7PjkKK-Jmz3mspp5D0sZpl8OO_Jn9K1hg
X-Api-User: e8047010-816e-4a54-ab85-afe36f2b6de0
X-Forwarded-For: 10.1.2.3
{"subdomain":"e55e10a3-19be-41c0-b98e-8ea2b5393e08","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 71.643764ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' -H 'X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501' -H 'X-Forwarded-For: 10.1.2.3' 'http://127.0.0.1:27849/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:27849
Content-Type: application/json; charset=utf-8
X-Api-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
X-Api-User: b08a8f44-a8e3-44a9-b1f4-19e2d9052501
X-Forwarded-For: 10.1.2.3
{"subdomain":"6ab71355-2c6c-447b-a2ed-138f7a2657db","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 71.123684ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "forbidden"}
--- PASS: TestApiManyUpdateWithCredentials (0.77s)
=== RUN TestApiManyUpdateWithIpCheckHeaders
printer.go:33: curl -X 'POST' -d '{"subdomain":"24ab0d11-e6cc-481f-b1ec-9a3440c27ca1","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: hTobr3QYkHroaxCJEEvl5oY_tD1LIFxfSMsYuQ2n' -H 'X-Api-User: c00a27a5-0d6a-4f45-ad68-7a3cb2c4b51a' -H 'X-Forwarded-For: whatever goes' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: hTobr3QYkHroaxCJEEvl5oY_tD1LIFxfSMsYuQ2n
X-Api-User: c00a27a5-0d6a-4f45-ad68-7a3cb2c4b51a
X-Forwarded-For: whatever goes
{"subdomain":"24ab0d11-e6cc-481f-b1ec-9a3440c27ca1","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 72.227885ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"24ab0d11-e6cc-481f-b1ec-9a3440c27ca1","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: hTobr3QYkHroaxCJEEvl5oY_tD1LIFxfSMsYuQ2n' -H 'X-Api-User: c00a27a5-0d6a-4f45-ad68-7a3cb2c4b51a' -H 'X-Forwarded-For: 10.0.0.1, 1.2.3.4 ,3.4.5.6' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: hTobr3QYkHroaxCJEEvl5oY_tD1LIFxfSMsYuQ2n
X-Api-User: c00a27a5-0d6a-4f45-ad68-7a3cb2c4b51a
X-Forwarded-For: 10.0.0.1, 1.2.3.4 ,3.4.5.6
{"subdomain":"24ab0d11-e6cc-481f-b1ec-9a3440c27ca1","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 71.866182ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro' -H 'X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097' -H 'X-Forwarded-For: 127.0.0.1' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro
X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097
X-Forwarded-For: 127.0.0.1
{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 71.405871ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:15 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro' -H 'X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097' -H 'X-Forwarded-For: 10.0.0.1, 10.0.0.2, 192.168.1.3' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro
X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097
X-Forwarded-For: 10.0.0.1, 10.0.0.2, 192.168.1.3
{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 71.600427ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro' -H 'X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097' -H 'X-Forwarded-For: 10.1.1.1 ,192.168.1.2, 8.8.8.8' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: 2n1efB-GwySpOyMR7c0fp9ZDxGd52X9xfwpjxRro
X-Api-User: 77aa7e90-34bd-448c-900c-3196105ee097
X-Forwarded-For: 10.1.1.1 ,192.168.1.2, 8.8.8.8
{"subdomain":"daf73edf-c209-4783-bae0-51cb096ba60c","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 72.034115ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO' -H 'X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a' -H 'X-Forwarded-For: 2002:c0a8:b4dc:0d3::0' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO
X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a
X-Forwarded-For: 2002:c0a8:b4dc:0d3::0
{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 74.000608ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO' -H 'X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a' -H 'X-Forwarded-For: 2002:c0a7:0ff::0' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO
X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a
X-Forwarded-For: 2002:c0a7:0ff::0
{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 401 Unauthorized 75.978251ms
Content-Length: 22
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
{"error": "forbidden"}
printer.go:33: curl -X 'POST' -d '{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}' -H 'Content-Type: application/json; charset=utf-8' -H 'X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO' -H 'X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a' -H 'X-Forwarded-For: 2002:c0a8:d3ad:b33f:c0ff:33b4:dc0d:3b4d' 'http://127.0.0.1:16110/update'
printer.go:85: POST /update HTTP/1.1
Host: 127.0.0.1:16110
Content-Type: application/json; charset=utf-8
X-Api-Key: gDcJ0vTInjefjHiCiJ3qN50CKp0hotomA4R_m5KO
X-Api-User: 796cda2d-d23d-4232-b754-458d0af3c37a
X-Forwarded-For: 2002:c0a8:d3ad:b33f:c0ff:33b4:dc0d:3b4d
{"subdomain":"2a3d63dd-bef2-4d23-b456-fbb236c4f44b","txt":"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
printer.go:102: HTTP/1.1 200 OK 71.522186ms
Content-Length: 54
Content-Type: application/json
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
{"txt": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"}
--- PASS: TestApiManyUpdateWithIpCheckHeaders (0.77s)
=== RUN TestApiHealthCheck
printer.go:33: curl -X 'GET' 'http://127.0.0.1:16112/health'
printer.go:85: GET /health HTTP/1.1
Host: 127.0.0.1:16112
printer.go:102: HTTP/1.1 200 OK 936.203µs
Date: Tue, 17 Feb 2026 05:51:16 GMT
Vary: Origin
Content-Length: 0
--- PASS: TestApiHealthCheck (0.00s)
=== RUN TestUpdateAllowedFromIP
--- PASS: TestUpdateAllowedFromIP (0.00s)
=== RUN TestDBInit
--- PASS: TestDBInit (0.00s)
=== RUN TestRegisterNoCIDR
--- PASS: TestRegisterNoCIDR (0.06s)
=== RUN TestRegisterMany
--- PASS: TestRegisterMany (0.18s)
=== RUN TestGetByUsername
--- PASS: TestGetByUsername (0.12s)
=== RUN TestPrepareErrors
--- PASS: TestPrepareErrors (0.06s)
=== RUN TestQueryExecErrors
--- PASS: TestQueryExecErrors (0.12s)
=== RUN TestQueryScanErrors
--- PASS: TestQueryScanErrors (0.06s)
=== RUN TestBadDBValues
--- PASS: TestBadDBValues (0.06s)
=== RUN TestGetTXTForDomain
--- PASS: TestGetTXTForDomain (0.06s)
=== RUN TestUpdate
--- PASS: TestUpdate (0.07s)
=== RUN TestQuestionDBError
--- PASS: TestQuestionDBError (0.00s)
=== RUN TestParse
--- PASS: TestParse (0.00s)
=== RUN TestResolveA
--- PASS: TestResolveA (0.00s)
=== RUN TestEDNS
--- PASS: TestEDNS (0.00s)
=== RUN TestEDNSA
--- PASS: TestEDNSA (0.00s)
=== RUN TestEDNSBADVERS
--- PASS: TestEDNSBADVERS (0.00s)
=== RUN TestResolveCNAME
--- PASS: TestResolveCNAME (0.00s)
=== RUN TestAuthoritative
--- PASS: TestAuthoritative (0.00s)
=== RUN TestResolveTXT
--- PASS: TestResolveTXT (0.07s)
=== RUN TestCaseInsensitiveResolveA
--- PASS: TestCaseInsensitiveResolveA (0.00s)
=== RUN TestCaseInsensitiveResolveSOA
--- PASS: TestCaseInsensitiveResolveSOA (0.00s)
=== RUN TestSetupLogging
--- PASS: TestSetupLogging (0.00s)
=== RUN TestReadConfig
--- PASS: TestReadConfig (0.00s)
=== RUN TestGetIPListFromHeader
--- PASS: TestGetIPListFromHeader (0.00s)
=== RUN TestFileCheckPermissionDenied
util_test.go:109: File should not be accessible
--- FAIL: TestFileCheckPermissionDenied (0.00s)
=== RUN TestFileCheckNotExists
--- PASS: TestFileCheckNotExists (0.00s)
=== RUN TestFileCheckOK
--- PASS: TestFileCheckOK (0.00s)
=== RUN TestPrepareConfig
--- PASS: TestPrepareConfig (0.00s)
=== RUN TestGetValidUsername
--- PASS: TestGetValidUsername (0.00s)
=== RUN TestValidKey
--- PASS: TestValidKey (0.00s)
=== RUN TestGetValidSubdomain
--- PASS: TestGetValidSubdomain (0.00s)
=== RUN TestValidTXT
--- PASS: TestValidTXT (0.00s)
=== RUN TestCorrectPassword
--- PASS: TestCorrectPassword (0.19s)
=== RUN TestGetValidCIDRMasks
--- PASS: TestGetValidCIDRMasks (0.00s)
FAIL
FAIL github.com/joohoi/acme-dns 3.302s
FAIL
*** Error code 1
Stop.
make: stopped in /usr/mports/dns/acme-dns
Links
Depends On
- lang/go124 (build)
Depend Of
NothingCategories
CVEs
- Loading CVE information...
MidnightBSD Magus