mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-24 03:49:14 -05:00
Use port 53
This commit is contained in:
parent
c7cb02c35d
commit
5a7f17eacb
@ -73,6 +73,9 @@
|
|||||||
Change History (most recent first):
|
Change History (most recent first):
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.2 2003/11/14 04:54:55 ron
|
||||||
|
Use port 53
|
||||||
|
|
||||||
Revision 1.1 2003/10/30 22:41:56 ron
|
Revision 1.1 2003/10/30 22:41:56 ron
|
||||||
Initial checkin
|
Initial checkin
|
||||||
|
|
||||||
@ -289,7 +292,7 @@ enum {
|
|||||||
kDefaultPortNumber = 80
|
kDefaultPortNumber = 80
|
||||||
};
|
};
|
||||||
|
|
||||||
static mDNSBool gAvoidPort53 = mDNStrue;
|
static mDNSBool gAvoidPort53 = mDNSfalse;
|
||||||
static const char *gRichTextHostName = "";
|
static const char *gRichTextHostName = "";
|
||||||
static const char *gServiceType = kDefaultServiceType;
|
static const char *gServiceType = kDefaultServiceType;
|
||||||
static mDNSu8 gServiceText[sizeof(RDataBody)];
|
static mDNSu8 gServiceText[sizeof(RDataBody)];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user