This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# FORPSI DNS API for acme.sh | |
# Based on https://gist.githubusercontent.com/patrikbeno/29b5e2746367acf0e1b587e02b8b3a50/raw/1e39790e1bc3e5455eb0e7d08abaa412de07d3b7/dns_forpsi.sh | |
# And modified by (me) Orest Worhacz with the help of ChatGPT | |
# Works! It could be easily adapted to forpsi.sk/.cz/.pl | |
# Usage: ./acme.sh --issue --dns dns_forpsi -d site.example.com | |
username="username" | |
password="password&1" | |
domain_id="12345" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################################## | |
# thinkfan Example Config File | |
# ============================ | |
# | |
# Please read the config manpage thinkfan.conf(5) before playing around with | |
# this. | |
# | |
# This is NOT a working config file that can just be copied. It is only meant | |
# to give a rough idea what can be done. In particular, don't copy & paste the | |
# fan speed config! Think about what you're doing. |