From c483f769a0ebe54a66331abba88c03feb59a93f1 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Fri, 8 May 2020 12:25:47 +0000 Subject: [PATCH] Modified XDPFW config example file. --- xdpfw.conf.example | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/xdpfw.conf.example b/xdpfw.conf.example index 5f21d43..0bdc558 100644 --- a/xdpfw.conf.example +++ b/xdpfw.conf.example @@ -4,38 +4,6 @@ updatetime = 15; filters = ( { enabled = true, - action = 0, - udpopts = ( - { - enabled = true, - dport = 27015 - } - ) - }, - { - enabled = true, - action = 1, - tcpopts = ( - { - enabled = true, - syn = true, - dport = 27015 - } - ) - }, - { - enabled = true, - action = 0, - icmpopts = ( - { - enabled = true, - code = 0 - } - ) - }, - { - enabled = true, - action = 0, - srcip = "10.50.0.4" + action = 1 } ); \ No newline at end of file