1. 09 Jan, 2017 1 commit
    • Bastian Bittorf's avatar
      dnsapi/dns_lexicon.sh: shellcheck: fix 4 occurences of SC2021: · 800f02ba
      Bastian Bittorf authored
      "Don't use [] around ranges in tr, it replaces literal square brackets."
      
      this introduces another warning:
      "Use '[:lower:]' to support accents and foreign alphabets."
      
      This is more a style thingy because we really want to only catch A-Z.
      work around this by using a shellcheck-directive and a comment
      that the [:lower:] will not work with e.g. busybox-ash.
      
      if we later really want to use [:lower:], we should use 'sed' for that.
      800f02ba
  2. 07 Jan, 2017 1 commit
  3. 06 Jan, 2017 1 commit
  4. 03 Jan, 2017 5 commits
  5. 02 Jan, 2017 1 commit
  6. 27 Dec, 2016 2 commits
  7. 14 Dec, 2016 1 commit
  8. 07 Dec, 2016 5 commits
  9. 06 Dec, 2016 6 commits
  10. 04 Dec, 2016 7 commits
  11. 25 Nov, 2016 2 commits
  12. 24 Nov, 2016 4 commits
    • sjau's avatar
      983f1f28
    • sjau's avatar
      Added ISPConfig DNS API · 192ede5e
      sjau authored
      192ede5e
    • neilpang's avatar
      fix for aliyun api · dbd94d04
      neilpang authored
      dbd94d04
    • baiyangliu's avatar
      Add DNS API support for aliyun (#410) · be39ab32
      baiyangliu authored
      * Add DNS API support for aliyun
      
      * Update README.md
      
      * format
      
      * format
      
      * format
      
      * format...
      
      * format...
      
      * format
      
      * format
      
      * fix bug
      
      * fix bug
      
      * code format
      
      * code format
      
      * fix bug
      
      * just ok...
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * change "echo" to "printf"
      
      * fix bug
      
      * code format
      
      * fix bug."head -c" in function _ali_nonce not supported by solaris
      
      * fix bug."head -c" in function _ali_nonce not supported by solaris
      
      * format
      
      * fix bug._ali_nonce not work on solaris
      
      * fix bug. _ali_nonce not work on solaris
      
      * fix bug. _ali_nonce not work on solaris
      
      * add aliyun.com to README.md
      be39ab32
  13. 20 Nov, 2016 4 commits