summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sample/pttbbs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf
index 9a2f1433..84a9938c 100644
--- a/sample/pttbbs.conf
+++ b/sample/pttbbs.conf
@@ -29,8 +29,8 @@
/* 最大開板個數, 每個會用掉 6420 bytes 的 shared-memory */
#define MAX_BOARD (8192)
-/* 寄信的 relay server */
-#define RELAY_SERVER_IP "140.112.30.144" // to pttx
+/* 幫忙寄信的 server, 一般設成自己(即ip: 127.0.0.1)就可以 */
+#define RELAY_SERVER_IP "127.0.0.1"
/* 抬頭色彩 */
#define TITLE_COLOR "\33[0;1;37;46m"