ADD ref of download

This commit is contained in:
maximo tejeda 2024-11-14 11:23:56 -04:00
parent cc01b02365
commit 186739b902

View File

@ -63,3 +63,9 @@ check config for a zone
#+RESULTS:
| {"result":{"nameservers":{"type":"cloudflare.standard"} | foundation_dns:false | multi_provider:false | secondary_overrides:false | soa:{"mname":null | rname:"dns.cloudflare.com" | refresh:10000 | retry:2400 | expire:604800 | min_ttl:1800 | ttl:3600} | ns_ttl:86400 | zone_mode:"standard" | internal_dns:{"reference_zone_id":null} | flatten_all_cnames:false} | success:true | errors:[] | messages:[]} |
To Download bin from gitea instance
#+begin_src shell
url --user ${user}:${passwd} \
--output ddns http://gitea/api/packages/maximo/generic/ddns/amd64_v0.0.0-13/ddns
#+end_src