welsonjs/WelsonJS.Augmented/WelsonJS.Launcher/app.config
Namhyeon, Go 387e86e5a1 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.
2026-02-09 22:59:43 +09:00

36 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="ResourceServerAllowOrigins" value=""/>
<add key="ResourceServerAutoStart" value="true"/>
<add key="ResourceServerPrefix" value="http://localhost:3000/"/>
<add key="RepositoryUrl" value="https://github.com/gnh1201/welsonjs"/>
<add key="CopilotUrl" value="https://copilot.microsoft.com/"/>
<add key="ChromiumDevToolsPrefix" value="http://localhost:9222/"/>
<add key="ChromiumDevToolsTimeout" value="5"/>
<add key="ChromiumExecutablePath" value="msedge.exe"/>
<add key="ChromiumAppMode" value="true"/>
<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://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"/>
<add key="HttpClientTimeout" value="90"/>
<add key="IpQueryApiKey" value=""/>
<add key="IpQueryApiPrefix" value="https://api.criminalip.io/v1/"/>
<add key="IpQueryApiKey2" value=""/>
<add key="IpQueryApiPrefix2" value="https://api.abuseipdb.com/api/v2/"/>
<add key="DateTimeFormat" value="yyyy-MM-dd HH:mm:ss"/>
<add key="AssemblyBaseUrl" value="https://catswords.blob.core.windows.net/welsonjs/packages"/>
<add key="AssemblyIntegrityUrl" value="https://spare-yellow-cicada.myfilebase.com/ipfs/QmYL29Z7BRvE6dnL4HPKeNvJyNJrh2LnVhzo3k9bp3wBZf"/>
<add key="IntegrityHashCurl" value="23b24c6a2dc39dbfd83522968d99096fc6076130a6de7a489bc0380cce89143d"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
</startup>
</configuration>