service: multiple ports listening

Hello!

Is there any chance to solve a 'fascist firewall' problem against mod_proxy65, for instance?

1) There is default (well known) port 7777 which mod_proxy65 listening on. I'd not change it.

2) In many circumstances i expect a fascist firewall restricting me (roaming) from connecting to 7777, but leaving with several other ports available (usually pop3, http etc).

3a) I'd like to add another listening port to an existing mod_proxy65 service like:

       {mod_proxy65, [
                      {port, [ 7777, 995 ] },
       ]},...

3b) It would be nice to add another service like:

        {mod_proxy65, [
                       {host, "proxy0.example.org"},
                       {name, "File Transfer Proxy - 0"},
        ]},
        {mod_proxy65, [{host, "proxy1.example.org"},
                       {ip, {200,150,100,1}},
                       {port, 995},
        ]},...

Any option available? Which MUST be differences between two descriptions (different hosts, or may be just different names...)?

Re: service: multiple ports listening

I can't understand what are you trying to achieve? Why don't you want to change default port? BTW, there is no default or well-known port for XEP-0065.

I'd like to have several

I'd like to have several listening ports for proxy service (or at least, several proxy services on different ports) to avoid several restrictive firewall settings.

Re: service: multiple ports listening

clown wrote:

I'd like to have several listening ports for proxy service

This feature is not implemented.

clown wrote:

or at least, several proxy services on different ports

This is also impossible in the way you want it.

thanks, anyway

thanks, anyway

Syndicate content