slp.test.reg

来自「SLP协议在linux下的实现。此版本为1.2.1版。官方网站为www.open」· REG 代码 · 共 34 行

REG
34
字号
############################################################################### 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 serviceservice:test1://10.0.0.2,en,65535 description=Testing Service 1##This is the other testing serviceservice:test2://10.0.0.1,en,65535 description=Testing Service 2##This is the testing service using another naming authorityservice:test.OPENSLP://10.0.0.1,en,65535 description=Testing Service with OPENSLP naming authority

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?