# The standard netrek ports
#
# Normal player connections (also used by metaserver)
2592 ./ntserv "ntserv"
# Player list (also used by metaserver)
2591 ./tools/players "players" m
# Observer player connections
2593 ./ntserv "ntservobs" -q 6
#
# The following is commented out because scores a is a cpu hog.
#2590 ./tools/scores "scores" a
#
# Do you really want the public on your god queue?
#2594 ./ntserv "God" -q 7
#
# The following are the "standard" inl ports
#
#4566 ./ntserv "home" -q 2
#4577 ./ntserv "away" -q 3
#4000 ./ntserv "homeobs" -q 4
#5000 ./ntserv "awayobs" -q 5 
