mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
Refactor service docs
This commit is contained in:
parent
7793f281c5
commit
a061a03860
@ -1,5 +1 @@
|
|||||||
# Services
|
{!docs/models/ipam/service.md!}
|
||||||
|
|
||||||
A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)."
|
|
||||||
|
|
||||||
A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.)
|
|
||||||
|
5
docs/models/ipam/service.md
Normal file
5
docs/models/ipam/service.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Services
|
||||||
|
|
||||||
|
A service represents a layer four TCP or UDP service available on a device or virtual machine. For example, you might want to document that an HTTP service is running on a device. Each service includes a name, protocol, and port number; for example, "SSH (TCP/22)" or "DNS (UDP/53)."
|
||||||
|
|
||||||
|
A service may optionally be bound to one or more specific IP addresses belonging to its parent device or VM. (If no IP addresses are bound, the service is assumed to be reachable via any assigned IP address.)
|
Loading…
Reference in New Issue
Block a user