Skip to content

Commit 079f4a6

Browse files
authored
Update README.md
1 parent 455d205 commit 079f4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ engine.AddFilterInV4(false);
1919
engine.AddFilterInV6(false);
2020
2121
//allow incoming ping requests
22-
engine.AddFilterInV6(true, new[] { Native.IPPROTO.ICMP });
22+
engine.AddFilterInV4(true, new[] { Native.IPPROTO.ICMP });
2323
2424
//allow incoming requests for DNS, HTTP, HTTPS
2525
engine.AddFilterInV4(true, new[] { Native.IPPROTO.TCP }, new [] { "53", "80", "443" });

0 commit comments

Comments
 (0)