$GENERATE

Internet Week 2005 の Practical DNS Operation セッションで知ったのだけれど、
BIND の $GENERATE ディレクティブでは、自動生成する数字の桁数を指定して
その桁数に満たない場合は、0 でパディングしたりするフォーマットが可能らしい。

今まで以下の様に書いていたものを

$GENERATE 0-9      foobar000$     A       1.1.1.1
$GENERATE 10-99    foobar00$      A       1.1.1.1
$GENERATE 100-999  foobar0$       A       1.1.1.1

以下の様にまとめられることが判明。

$GENERATE 0-999 foobar${0,4,d}    A       1.1.1.1

About this Entry

This page contains a single entry by dxy published on 2005年12月 7日 10:01.

Jasper Morrison のハンギングフォルダ was the previous entry in this blog.

Drupal の forward モジュール is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Pages

Powered by Movable Type 5.01