1
0

Dockerfile set the options needed for timemachine #159

This commit is contained in:
David Personette
2018-09-23 15:29:02 -04:00
parent 512df7ff2b
commit 0cbe425ef6
4 changed files with 71 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_adisk._tcp</type>
<txt-record>sys=waMa=0,adVF=0x100</txt-record>
<txt-record>dk0=adVN=Time Capsule,adVF=0x82</txt-record>
</service>
<service>
<type>_smb._tcp</type>
<port>445</port>
</service>
</service-group>