Ignore:
Timestamp:
06/22/08 10:49:01 (4 years ago)
Author:
eagle
Message:

onioncat 0.1.8 released

Location:
tags/onioncat-0.1.8
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • tags/onioncat-0.1.8/src/ocat.h

    r223 r224  
    3737#define MAXPEERS 1024 
    3838//! Local listening port for incoming connections from TOR. 
    39 #define OCAT_LISTEN_PORT 8000 
     39#define OCAT_LISTEN_PORT 8060 
    4040//! Local control port for querying status information. 
    41 #define OCAT_CTRL_PORT 8001 
     41#define OCAT_CTRL_PORT 8066 
    4242//! Virtual destination port for hidden services 
    43 #define OCAT_DEST_PORT 80 
     43#define OCAT_DEST_PORT 8060 
    4444//! SOCKS port of TOR proxy 
    4545#define TOR_SOCKS_PORT 9050 
Note: See TracChangeset for help on using the changeset viewer.