Custom ports for firehole: Difference between revisions

From Andreida
(Created page with "You can "create" your own services: server_myService_ports="tcp/5022" client_myServoce_ports="default" And so you use it: server myService accept Now the service mySer...")
 
(No difference)

Latest revision as of 11:44, 16 February 2016

You can "create" your own services:

server_myService_ports="tcp/5022"
client_myServoce_ports="default"

And so you use it:

 server myService accept

Now the service myService can be accessed via 5022