Firehol, custom services

From Andreida

So you create custom services:

 server_myService_ports="tcp/5000"
 client_myService_ports="default"

So you use it

server myService accept


And if you need more than one protocol:

server_myService_ports="tcp/1234 udp/1234"