Index: branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf
===================================================================
--- branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10950)
+++ branches/releng-9.0/nanobsd/files/etc/pf.hybrid.conf	(revision 10951)
@@ -18,9 +18,9 @@
 
 # Standard port allow listings
-allow_ext_in_tcp="ssh, domain"
-allow_ext_in_udp="domain, snmp"
+allow_ext_in_tcp="ssh, domain, openvpn"
+allow_ext_in_udp="domain, snmp, openvpn"
 
-allow_ext_out_tcp = "domain, http, https, 1194"
-allow_ext_out_udp = "domain, ntp, 1194"
+allow_ext_out_tcp = "domain, http, https, openvpn"
+allow_ext_out_udp = "domain, ntp, openvpn"
 
 
