ferm/services/45-ttrss
2014-12-19 20:50:19 +01:00

5 lines
141 B
Plaintext

&def_service(ttrss, ttrss, tcp, 9000);
&allow_service_for(ttrss, web);
&allow_service_for(postgres, ttrss);
&allow_service_for(ldap, ttrss);