Skip to content

Commit

Permalink
Add cf-dns command
Browse files Browse the repository at this point in the history
Signed-off-by: nex <[email protected]>
  • Loading branch information
nexy7574 committed Oct 22, 2023
1 parent de76467 commit 0608e31
Show file tree
Hide file tree
Showing 6 changed files with 841 additions and 22 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ruin = "nex_utils.ruin:main"
arriva = "nex_utils.arriva:main"
wg-manager = "nex_utils.wg_manager:main"
cf-ddns = "nex_utils.cf_ddns:main"
cf-dns = "nex_utils.cf_dns:main"
file-gen = "nex_utils.filegen:main"
filegen = "nex_utils.filegen:main"
download = "nex_utils.download:main"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ humanize==4.4.0
elevate==0.1.3
httpx[http2,socks,brotli]==0.23.3
click-aliases==1.0.1
toml; python_version < "3.11"
Loading

0 comments on commit 0608e31

Please sign in to comment.