kdub
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by kdub-
It would probably help if you posted your complete script. 'use LiveAPI;' would need to be 'use Cpanel::LiveAPI();' you would also need to deconstruct it with $cpliveapi->end(); after you're done ...
-
Logger is a module specific to Cpanel and should be automatically loaded by cpanel core. I believe it's located at /usr/local/cpanel/Cpanel/Logger.pm You can enable debugging in WHM >> Home >> Ser...
-
I guess I answered my own question. I followed the guide Tutorial - Create a Standardized Hook - Developer Documentation - cPanel Documentation to write a hook as a perl module to test. Turns out y...
-
@John Ang Ah, ok that registrar makes sense. Happy to help. Good luck getting everything up and running again! Edit; just wanted to add that you should look into enabling the ConfigServer Security...
-
@John Ang If you're not running a local nameserver, then having your registrar set up (ns1.example.com, ns2.example.com) is probably not what you want to do since technically speaking they don't ac...
-
Hi John, Someone else can fill in the details but typically with whm you would run a local nameserver like BIND or powerDNS as the authoritative DNS to handle the zone records for all of your hos...
-
I know this isn't what you asked, but why not just update the resolvers to something reliable. You're rightfully receiving alerts because the resolvers you're using are unreliable. There are many r...
-
@cPanelMichael Thanks for your response. I'm aware of the feature request for DNSSECC clustering support. I'm just looking to use a thirdparty DNS like NS1 or cloudflare to set up a hidden master, ...
-
TL;DR; doesn't matter what you set in pdns.conf, cpanel will always default to the hard-coded options for ddnsec which for nsec are nsec3, narrow, no opt_out, 7 iterations. and for algo are 8, RSA/...
-
@mega_soft I totally get where you are coming from. I mean no offense, but you're unlikely to get anyone to freely write this plugin for you. I suggest you look into hiring someone. It's a fairly s...