diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-04-20 17:34:19 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-04-20 17:34:19 +0800 |
commit | eaa73de381ee283ff5e0da64ee49bfecddb21723 (patch) | |
tree | bff8d7eda27d9c2b138963f91cdb1b54c28ec923 /sample/pttbbs.conf | |
parent | 98d2b0e42f38b5fa8993ef1caf27aaebddfc5fb4 (diff) | |
download | pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar.gz pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar.bz2 pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar.lz pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar.xz pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.tar.zst pttbbs-eaa73de381ee283ff5e0da64ee49bfecddb21723.zip |
add NOFLOODING on utmpserver
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2701 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 3410610c..e3a3a68e 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -168,6 +168,13 @@ /* 如果 time_t 是 8 bytes的話 (如 X86_64) */ //#define TIMET64 +/* 使用 cacheserver, 在外部運算好友資料, 如果您確定這個在做什麼才開啟 */ +//#define OUTTACACHE +//#define OUTTACACHEHOST "192.168.0.1" +//#define OUTTACACHEPORT 5120 +/* 在 cacheserver 上面擋掉狂上下站的使用者 */ +//#define NOFLOODING + /* 前進站畫面 */ #define INSCREEN \ "前進站畫面 (請至 pttbbs.conf 修改您的前進站畫面)" |