8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
|
&def_service(git, git, tcp, 9000);
|
||
|
&allow_service_for(git, web);
|
||
|
&allow_service_for(postgres, git);
|
||
|
&allow_service_for(ldap, git);
|
||
|
|
||
|
&def_service(git-ssh, git, tcp, 22);
|
||
|
&forward_to_service(git-ssh, tcp, 22);
|