diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-11 13:30:07 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-11 13:30:07 +0800 |
commit | 5588e96b39c1b7d8df72b9d370637de303af44fe (patch) | |
tree | 95ea93bffc75499f5d9700e1d9d3b170af1e6282 /sample | |
parent | dbebf26d241a20a2869fb530fb3d906e8e606690 (diff) | |
download | pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.gz pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.bz2 pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.lz pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.xz pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.tar.zst pttbbs-5588e96b39c1b7d8df72b9d370637de303af44fe.zip |
* make port binding to standalone configuration fine (etc/bindports.conf)
* refine some file names
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4560 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample')
-rw-r--r-- | sample/etc/bindports.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sample/etc/bindports.conf b/sample/etc/bindports.conf new file mode 100644 index 00000000..de90f73b --- /dev/null +++ b/sample/etc/bindports.conf @@ -0,0 +1,47 @@ +# Bind Port List +# ---------------------------------------------- +# syntax: <program> <port> <option> +# program: arbitary name +# port: numeric port number or special name. +# currently supported special name(s): +# * tunnel (tunnel mode connection) +# option: parameter to this connection. +# * port: none +# * tunnel: tunnel path +# ---------------------------------------------- + +# standalone mbbsd ports +mbbsd 23 +#mbbsd 443 +#mbbsd 3000 +#mbbsd 3001 +#mbbsd 3002 +#mbbsd 3003 +#mbbsd 3004 +#mbbsd 3005 +#mbbsd 3006 +#mbbsd 3007 +#mbbsd 3008 +#mbbsd 3009 +#mbbsd 3010 + +# following settings are only required if you use logind +# # tunnel mappings +# mbbsd tunnel run/logind.tunnel +# logind tunnel run/logind.tunnel +# +# # logind ports +# logind 23 +# logind 443 +# logind 3000 +# logind 3001 +# logind 3002 +# logind 3003 +# logind 3004 +# logind 3005 +# logind 3006 +# logind 3007 +# logind 3008 +# logind 3009 +# logind 3010 + |