Custom ports for firehole
From Andreida
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
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