Skip to content

Commit f7778c4

Browse files
committed
IPTablesTables would be useful as a public class
1 parent 0561a2b commit f7778c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IPTables.Net/Iptables/IPTablesTables.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ namespace IPTables.Net.Iptables
99
/// <summary>
1010
/// Data to define the default IPTables tables and chains
1111
/// </summary>
12-
internal class IPTablesTables
12+
public class IPTablesTables
1313
{
14-
internal static Dictionary<string, List<string>> DefaultTables = new Dictionary<string, List<string>>
14+
public static Dictionary<string, List<string>> DefaultTables = new Dictionary<string, List<string>>
1515
{
1616
{"filter", new List<string> {"INPUT", "FORWARD", "OUTPUT"}},
1717
{"nat", new List<string> {"PREROUTING", "POSTROUTING", "INPUT", "OUTPUT"}},

0 commit comments

Comments
 (0)