diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index f19f99db..7dc51b56 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -273,6 +273,11 @@ /* 在 cacheserver 上面擋掉狂上下站的使用者 */ //#define NOFLOODING +/* 使用 fromd, 使用外部daemon紀錄上站故鄉名稱 */ +//#define FROMD +//#define FROMD_HOST "127.0.0.1" +//#define FROMD_PORT "5130" + /* 若定義, 則不允許註冊 guest */ //#define NO_GUEST_ACCOUNT_REG |