#
# realms	This file contains a list of realms. When a user logs
#		in with @realm as the last part of the loginname,
#		the realm part is looked up in this file. If found,
#		the request is sent to the listed remote radius server.
#
#		You will also have to set up a DEFAULT entry in the 'users'
#		file to accept responses for that realm.  See doc/README.proxy
#		and the 'users' file for more information.
#
#
#		Description of the fields:
#
#		* The first field is a realm name.
#		  The realm DEFAULT matches all realms.
#		* The second field is a hostname. Optional is :port to
#		  use a non-standard port. In that case, port is the
#		  authentication port and the accounting port is taken
#		  as port + 1.
#		  If this field is set to LOCAL, the request is processed
#		  normally without sending it to a remote radius server.
#		* Extra fields with options can follow. Currently
#		  defined options:
#		  - nostrip	do not strip @realm from the username
#		  - hints	use username as after "hints" processing
#		  - noacct	do not proxy accounting type packets
#		  - noauth	do not proxy authentication type packets
#

# Realm                 Remote server [:port]		Options
#----------------	---------------------		-------
#isp2.com		radius.isp2.com			nostrip hints
#company.com		radius.company.com:1600
#bla.com		LOCAL				hints

