Skip to content

Commit

Permalink
lint fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 26, 2024
1 parent d4ed1c8 commit 6b3049c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/src/snap/reference/ports-and-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Check failure on line 7 in docs/src/snap/reference/ports-and-services.md

View workflow job for this annotation

GitHub Actions / markdown-lint

Line length

docs/src/snap/reference/ports-and-services.md:7:81 MD013/line-length Line length [Expected: 80; Actual: 86] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
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

Expand Down

0 comments on commit 6b3049c

Please sign in to comment.