Add sample avahi config comment

Framework7
Skylar Ittner 7 years ago
parent ce737cedd9
commit 488307b493

@ -1,3 +1,21 @@
<!--
Sample avahi-daemon configuration for server detection:
/etc/avahi/services/bizapps.service
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name>BizApps</name>
<service>
<type>_http._tcp</type>
<port>80</port>
<txt-record>appid=bizappserver</txt-record>
<txt-record>webprotocol=http</txt-record>
<txt-record>webpath=/accounthub</txt-record>
<txt-record>model=other</txt-record>
</service>
</service-group>
-->
<br />
<div class="alert alert-blue">This tool scans for Business Apps servers on the local network. Tap on a server to view it in a web browser. Note: Cloud installations will not appear here.</div>
@ -11,7 +29,6 @@
</div>
<div class="btn btn-primary" onclick="stopScanning(); scanZeroconf();"><i class="fa fa-refresh"></i> Rescan</div>
<script>
var zeroconf = cordova.plugins.zeroconf;
zeroconf.registerAddressFamily = 'ipv4'; // or 'ipv6' ('any' by default)

Loading…
Cancel
Save