feat: implement automated WHOIS sync for domains

This commit is contained in:
Bot
2026-04-16 23:08:50 +08:00
parent 5493f5c32f
commit 5dfc049121
5 changed files with 80 additions and 1 deletions
+1
View File
@@ -155,6 +155,7 @@ func routers(r *gin.Engine, frontendDist fs.FS) {
auth.POST("/domains", commonHandler(AddDomain))
auth.POST("/domains/:id/verify", commonHandler(VerifyDomain))
auth.POST("/domains/:id/sync", commonHandler(SyncDomainWHOIS))
auth.PUT("/domains/:id", commonHandler(UpdateDomain))
auth.DELETE("/domains/:id", commonHandler(DeleteDomain))