> ## 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 FeedbackKo = () => <>
    <Tip>
      이 기능에 대한 아이디어나 요청은 <a href="/ko/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>

<FeedbackKo />
