alpha
Login
or
Join now
zicklag.dev
/
mlf
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A human-friendly DSL for ATProto Lexicons
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
1
Pipelines
mlf
/
dns-plugins
/
mlf-dns-porkbun
/
src
/
at
main
2 files
stavola.xyz
Add mlf-dns-porkbun plugin
4mo ago
eed5b072
api.rs
Add mlf-dns-porkbun plugin Porkbun's API is POST-only with apikey + secretapikey carried in the request body. Zone lookup walks parent labels against /domain/listAll since Porkbun has no explicit "which zone covers this name" endpoint. TXT ops use the retrieveByNameType / editByNameType / deleteByNameType variants — editByNameType replaces every record at (subdomain, TXT) in one call, which matches the single-value _lexicon shape exactly. login pings /ping to verify the credentials and report the caller's whitelisted IP.
4 months ago
main.rs
Add mlf-dns-porkbun plugin Porkbun's API is POST-only with apikey + secretapikey carried in the request body. Zone lookup walks parent labels against /domain/listAll since Porkbun has no explicit "which zone covers this name" endpoint. TXT ops use the retrieveByNameType / editByNameType / deleteByNameType variants — editByNameType replaces every record at (subdomain, TXT) in one call, which matches the single-value _lexicon shape exactly. login pings /ping to verify the credentials and report the caller's whitelisted IP.
4 months ago