Firehol, custom services: Difference between revisions

From Andreida
(Created page with "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 on...")
 
(No difference)

Latest revision as of 11:33, 16 February 2016

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"