- 24 Jun, 2020 1 commit
-
-
neil authored
sync
-
- 10 Jun, 2020 1 commit
-
-
neil authored
Lexicon output fix
-
- 09 Jun, 2020 1 commit
-
-
Maarten den Braber authored
-
- 26 May, 2020 3 commits
-
-
neil authored
Fix broken grep so that One984HOSTING_COOKIE actually gets set, and isn't left empty.
-
DerVerruckteFuchs authored
-
neil authored
retry-timer fix
-
- 25 May, 2020 2 commits
-
-
grindsa authored
-
DerVerruckteFuchs authored
-
- 24 May, 2020 2 commits
-
-
neil authored
Support multiple servers for SSH deployment
- 23 May, 2020 2 commits
- 22 May, 2020 2 commits
-
-
Dan Dascalescu authored
-
PM Extra authored
-
- 21 May, 2020 2 commits
-
-
-
neil authored
Add TransIP provider
-
- 19 May, 2020 12 commits
-
-
Maarten den Braber authored
-
Maarten den Braber authored
-
Maarten den Braber authored
-
-
-
Maarten den Braber authored
-
Maarten den Braber authored
-
Maarten den Braber authored
command
-
neil authored
Added dnsapi/dns_hetzner.sh
-
neil authored
dns_rackspace: search for domain
-
neil authored
fix octal escapes for printf %b format
-
kref authored
Stop it from misinterpreting a following digit as part of the escape sequence
-
- 18 May, 2020 1 commit
-
-
Ian Wienand authored
The current call uses the /domains end-point which lists all domains. This only returns 100 domains at a time, so for long domain lists you may not match and find the required ID. Switch to using the search interface that only returns values matching the requested domain. This will avoid missing results. Reported by @jjamfd. Closes: #2944
-
- 17 May, 2020 2 commits
-
-
Gassan Gousseinov authored
-
Gassan Gousseinov authored
-
- 16 May, 2020 9 commits
-
-
Maarten den Braber authored
-
neil authored
INWX fix Domain Limit #1491
-
neil authored
Bug fix: DNS TXT entries will now be removed for dns_gdnsdk.sh
-
neil authored
Update Synology DSM deploy hook
-
Brian Hartvigsen authored
SYNO_Certificate gets set by _getdeployconf, so this may be an empty string but that's fine
-
Brian Hartvigsen authored
This means, by default, we will rotate the default certificate that comes with the DSM
-
Brian Hartvigsen authored
-
Brian Hartvigsen authored
-
Brian Hartvigsen authored
I'm actually not entirely sure why/how this worked with curl but not wget, but it did. The short answer is that using a GET does not result in the HTTP_HEADER file being written, instead you must pass in the http_headers param ($2) which will return the HTTP headers as a string. Luckily, the Token is in both the body and the header. We need it and the id (and smid if 2fa) cookie to proceed. So now we parrse the response for that instead of the HTTP_HEADER file. Interesting side note: wget is fine if the URL contains a \r or \n, but curl will barf on it. So we need to make sure those are stripped from the token as it will be passed in the URL later.
-