curl https://myname.github.io/suricata/custom.rules# This rule drops all tcp traffic on User Ports from the internet to your local networkdrop tcp $EXTERNAL_NET any -> $HOME_NET [1024:1025] (msg:"Block User Ports"; classtype:bad-unknown; sid:9900001; rev:1;)
<?xml version="1.0"?><ruleset documentation_url="http://docs.opnsense.org/"> <location url="https://myname.github.io/suricata/" prefix="custom"/> <files> <file description="CUSTOM RULES">custom.rules</file> <file description="Custom" url="inline::rules/custom.rules">custom.rules</file> </files></ruleset>