#
# hostconfig --
#	Sample host configuration file for GNU finger.
#
# Copyright (C) 1988,1990 Free Software Foundation, Inc.
# Copyright (C) 1992 International Computer Science Institute, Berkeley, USA.
#
# This file is part of GNU Finger.
# 
# GNU Finger is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
# by the Free Software Foundation; either version 1, or (at your
# option) any later version.
#
# GNU Finger is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Finger; see the file COPYING.  If not, write to the
# Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#
# $Id: hostconfig,v 1.10 1994/11/16 19:48:36 stolcke Exp $ ICSI (Berkeley)
#
# DESCRIPTION
#	The hostconfig file in fingerdir contains configuration information
#	for finger client and server side software.
#	For syntax and semantics refer to the hostconfig(5) man page.
#	  
# EXAMPLES
#
#	The global finger server host
server		icsia
#
#	A machine running subsidiary finger daemon
lserver		icsib
#
#	A machine to contact for mail alias resolution
smtphost	mailhost
#
#	IP prefixes of `local' hosts.
localnet	127.0.0.1
localnet	!128.32.201.77
localnet	128.32.201.
localnet	128.32.132.
#
#	Enable long finger output by default (unless from local machine)
#
longoutput	!localhost
longoutput
#
#	Where to allow indirect fingering from
allowindirect	localnet
allowindirect	.CS.Berkeley.EDU
#
#	Deny connections form these hosts
denyhost	!.stanfurd.edu
denyhost	scumbucket.stanfurd.edu
denyhost	.moon.com
#
#	Deny connections from there remote logins
#	NOTE: netfind is an internet white pages service that might
#	recursively finger an entire domain to search for user information.
denyuser	netfind
#
#	Enable remote user authentication
#	(possibly exclude local hosts known not to support it)
#authenticate	!localhost
#authenticate	!.our.domain
authenticate
#
#
# What connections to log
#
logconnect	!.Berkeley.EDU
logconnect
#
#	Default targets if no specific user is fingered
#	(the built-in default is .all for both local and remote connects)
#
defaultlocal	.all
#defaultlocal	.local
#defaultremote	.site
#
#	Set site defaults for real name, what, hostname, and location field
#	widths.
#printwidths	20,0,10,19
#
#	List of client hosts
#
# gateway to tenet cluster
client		:gateway tenet.Berkeley.EDU
# this is actually the server host -- we have to poll ourselves!
#client		icsia
# more efficient way to achieve the same result
client		:local
# the rest are pure clients
client		icsia2
client		icsia3
client		icsia4
client		icsia5
client		icsia6
client		icsia7
client		icsia8
client		icsia9
client		icsia10
client		icsia11
client		icsia12
# dangerous 
client		128.111.111.111
