Skip to content

Instantly share code, notes, and snippets.

@aphex3k
Created December 2, 2015 17:27
Show Gist options
  • Save aphex3k/fa34c01b90247b997a85 to your computer and use it in GitHub Desktop.
Save aphex3k/fa34c01b90247b997a85 to your computer and use it in GitHub Desktop.
avahi deamon advertising Samba service on default port 139
<?xml version="1.0" standalone='no'?><!--*-nxml-*-->
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_smb._tcp</type>
<port>139</port>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment