Add support for injecting real ip (#296)

This commit is contained in:
Leonid Bugaev
2016-06-09 19:06:59 +06:00
parent a3aeca204c
commit 06d129d20d
9 changed files with 47 additions and 28 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ func InitPlugins() {
}
for _, options := range Settings.inputRAW {
registerPlugin(NewRAWInput, options, engine, Settings.inputRAWTrackResponse, time.Duration(0))
registerPlugin(NewRAWInput, options, engine, Settings.inputRAWTrackResponse, time.Duration(0), Settings.inputRAWRealIPHeader)
}
for _, options := range Settings.inputTCP {