From 0f75ea615ff876725c0bef988073a5bb666e05f0 Mon Sep 17 00:00:00 2001 From: mbo18 Date: Mon, 31 May 2021 17:26:00 +0200 Subject: [PATCH] Samba: Remove interface option in documentation (#2043) following #2031 --- samba/DOCS.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samba/DOCS.md b/samba/DOCS.md index facb70e..7cdee0d 100644 --- a/samba/DOCS.md +++ b/samba/DOCS.md @@ -39,7 +39,6 @@ Add-on configuration: workgroup: WORKGROUP username: homeassistant password: YOUR_PASSWORD -interface: '' allow_hosts: - 10.0.0.0/8 - 172.16.0.0/12 @@ -64,12 +63,6 @@ The username you would like to use to authenticate with the Samba server. The password that goes with the username configured for authentication. -### Option: `interface` (required) - -The network interface Samba should listen on for incoming connections. -This option should only be used in advanced cases. In general, setting this -option is not needed. - ### Option: `allow_hosts` (required) List of hosts/networks allowed to access the shared folders.