Skip to content

Instantly share code, notes, and snippets.

@pooza
Created February 8, 2017 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pooza/0f40ca358d7268a3eb7fe7f1c775a6b1 to your computer and use it in GitHub Desktop.
Save pooza/0f40ca358d7268a3eb7fe7f1c775a6b1 to your computer and use it in GitHub Desktop.
FreeBSDで、DHCPからリースされたネームサーバではなく、あらかじめ決められたネームサーバ 127.0.0.1 で resolv.conf を更新する場合。
interface "em0" {
supersede domain-name-servers 127.0.0.1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment