# 50-comments-attach -- comments travel with the next rule
# This header should appear only in the IPv4 output
-A INPUT -s 198.51.100.5/32 -j ACCEPT

# This header should appear only in the IPv6 output
-A INPUT -s 2001:db8:cafe::1/128 -j ACCEPT

# This header should appear in both outputs
-A INPUT -p tcp --dport 443 -j ACCEPT

# Trailing comment with no following rule -- should be dropped
