Pf rules set

Hello,
It is necessary to add pf rules for kdeconnect connection. I must allow ports 1714 to 1774 for in and out. How can I do that? Thanks.

Btw, the rules created by bastille setup are as follows.

ext_if="vtnet0"           

set block-policy return
scrub in on $ext_if all fragment reassemble
set skip on lo

table <jails> persist
nat on $ext_if from <jails> to any -> ($ext_if:0)
rdr-anchor "rdr/*"

block in all
pass out quick keep state
antispoof for $ext_if inet
pass in inet proto tcp from any to any port ssh flags S/SA modulate state