diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2020-09-03 11:29:43 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:26:42 +0700 |
commit | 74383f0f1911db5505eb12cdb9c5bd23a895030e (patch) | |
tree | 64db068981c4ca3a3a8542f69a9f6e786dba2651 /network/wsdd2/slack-desc | |
parent | 0e8648ec0c91de7504e2621f9e79f91633676a8e (diff) |
network/wsdd2: Added (WSD/LLMNR Descovery/Name Service Daemon)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wsdd2/slack-desc')
-rw-r--r-- | network/wsdd2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/wsdd2/slack-desc b/network/wsdd2/slack-desc new file mode 100644 index 0000000000..31fade9c60 --- /dev/null +++ b/network/wsdd2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +wsdd2: wsdd2 (WSD/LLMNR Descovery/Name Service Daemon) +wsdd2: +wsdd2: Provides samba share browsing for clients who don't support netbios +wsdd2: or are running ip6 (which netbios does not support). +wsdd2: Effectively this allows modern windows computers to find samba +wsdd2: shares, and allows you to avoid smb1/smb2 for which there are many +wsdd2: exploits in the wild. This is based on the NETGEAR implimentation. +wsdd2: +wsdd2: Don't forget to allow local ip6 connections in your smb.conf file. +wsdd2: +wsdd2: Home Page https://github/Andy2244/wsdd2 |