All Products
Search
Document Center

:Firewall configuration

Last Updated:Jun 02, 2026

Add AI Coding Assistant Qoder CN domains to your firewall allowlist so that Qoder CN can connect to its backend services from corporate networks.

When to configure allowlist rules

Configure these allowlist rules if your network uses firewalls, proxy servers, or other security appliances that restrict outbound HTTPS traffic. Without the correct allowlist entries, Qoder CN cannot:

  • Complete logon and authentication

  • Provide code completion and chat responses

  • Download offline models

Required domains

All traffic uses HTTPS on port 443.

If your firewall supports wildcard rules, allowlisting .alibabacloud.com and .alicdn.com covers the majority of required domains and simplifies ongoing maintenance. For strict environments that require explicit domain entries, use the tables below.

Logon

Add these domains to support authentication, identity verification, and static assets needed during the logon flow.

Domain

Purpose

https://account.alibabacloud.com

Alibaba Cloud account service

https://signin.alibabacloud.com

Logon endpoint

https://passport.alibabacloud.com

Identity verification

https://account-cn.alibabacloud.com

Account service

https://www.alibabacloud.com

Alibaba Cloud portal

https://g.alicdn.com

Static assets

https://assets.alicdn.com

Static assets

https://lang.alicdn.com

Localization resources

https://img.alicdn.com

Image resources

https://at.alicdn.com

Icon fonts

https://x.alicdn.co

Frontend resources

https://sg.mmstat.com

Analytics

https://1phbjr.tdum.alibaba.com

Telemetry

Code completion and chat

Add this domain to enable real-time code completion and chat features.

Domain

Purpose

https://lingma.alibabacloud.com

Qoder CN API service for code completion and chat

Offline model download

Add this domain only if users need to download offline models.

Domain

Purpose

https://codeup-algo.oss-cn-hangzhou.aliyuncs.com

Model binary downloads

Verify connectivity

After adding the allowlist entries, run the following command from a machine on the corporate network:

curl -I https://lingma.alibabacloud.com

A successful connection returns an HTTP response header such as HTTP/1.1 302 or HTTP/2 302.

If the request times out or is refused, work through the following checks:

  1. Confirm the domain appears in the allowlist and the rule is active.

  2. Check whether your network uses SSL inspection (for example, Zscaler or a similar proxy). SSL inspection intercepts HTTPS connections and can cause certificate errors even when the domain is allowlisted. Either exclude Qoder CN domains from inspection or import the proxy's CA certificate into the trust store.

  3. Test from a machine outside the corporate network to isolate whether the issue is network-specific.

  4. Review firewall and proxy logs for blocked requests to lingma.alibabacloud.com or any other domain in the tables above.