You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
900 B
31 lines
900 B
4 years ago
|
#############################################################################
|
||
|
#
|
||
|
# OpenSLP registration file
|
||
|
#
|
||
|
# May be used to register services for legacy applications that do not use
|
||
|
# the SLPAPIs to register for themselves
|
||
|
#
|
||
|
# Format and contents conform to specification in IETF RFC 2614 so the
|
||
|
# comments use the language of the RFC. In OpenSLP, SLPD operates as an SA
|
||
|
# and a DA. The SLP UA functionality is encapsulated by SLPLIB.
|
||
|
#
|
||
|
#############################################################################
|
||
|
|
||
|
#comment
|
||
|
;comment
|
||
|
#service-url,language-tag,lifetime,[service-type]<newline>
|
||
|
#["scopes="scope-list<newline>]
|
||
|
#[attrid"="val1<newline>]
|
||
|
#[attrid"="val1,val2,val3<newline>]
|
||
|
#<newline>
|
||
|
|
||
|
|
||
|
##This is a testing service
|
||
|
service:test://10.0.0.2,en,65535
|
||
|
description=Testing Serivce 2
|
||
|
|
||
|
##This is the other testing service
|
||
|
service:test://10.0.0.1,en,65535
|
||
|
description=Test Service 1
|
||
|
|