ISPConfig DNS Reverse Zone

Discussion in 'ISPConfig 3 Priority Support' started by rcampos, Nov 15, 2023.

  1. rcampos

    rcampos New Member

    Hi there!

    I Need some help... i read DNS chapter on manual but cant find a solution.
    I have a wide public ip address range (/22), and im looking for a more efective way to setup reverse for ips not explicity declareted.
    Has Anything similar to $GENERATE macro in ISPConfig? Or any other approach?

    Thanks!
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No.

    What you might use to mass-create records is to create a script and use the ISPConfig remote API to add them in ISPConfig. https://git.ispconfig.org/ispconfig/ispconfig3/-/tree/develop/remoting_client
    But of course, you will have lots of records in the zone file then, its just more effective than adding them one by one in the UI.
     
    Th0m likes this.
  3. rcampos

    rcampos New Member

    Thanks Till!
    I will use API.
     

Share This Page