Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #1595

Closed
Open
Created Oct 05, 2011 by Jacopo Lorenzetti@jacopoL

Error in bind_pri.domain.master template

When editing a DNS zone, the Minimum value is not saved in the zone file. Instead, the TTL value is incorrectly saved in place of the Minimum.

--- ./ispconfig/server/conf/bind_pri.domain.master 2011-10-05 01:46:53.000000000 +0000 +++ ./ispconfig/server/conf/bind_pri.domain.master.new 2011-10-05 01:49:04.000000000 +0000 @@ -4,7 +4,7 @@ {tmpl_var name='refresh'} ; refresh, seconds {tmpl_var name='retry'} ; retry, seconds {tmpl_var name='expire'} ; expire, seconds

  •                    {tmpl_var name='ttl'} )            ; minimum, seconds
  •                    {tmpl_var name='minimum'} )            ; minimum, seconds

;

<tmpl_loop name='zones'>

Assignee
Assign to
Time tracking