gdir_server - A stand-alone server program to provide a directory service of GPhys
% gdir_server top_dir [[host:]port] [-a allowed_address]..
A stand-alone server program to provide a directory service of GPhys objects by using GDir.
limits accesses from remote hosts only to the ones specified. Can be repeated multiple times. (Need the space between '-a' and the rest)
% gdir_server . 12345 % gdir_server . localhost:12345 -a all % gdir_server . -a hoge.hero.org -a localhost % gdir_server . 12345 -a '192.168.1.*' -a localhost