Initial commit

This commit is contained in:
tengattack
2018-03-15 00:38:08 +08:00
commit 12b0e070f2
20 changed files with 838 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM certbot/certbot
COPY . src/certbot-dns-dnspod
RUN pip install --no-cache-dir --editable src/certbot-dns-dnspod