diff --git a/Shorewall/Actions/action.Drop b/Shorewall/Actions/action.Drop index 5e3e81654..ef5610608 100644 --- a/Shorewall/Actions/action.Drop +++ b/Shorewall/Actions/action.Drop @@ -20,7 +20,7 @@ # depending on the setting of the first parameter. # 4 - Action to take with required ICMP packets. Default is ACCEPT or # A_ACCEPT depending on the first parameter. -# 5 - Action to take with late UDP replies (UDP source port 53). Default +# 5 - Action to take with late DNS replies (UDP source port 53). Default # is DROP or A_DROP depending on the first parameter. # 6 - Action to take with UPnP packets. Default is DROP or A_DROP # depending on the first parameter. diff --git a/Shorewall/Actions/action.Reject b/Shorewall/Actions/action.Reject index 48eda55ef..b9fdd9caf 100644 --- a/Shorewall/Actions/action.Reject +++ b/Shorewall/Actions/action.Reject @@ -20,7 +20,7 @@ # depending on the setting of the first parameter. # 4 - Action to take with required ICMP packets. Default is ACCEPT or # A_ACCEPT depending on the first parameter. -# 5 - Action to take with late UDP replies (UDP source port 53). Default +# 5 - Action to take with late DNS replies (UDP source port 53). Default # is DROP or A_DROP depending on the first parameter. # 6 - Action to take with UPnP packets. Default is DROP or A_DROP # depending on the first parameter.