浏览代码

s/478/479 for private IP

Jiri Kuthan 23 年之前
父节点
当前提交
482bf4d778
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      etc/iptel.cfg

+ 1 - 1
etc/iptel.cfg

@@ -198,7 +198,7 @@ route{
 		# (note: does not match with folded lines)
 		if (search("(Contact|m): .*@(192\.168\.|10\.|172\.16)")) {
 			log("LOG: Someone trying to register from private IP again\n");
-			sl_send_reply("478", "We dont accept private IP requests" );
+			sl_send_reply("479", "We dont accept private IP requests" );
 			break;
 		};