2806 Commits

Author SHA1 Message Date
Honza Hommer
36f83ecb15 remove unset 2019-06-02 11:08:37 +02:00
Honza Hommer
b9f69c4b0c remove echo command 2019-06-02 11:08:37 +02:00
Honza Hommer
81bd7ce00e prevent _MAIL_BIN modification 2019-06-02 11:08:37 +02:00
Honza Hommer
3ba3d2b1a5 expose MAIL_BIN variable 2019-06-02 11:08:37 +02:00
Honza Hommer
2fdaec6791 try to use ACCOUNT_MAIL if MAIL_FROM is not set 2019-06-02 11:08:37 +02:00
Honza Hommer
c730382091 make MAIL_FROM not required 2019-06-02 11:08:37 +02:00
Honza Hommer
65d4d7e545 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
09c8f5c06d ssmtp 2019-06-02 11:08:37 +02:00
Honza Hommer
3b977bec8e remove unsupported options from mail and mutt command 2019-06-02 11:08:37 +02:00
Honza Hommer
46c10f5bee use mutt if installed 2019-06-02 11:08:37 +02:00
Honza Hommer
075f0c474c cleanup, lint 2019-06-02 11:08:37 +02:00
Honza Hommer
d03ed6d1af move sendmail notify to mail notify 2019-06-02 11:08:37 +02:00
Honza Hommer
8607582065 typos 2019-06-02 11:08:37 +02:00
Honza Hommer
c7c95af0fc use hostname function instead of HOSTNAME env variable 2019-06-02 11:08:37 +02:00
Honza Hommer
3999f58e70 add sendmail notify 2019-06-02 11:08:37 +02:00
neilpang
cff9e2d267 fix format 2019-06-02 11:08:37 +02:00
neilpang
c47fd82d44 add dns_durabledns.sh 2019-06-02 11:08:37 +02:00
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
```
2019-05-19 20:33:48 +02:00
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.
2019-05-19 20:30:51 +02:00
neil
5f9378569b
Merge pull request #2268 from Neilpang/dev
sync
2019-05-17 22:53:20 +08:00
neilpang
a180b95cca add more debug info 2019-05-17 20:16:26 +08:00
neilpang
0093dc3d32 fix https://github.com/Neilpang/acme.sh/issues/2256 2019-05-13 23:30:31 +08:00
neil
ccefd3be02
Merge pull request #2255 from mdbraber/update-acmeproxy
dns_acmeproxy: Username/password no longer required
2019-05-13 22:47:18 +08:00
Maarten den Braber
5e165819a1 Update authentication logic / info 2019-05-13 08:45:57 +02:00
neil
ade9d662db
Merge pull request #2210 from chasefox/dev
Fix gcloud most-specific zone match
2019-05-12 21:58:44 +08:00
neil
baca196da6
Merge pull request #1878 from Ne-Lexa/dev
Added dns api support for internet.bs
2019-05-12 20:35:51 +08:00
wapplay
657051e4b6 Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
# Conflicts:
#	README.md
#	dnsapi/README.md
2019-05-12 13:36:01 +03:00
neil
1a6af5d896
Merge pull request #1582 from v0s/pddfixes
Multiple fixes to Yandex DNSAPI plugin
2019-05-12 15:40:17 +08:00
neilpang
a4b83895a3 fix https://github.com/Neilpang/acme.sh/issues/2258 2019-05-12 15:34:58 +08:00
Maarten den Braber
f9e3a2132f Username/password no longer required 2019-05-09 21:14:26 +02:00
neil
9ab318cafc
Merge pull request #2250 from mdbraber/add-acmeproxy-provider
Add acmeproxy provider
2019-05-08 22:17:34 +08:00
neilpang
1a126b700f fix https://github.com/Neilpang/acme.sh/issues/2252 2019-05-08 22:13:33 +08:00
neil
92dd5e1610
Merge pull request #2253 from Neilpang/dev
sync
2019-05-08 22:09:35 +08:00
neilpang
11ecbd27be fix punycode domain 2019-05-08 22:07:27 +08:00
Maarten den Braber
585ef998d0 Fixed CI errors 2019-05-07 16:47:23 +02:00
Maarten den Braber
c297aff99b Improved logging description 2019-05-06 18:31:58 +02:00
Maarten den Braber
68142c9835 Update description 2019-05-06 17:14:31 +02:00
Maarten den Braber
b8f4fa359c Add acmeproxy provider 2019-05-06 17:12:50 +02:00
neilpang
2b765fdedb add set-notify 2019-05-04 11:54:59 +08:00
neil
0accdb9e34
Merge pull request #2248 from Neilpang/dev
add notifications
2019-05-04 11:08:25 +08:00
neilpang
5d468f7ca5 add notifications 2019-05-04 11:06:25 +08:00
neilpang
83768f0531 reduce info message 2019-05-04 11:02:10 +08:00
neilpang
acae0ac2a6 fix RENEW_SKIP code 2019-05-04 10:59:00 +08:00
neilpang
0f86651089 fix idn 2019-05-04 10:43:39 +08:00
neilpang
a77f2fa424 remove test file 2019-05-04 10:32:01 +08:00
neilpang
6198e43fe6 fix idn 2019-05-04 10:21:15 +08:00
neilpang
621d4745b4 fix idn 2019-05-04 10:18:42 +08:00
neilpang
dac75a1dda rename 2019-05-03 20:50:42 +08:00
neilpang
f1c0f3d45f Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev 2019-05-03 20:49:02 +08:00
neil
08b6a2c36d
Merge pull request #2098 from diseq/dev
one.com dns api
2019-05-03 20:48:27 +08:00