> ## 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 ContactZhTW = () => <>
    <Tip>
      如有任何問題，請透過<a href="https://forms.gle/6AUho7oj3zBr79e96">此表單</a>與我們聯繫。
    </Tip>

    ## 官方連結

    <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>

<ContactZhTW />
