> ## Documentation Index
> Fetch the complete documentation index at: https://manual.voiceping.net/llms.txt
> Use this file to discover all available pages before exploring further.

# IP Restriction

> Limit VoicePing workspace access to allowed IP addresses from Admin > IP Restriction.

export const FeedbackZh = () => <>
    <Tip>
      对该功能有想法或需求？请通过 <a href="/zh/product-feedback">Product Feedback</a> 发送给团队。
    </Tip>

    <h2>官方链接</h2>

    <CardGroup cols={2}>
      <Card title="官方网站" icon="globe" href="https://voiceping.net/en/">
        访问官方网站
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        在X上关注我们
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        在Facebook上点赞
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        在LinkedIn上连接
      </Card>
    </CardGroup>
  </>;

**IP Restriction** limits workspace access to registered IP addresses. The route is still named `ip-whitelist` for compatibility, but the current product label is **IP Restriction**.

<Note>
  IP Restriction is available on paid plans and is hidden on Free workspaces.
</Note>

## Open IP Restriction

1. Open **Admin**.
2. Select **IP Restriction**.
3. Review the current IP shown on the screen.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/01-ip-restriction-screen.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=5ddb31e08e93193817371322cf6e8d98" alt="IP Restriction 页面 — Enable IP Filtering 开关、当前 IP 地址和允许的 IP 列表" width="3420" height="2214" data-path="en/images/ip-whitelist/01-ip-restriction-screen.png" />
</Frame>

## Enable Filtering

1. Add at least one allowed IP address.
2. Turn on **Enable IP Filtering**.
3. Confirm the warning dialog.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/02-enable-filtering-confirmation.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=c04dda1dfa283247899752064310c164" alt="Enable IP Filtering 确认对话框 — 工作区所有者不受影响，但经理和成员必须从允许的 IP 访问" width="1292" height="512" data-path="en/images/ip-whitelist/02-enable-filtering-confirmation.png" />
</Frame>

## Manage Allowed IP Addresses

* Add an IP address with an optional memo or description.
* Delete IP addresses that should no longer be allowed.
* Export the list as CSV when needed.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/gwYYf2JyOC1avljj/en/images/ip-whitelist/03-add-ip-modal.png?fit=max&auto=format&n=gwYYf2JyOC1avljj&q=85&s=8925134d00c2c4b0c82a1b101d8ba862" alt="Add IP to White List 对话框 — IP 地址或 CIDR 范围、支持的格式和可选说明" width="1578" height="926" data-path="en/images/ip-whitelist/03-add-ip-modal.png" />
</Frame>

<Warning>
  Confirm the allowed IP list before enabling filtering. Users outside the allowed IP range may lose access.
</Warning>

<FeedbackZh />
