非同期スニペット

named.conf のoptions内の修正

サイト内検索

Loading

お知らせ

現在は特にありません。
メールでのお問い合わせは、こちら

Work with us!

私たちのビジネスの成功は、社会に貢献できると確信してます。

ワサビは、才能や情熱を持った方との出会いを待ってます。

インターネットで出来る事、その可能性を仕事にしたい方は、ご連絡ください!

採用の詳細は、こちら

blog (Recent Posts)

Categories

タグクラウド

Archives

制作・運用約款

  • スマートウェブへのリンク

Contact

  • ワサビ株式会社
  • 657-0843
    兵庫県神戸市灘区大石北町7-14
  • TEL. 078-862-5942
  • 受付時間: 平日 -
  • 上記時間外: 070-5503-3830
<< 当月 >>
JavaScriptが無効です。

named.conf のoptions内の修正

Posted on

intodnsをチェックしていたら

Recursive Queriesの項目が

I could use the nameservers listed below to performe recursive queries. It may be that I am wrong but the chances of that are low. You should not have nameservers that allow recursive queries as this will allow almost anyone to use your nameservers and can cause problems. Problem record(s) are:

*.*.*.* (*はふせてます)

というエラーが出て、named.confのoptionsの中をさわって、色々設定をかえて今のところいきついたのが下記を記述したこと。

<blockquote>forwarders {
		プロバイダのDNSのIP;
		プロバイダのDNSのIP;
		};
forward only;
version "" ;</blockquote>

maillogを見ても問題ないし、なにしろ赤色信号が

Good. Your nameservers (the ones reported by the parent server) do not report that they allow recursive queries for anyone.

になりなんかすっきりしました。

カテゴリー : Network / System 

関連記事:

  1. WEBサイトのフッター部にあるコピーライトに関して
  2. よりセマンティックになった イタリック(i)などのhtml5 タグ 
  3. Recursive Queries とSOA EXPIREの記述
  4. スタッフ紹介
  5. <ul><li> 横に並べたリストの中央揃え

Facebook Comments

Leave a Reply

ページトップへ