From 6b3049c7e96c9ef874168b3ba5139cbaaf012fc5 Mon Sep 17 00:00:00 2001 From: Maciej Golaszewski Date: Tue, 26 Nov 2024 14:12:10 +0100 Subject: [PATCH] lint fix2 --- docs/src/snap/reference/ports-and-services.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/snap/reference/ports-and-services.md b/docs/src/snap/reference/ports-and-services.md index c5a3e39ad..cce03dfd3 100644 --- a/docs/src/snap/reference/ports-and-services.md +++ b/docs/src/snap/reference/ports-and-services.md @@ -4,8 +4,10 @@ There are two main types of services based on the network interface they use: -* Default Host Interface Services: These services bind to the default host interface, making them accessible from outside the host. -* Localhost Services: These services bind to the localhost interface, meaning they can only be accessed from within the host. +* Default Host Interface Services: These services bind to the default host interface, +making them accessible from outside the host. +* Localhost Services: These services bind to the localhost interface, +meaning they can only be accessed from within the host. ### Services binding to the default Host interface