-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d5ce01
commit 1b26f4a
Showing
4 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
...an/armbian-userpatches/extensions/airwaves-os/config/templates/avahi-api.service.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" standalone='no'?> | ||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | ||
<service-group> | ||
<name replace-wildcards="yes">Airwaves API on %h</name> | ||
<service protocol="ipv4"> | ||
<type>_airwaves._tcp</type> | ||
<subtype>_api._sub._airwaves._tcp</subtype> | ||
<port>82</port> | ||
<txt-record>path=/v1</txt-record> | ||
<txt-record>version=0.0.1</txt-record> | ||
</service> | ||
</service-group> |
12 changes: 12 additions & 0 deletions
12
...armbian-userpatches/extensions/airwaves-os/config/templates/avahi-config.service.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" standalone='no'?> | ||
<!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | ||
<service-group> | ||
<name replace-wildcards="yes">Airwaves Config on %h</name> | ||
<service protocol="ipv4"> | ||
<type>_airwaves._tcp</type> | ||
<subtype>_config._sub._airwaves._tcp</subtype> | ||
<port>81</port> | ||
<txt-record>path=/</txt-record> | ||
<txt-record>version=0.0.1</txt-record> | ||
</service> | ||
</service-group> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters