Updated DNS API Dev Guide (markdown)
parent
1fe39bca6a
commit
ad516da63a
|
@ -264,6 +264,8 @@ Please follow the guide: https://github.com/acmesh-official/acme.sh/wiki/DNS-API
|
||||||
3. Do not use `sed -e`, which causes a problem in OS X and BSD.
|
3. Do not use `sed -e`, which causes a problem in OS X and BSD.
|
||||||
4. Do not use `sed` with labels, which causes `Label too long` problem in Solaris.
|
4. Do not use `sed` with labels, which causes `Label too long` problem in Solaris.
|
||||||
5. Do not use `sed` with newlines (`\n`), which causes a problem in OS X and BSD.
|
5. Do not use `sed` with newlines (`\n`), which causes a problem in OS X and BSD.
|
||||||
|
6. Do not use `grep -E` option.
|
||||||
|
|
||||||
|
|
||||||
If you need a BSD or Solaris development environment, please head to [vmactions](https://github.com/vmactions). For example, you can use [solaris-shell](https://github.com/vmactions/shell-solaris) to get a shell environment in Solaris.
|
If you need a BSD or Solaris development environment, please head to [vmactions](https://github.com/vmactions). For example, you can use [solaris-shell](https://github.com/vmactions/shell-solaris) to get a shell environment in Solaris.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue