From b0d0b9f98f3b31e799d026fddd5636e62ed43af0 Mon Sep 17 00:00:00 2001 From: gamemann Date: Fri, 18 Dec 2020 02:23:53 +0000 Subject: [PATCH] Update README. --- README.md | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 3afe324..8fbbf01 100644 --- a/README.md +++ b/README.md @@ -79,35 +79,23 @@ filters = ( enabled = true, action = 0, - udpopts = ( - { - enabled = true, - dport = 27015 - } - ) + udp_enabled = true, + udp_dport = 27015 }, { enabled = true, action = 1, - tcpopts = ( - { - enabled = true, - syn = true, - dport = 27015 - } - ) + tcp_enabled = true, + tcp_syn = true, + tcp_dport = 27015 }, { enabled = true, action = 0, - icmpopts = ( - { - enabled = true, - code = 0 - } - ) + icmp_enabled = true, + icmp_code = 0 }, { enabled = true,