Next: , Previous: , Up: Configuration   [Contents][Index]


3.2 hosts

The hosts configuration item specifies who to ping. Each symbol is either a host name or IP address.

;;; hosts (-*- scheme -*-)

;; gateway
10.0.0.1

;; various hosts, increasingly further out
foo.local-lan
bar.site-lan
baz.example.com

;;; hosts ends here