diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf new file mode 100644 index 00000000..343c0299 --- /dev/null +++ b/sample/pttbbs.conf @@ -0,0 +1,10 @@ +/* 定義 BBS 站名位址 */ + +#define BBSNAME "新批踢踢" /* 中文站名 */ +#define MYHOSTNAME "ptt2.twbbs.org.tw" /* 網路位址 */ +#define MYIP "140.112.8.192" /* IP位址 */ +#define BBSUSER "bbs" +#define BBSUID 9999 +#define BBSGID 99 + +#define MAX_USERS 10000 |