Shawn Heisey
Shawn Heisey
I got around this by mangling the commented include line in named.conf: ``` include "/etc/bind/named.conf.options"; // commented statement below mangled to let mkrdns work // inXclude "/etc/bind/named.conf.default-zones"; include "/etc/bind/named.conf.local"; ```...
I hope this is a proper fix.
This is what I currently have for 'git diff' and it works for me with all my DNS hosted at HE: ``` diff --git a/certbot-he-hook.sh b/certbot-he-hook.sh index f65a761..1eae4aa 100755 ---...
With the following diff, it works: ``` diff --git a/certbot-he-hook.sh b/certbot-he-hook.sh index f65a761..1eae4aa 100755 --- a/certbot-he-hook.sh +++ b/certbot-he-hook.sh @@ -56,7 +56,7 @@ if [ -n "$HE_USER" ] && [ -n...
My fix for line 99 (See issue #10 too) here may not be right. "exit 1" may be the right way to go.
Thanks for that info on getting rid of errors. That was very helpful. After doing those changes, I found that the captcha showed a broken image. Switching it to reCaptcha...
Has the repo been updated so it works with PHP 8.1 without the manual code edits that are mentioned on this issue?
There have been no commits pushed to this repo in nearly 3 years, so I think that no changes have been made.
I'm having a similar problem in Windows 11... but it's with the middle button, dragging the view around. It drags SUPER slow. Rotating the view with the primary mouse button...
I already have the exitCodeOnUsageHelp parameter in the annotation. It's not working.