Honza Hommer
b9f69c4b0c
remove echo command
7 years ago
Honza Hommer
81bd7ce00e
prevent _MAIL_BIN modification
7 years ago
Honza Hommer
3ba3d2b1a5
expose MAIL_BIN variable
7 years ago
Honza Hommer
2fdaec6791
try to use ACCOUNT_MAIL if MAIL_FROM is not set
7 years ago
Honza Hommer
c730382091
make MAIL_FROM not required
7 years ago
Honza Hommer
65d4d7e545
typos
7 years ago
Honza Hommer
09c8f5c06d
ssmtp
7 years ago
Honza Hommer
3b977bec8e
remove unsupported options from mail and mutt command
7 years ago
Honza Hommer
46c10f5bee
use mutt if installed
7 years ago
Honza Hommer
075f0c474c
cleanup, lint
7 years ago
Honza Hommer
d03ed6d1af
move sendmail notify to mail notify
7 years ago
Honza Hommer
8607582065
typos
7 years ago
Honza Hommer
c7c95af0fc
use hostname function instead of HOSTNAME env variable
7 years ago
Honza Hommer
3999f58e70
add sendmail notify
7 years ago
neilpang
cff9e2d267
fix format
7 years ago
neilpang
c47fd82d44
add dns_durabledns.sh
7 years ago
Bernard Spil
e8764f4bce
Use name-resolution for 1.1.1.1 service
The service has 4 IP-addresses, and I was the fortunate guy to run into an issue with an ISP breaking 1.1.1.1 (but not 1.0.0.1). This also fixes IPv6-only networks.
```
$ host one.one.one.one
one.one.one.one has address 1.0.0.1
one.one.one.one has address 1.1.1.1
one.one.one.one has IPv6 address 2606:4700:4700::1111
one.one.one.one has IPv6 address 2606:4700:4700::1001
```
7 years ago
Bernard Spil
d72fc21e72
Make Cloudflare URLs configurable
Use-case is being able to proxy these requests over an internal host.
Allowing access to 1.1.1.1 from the DC-LAN wouldn't work for us.
Example config for Apache
```
ProxyPass /dns-query https://cloudflare-dns.com/dns-query
ProxyPass /api/v1/purge https://one.one.one.one/api/v1/purge
```
Building a service that sits in our DMZ where internal hosts request creation/deletion of _acme-challenge TXT RRs using an API. This same host can be used to proxy the Cloudflare purge and query requests.
7 years ago
neil
5f9378569b
Merge pull request #2268 from Neilpang/dev
sync
7 years ago
neilpang
a180b95cca
add more debug info
7 years ago
neilpang
0093dc3d32
fix https://github.com/Neilpang/acme.sh/issues/2256
7 years ago
neil
ccefd3be02
Merge pull request #2255 from mdbraber/update-acmeproxy
dns_acmeproxy: Username/password no longer required
7 years ago
Maarten den Braber
5e165819a1
Update authentication logic / info
7 years ago
neil
ade9d662db
Merge pull request #2210 from chasefox/dev
Fix gcloud most-specific zone match
7 years ago
neil
baca196da6
Merge pull request #1878 from Ne-Lexa/dev
Added dns api support for internet.bs
7 years ago
wapplay
657051e4b6
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
# Conflicts:
# README.md
# dnsapi/README.md
7 years ago
neil
1a6af5d896
Merge pull request #1582 from v0s/pddfixes
Multiple fixes to Yandex DNSAPI plugin
7 years ago
neilpang
a4b83895a3
fix https://github.com/Neilpang/acme.sh/issues/2258
7 years ago
Maarten den Braber
f9e3a2132f
Username/password no longer required
7 years ago
neil
9ab318cafc
Merge pull request #2250 from mdbraber/add-acmeproxy-provider
Add acmeproxy provider
7 years ago
neilpang
1a126b700f
fix https://github.com/Neilpang/acme.sh/issues/2252
7 years ago
neil
92dd5e1610
Merge pull request #2253 from Neilpang/dev
sync
7 years ago
neilpang
11ecbd27be
fix punycode domain
7 years ago
Maarten den Braber
585ef998d0
Fixed CI errors
7 years ago
Maarten den Braber
c297aff99b
Improved logging description
7 years ago
Maarten den Braber
68142c9835
Update description
7 years ago
Maarten den Braber
b8f4fa359c
Add acmeproxy provider
7 years ago
neilpang
2b765fdedb
add set-notify
7 years ago
neil
0accdb9e34
Merge pull request #2248 from Neilpang/dev
add notifications
7 years ago
neilpang
5d468f7ca5
add notifications
7 years ago
neilpang
83768f0531
reduce info message
7 years ago
neilpang
acae0ac2a6
fix RENEW_SKIP code
7 years ago
neilpang
0f86651089
fix idn
7 years ago
neilpang
a77f2fa424
remove test file
7 years ago
neilpang
6198e43fe6
fix idn
7 years ago
neilpang
621d4745b4
fix idn
7 years ago
neilpang
dac75a1dda
rename
7 years ago
neilpang
f1c0f3d45f
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
7 years ago
neil
08b6a2c36d
Merge pull request #2098 from diseq/dev
one.com dns api
7 years ago
neil
130b67821c
Merge branch 'dev' into dev
7 years ago