From d0055a649821c179f04d1bebfedaddbd6e12016b Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 16 Sep 2007 09:38:16 -0700 Subject: [PATCH] Add Jabber and CVS to tunnelAllowedPorts. darcs-hash:20070916163816-4cc09-6e9d884b39cd01361d719a9394de3bc515863147.gz --- http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http.c b/http.c index b6f0424..db35bbf 100644 --- a/http.c +++ b/http.c @@ -168,6 +168,8 @@ initHttp() intListCons(873, 873, tunnelAllowedPorts); /* rsync */ intListCons(993, 993, tunnelAllowedPorts); /* IMAP/SSL */ intListCons(995, 995, tunnelAllowedPorts); /* POP/SSL */ + intListCons(2401, 2401, tunnelAllowedPorts); /* CVS */ + intListCons(5222, 5223, tunnelAllowedPorts); /* Jabber */ intListCons(9418, 9418, tunnelAllowedPorts); /* Git */ } -- 2.11.4.GIT