-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maciej Golaszewski
committed
Nov 26, 2024
1 parent
d4ed1c8
commit 6b3049c
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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
|
||
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 | ||
|
||
|