Skip to Content.
Sympa Menu

discuss - Re: [opennic-discuss] ACL API down?

discuss AT lists.opennicproject.org

Subject: Discuss mailing list

List archive

Re: [opennic-discuss] ACL API down?


Chronological Thread  
  • From: Rouben <rouben AT rouben.net>
  • To: dns-operations AT lists.opennicproject.org, discuss AT lists.opennicproject.org
  • Subject: Re: [opennic-discuss] ACL API down?
  • Date: Thu, 5 Nov 2020 15:25:28 -0500

The issue appears to be resolved as of approx. 10AM UTC-5. Not sure if that's due to a fix, or just accident... in either case I will be altering my scripts to fall back on last good ACL file in case an empty one is received. Hoping that a dumb check based on number of lines (blank file is around 50 lines, proper ones are a few 100, around 400-500) would be sufficient for now...

Rouben


On Wed, Nov 4, 2020 at 2:04 AM Rouben <rouben AT rouben.net> wrote:
Hi,

Sorry for cross-posting... has anyone tried the ACL API lately? I'm referring to the following URL:
which is documented here: https://wiki.opennic.org/api/bindacl

At the moment it returns a blank config snippet like so, which is obviously not ideal for anyone running BIND who wants to run their servers with ACLs... not quite sure how long this has been happening, but the issue seems to be intermittent.
# Generated Wed Nov  4 04:35:20 UTC 2020

acl opennic_T0 {


};

acl opennic_T1 {


};

acl opennic_T2 {


};

acl opennic_whitelist {
};

acl opennic_blacklist {
};

masters opennic_master_T0 {


};

masters opennic_master_T1 {


};

masters opennic_master_T2 {


};

Rouben



Archive powered by MHonArc 2.6.19.

Top of Page