PowerDNS and rqlite

Did anyone here configure pdns with rqlite? @Neoon maybe?

Question is what backend did you use (SQlite3 not compatible, can't find ODBC driver) or did you just roll-your-own using the rqlite HTTP API?

Comments

  • @tetech said:
    Did anyone here configure pdns with rqlite? @Neoon maybe?

    Question is what backend did you use (SQlite3 not compatible, can't find ODBC driver) or did you just roll-your-own using the rqlite HTTP API?

    What did you smoke again, kid?
    I never used pdns with rqlite.

    But I did used rqlite or pdns yes.
    However I did wrote a PHP CLI for pdns, which connects to GALERA.

    You could write a python CLI script which pdns runs to get answers and this connects to rqlite.

  • @Neoon said:

    @tetech said:
    Did anyone here configure pdns with rqlite? @Neoon maybe?

    Question is what backend did you use (SQlite3 not compatible, can't find ODBC driver) or did you just roll-your-own using the rqlite HTTP API?

    What did you smoke again, kid?
    I never used pdns with rqlite.

    But I did used rqlite or pdns yes.
    However I did wrote a PHP CLI for pdns, which connects to GALERA.

    You could write a python CLI script which pdns runs to get answers and this connects to rqlite.

    Thanks for the reply. Yes, I can write a "connector" quickly, and planning to do it tomorrow. But wanted to check that I am not missing a ready-made answer.

  • NeoonNeoon OG
    edited February 2021

    @tetech If you still need help, lemme know, I have a few Python3 examples at hand, since I am trying to build https://github.com/Ne00n/woodCDN.
    I do use the slow http api with rqlite but cli is way faster.

Sign In or Register to comment.