Skip to content

Commit ab1fd59

Browse files
Apply partial to spectrum/about/static-ip
1 parent 4d695b9 commit ab1fd59

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/content/docs/spectrum/about/static-ip.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ weight: 0
55

66
---
77

8-
import { APIRequest } from "~/components"
8+
import { APIRequest, Render } from "~/components"
99

10-
When you create a Spectrum application, you are assigned an IP. These IPs are normally dynamic, meaning that they will change over time. But, for instance, if you want to set up WAF custom rules for specific IPs, you may want to use static IPs.
10+
When you create a Spectrum application, you are assigned an IP. These IPs are normally dynamic, meaning that they will change over time. But, for instance, if you want to set up WAF custom rules for specific IPs, you may want to use static IPs.
1111

1212
A static IP, like a physical street address can tell other computers or servers on the Internet where a specific computer is located or connected. This makes the device easier to find on the network, since the IP will not change.
1313

@@ -48,3 +48,13 @@ When creating a Spectrum application through the API, specify the static IPs tha
4848
}
4949
}}
5050
/>
51+
52+
## Check your static IPs
53+
54+
<Render
55+
file="check-leased-ips"
56+
product="byoip"
57+
params={{
58+
product: "static IPs for Spectrum"
59+
}}
60+
/>

0 commit comments

Comments
 (0)