diff options
| author | yw <[email protected]> | 2018-09-17 11:34:40 +0800 |
|---|---|---|
| committer | yw <[email protected]> | 2018-09-17 11:35:01 +0800 |
| commit | a4f1f69cd9be7f87db1aea8208a1010d04625a22 (patch) | |
| tree | e11ca29fc82a8e289a7414aeb6e65d68aa10873f /conf | |
first git version, convert from http_url_discovery
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/http_url_filter.conf | 126 | ||||
| -rw-r--r-- | conf/ntc_http_collect.conf | 15 |
2 files changed, 141 insertions, 0 deletions
diff --git a/conf/http_url_filter.conf b/conf/http_url_filter.conf new file mode 100644 index 0000000..8a08d30 --- /dev/null +++ b/conf/http_url_filter.conf @@ -0,0 +1,126 @@ +.jpg +.jpeg +.gif +.bmp +.png +.tiff +.tif +.raw +.ico +.psd +.pcd +.cad +.ttf +.txt +.exe +.cab +.ini +.inf +.dll +.lib +.chm +.bin +.cur +.c++ +.cc +.cxx +.c +.cpp +.hpp +.hxx +.h++ +.h +.asm +.inc +.java +.mak +.obj +.pl +.gzip +.deb +.zip +.rar +.msu +.jar +.imp +.docm +.docx +.doc +.pdf +.mdb +.xlsx +.xls +.pptx +.ppt +.vsd +.csv +.caj +.nh +.kdh +.pdf +.jse +.js +.css +.xml +.xsl +.asmx +.cgi +.wml +.dwr +.ashx +.dtd +.do +.shtml +.shtm +.html +.htm +.aspx +.asp +.jsp +.php +.net +.edu +.biz +.com +.edu +.biz +.com +.name +.info +.mobi +.pro +.ws +.travel +.tv +.fm +.museum +.int +.areo +.post +.rec +.asia +.cn +.net/ +.edu/ +.biz/ +.com/ +.edu/ +.biz/ +.com/ +.name/ +.info/ +.mobi/ +.pro/ +.ws/ +.travel/ +.tv/ +.fm/ +.museum/ +.int/ +.areo/ +.post/ +.rec/ +.asia/ +.cn/ +.crl +.psf diff --git a/conf/ntc_http_collect.conf b/conf/ntc_http_collect.conf new file mode 100644 index 0000000..436c32a --- /dev/null +++ b/conf/ntc_http_collect.conf @@ -0,0 +1,15 @@ +[moudle] +#---------------parameter of transfer------- +local_port=10001 +dst_port=10010 +#expire_time= +#hash_size= +#enable_stat= +#stat_path= +#enable_filter= +#enable_double= +#enable_local_store= +#enable_feedback_kafka= +#----------------output switch------- +log_level=30 +log_path=./avlog/http_url_discovery/http_url_discovery_log |
