Skip to content

Fradhyle/PyDDNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDDNS

목차(Contents)


한국어

소개

  • 개발 목적: Cloudflare를 통해 관리중인 도메인에 대한 DDNS 클라이언트 필요
  • 개발 언어: Python

개발 참고 문헌

아래의 참고 문헌은 대소문자 구분 없이 알파벳순입니다.

질문

  1. API 토큰/키를 평문으로 저장해도 괜찮은가요?
    • 저 또한 이 문제로 오랫동안 고민을 했습니다.
      결론적으로, 이미 이 방식은 안전한 방식이기 때문에 평문으로 저장하기로 결정했습니다.
      하지만 Cloudflare의 권고 사항에 따라 나중에 API 키 방식은 없앨 예정입니다.

할 일

  • 백그라운드에서 정기적으로 동작하게 만들기.
  • GUI
  • 파이썬이 포함된 실행 파일

English

Introduction

  • Development Purpose: I need DDNS Client for my domain in Cloudflare
  • Development Language: Python

Development References

Following references are in alphabetical order, case insensitive.

Questions

  1. Is it okay to save API token/key in plain text?
    • I also considered about this for a long time. In conclusion, I decided to save it as plain text because it's already safe method. But I will remove API Key method later because of Cloudflare's recommendation

To-Do

  • Stay in background and run regularly.
  • GUI
  • Python-included Excutable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages