Няма описание

Cokebar Chi 296fd126c4 Update deploy.sh преди 8 години
files 60be8fc6f4 Delete vlmcsd.ini преди 8 години
.travis.yml dda5024c60 Add Travis CI преди 8 години
Makefile ca3c9b9e68 bump version to svn1107 преди 8 години
README.md 4d57007ef2 Update README.md преди 8 години
deploy.sh 296fd126c4 Update deploy.sh преди 8 години

README.md

openwrt-vlmcsd

A OpenWRT package for vlmcsd

luci-app-vlmcsd: luci-app-vlmcsd

luci-app-vlmscd support KMS auto activation.

If you don't use luci-app-vlmcsd and you want vlmcsd support KMS auto activation, you should modify the settings of dnsmasq manually:

  1. Add the following line at the end of "/etc/dnsmasq.conf":

  srv-host=_vlmcs._tcp.lan,hostname.lan,1688,0,100

  (replace "hostname.lan" with your actual host name, eg: openwrt.lan, or just replace it with your IP of LAN)

  1. Restart dnsmasq:

/etc/init.d/dnsmasq restart

You can check if the dnsmasq setting works with the following cammand in Windows:

nslookup -type=srv _vlmcs._tcp.lan

The response should be your router's IP.

  1. /etc/init.d/vlmcsd enable && /etc/init.d/vlmcsd start && /etc/init.d/dnsmasq restart