mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-12-05 00:22:19 +00:00
default ports.h for openwrt unless admin changes the config
This commit is contained in:
parent
3374a3a165
commit
5edef9e957
42
config/openwrt/ports.h
Normal file
42
config/openwrt/ports.h
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
// CAUTION! This file has been generated using ../bin/psyconf.
|
||||||
|
// Don't edit unless you are no longer going to use the configuration tool.
|
||||||
|
// Edit psyced.ini instead, then run ../bin/psyconf again.
|
||||||
|
|
||||||
|
/* the values in here may be the same as in services.h
|
||||||
|
* or they may be not. so always be aware which one's you
|
||||||
|
* are using to which purpose. -lynX
|
||||||
|
*/
|
||||||
|
#ifndef PORTS_H
|
||||||
|
#define PORTS_H
|
||||||
|
|
||||||
|
#define PSYC_PORT 4404
|
||||||
|
#define PSYCS_PORT 9404
|
||||||
|
|
||||||
|
#define HTTP_PORT 33333
|
||||||
|
#define HTTPS_PORT 34443
|
||||||
|
|
||||||
|
#define IRC_PORT 6667
|
||||||
|
#define IRCS_PORT 9999
|
||||||
|
|
||||||
|
#define JABBER_PORT 5222
|
||||||
|
#define JABBERS_PORT 5223
|
||||||
|
#define JABBER_S2S_PORT 5269
|
||||||
|
|
||||||
|
#define TELNET_PORT 2323
|
||||||
|
#define TELNETS_PORT 9992
|
||||||
|
|
||||||
|
#define APPLET_PORT 2008
|
||||||
|
|
||||||
|
#define POP3_PORT
|
||||||
|
#define POP3S_PORT
|
||||||
|
|
||||||
|
#define SMTP_PORT 2525
|
||||||
|
#define SMTPS_PORT
|
||||||
|
|
||||||
|
#define NTTP_PORT
|
||||||
|
#define NNTPS_PORT
|
||||||
|
|
||||||
|
// experimental PSYC 1.0 implementation
|
||||||
|
#define SPYC_PORT
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user