Update WHOIS URLs and client IP in app.config

Modify WelsonJS.Augmented/WelsonJS.Launcher/app.config to replace the previous punycode WHOIS endpoints with the canonical whois.kr URLs (WhoisServerUrl and WhoisReferrerUrl) and change WhoisClientAddress from 141.101.82.1 to 49.8.14.101. No other configuration values were modified.
This commit is contained in:
Namhyeon, Go 2026-02-09 22:59:43 +09:00
parent ec85cc88e4
commit 387e86e5a1

View File

@ -13,9 +13,9 @@
<add key="AzureCognitivePrefix" value="https://ai-catswords656881030318.services.ai.azure.com/"/>
<add key="AzureCognitiveApiKey" value=""/>
<add key="AzureCognitiveApiVersion" value="2024-05-01-preview"/>
<add key="WhoisServerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois.jsc"/>
<add key="WhoisReferrerUrl" value="https://xn--c79as89aj0e29b77z.xn--3e0b707e/kor/whois/whois.jsp"/>
<add key="WhoisClientAddress" value="141.101.82.1"/>
<add key="WhoisServerUrl" value="https://whois.kr/kor/whois.jsc"/>
<add key="WhoisReferrerUrl" value="https://whois.kr/kor/whois/whois.jsp"/>
<add key="WhoisClientAddress" value="49.8.14.101"/>
<add key="DnsServerAddress" value="1.1.1.1"/>
<add key="BlobStoragePrefix" value="https://catswords.blob.core.windows.net/welsonjs/"/>
<add key="BlobConfigUrl" value="https://catswords.blob.core.windows.net/welsonjs/blob.config.xml"/>