hsheric0210 / AutoKkutu

KKutu Automation based on KKutu-Helper V.
10 stars 7 forks source link

우회 기능에 ip 변경 기능 추가 요청 #60

Open kiase opened 1 year ago

kiase commented 1 year ago

내장 브라우저에 vpn이나 프록시를 내장하여 ip 우회 기능 추가 (ip밴 대비용)

hsheric0210 commented 1 year ago

관련자료:

Chromium (Selenium):

  1. https://www.chromium.org/developers/design-documents/network-settings/

CefSharp:

  1. https://stackoverflow.com/questions/43483645/c-sharp-cefsharp-browser-trying-to-set-proxy
  2. https://github.com/cefsharp/CefSharp/issues/3235
  3. https://cefsharp.github.io/api/63.0.0/html/P_CefSharp_CefSharpSettings_Proxy.htm
hsheric0210 commented 7 months ago

Selenium

https://stackoverflow.com/a/35293222 https://www.browserstack.com/guide/set-proxy-in-selenium https://medium.com/@itsmnthn/how-to-set-proxy-with-authentication-in-selenium-chromedriver-python-42bc068d6bd https://www.zenrows.com/blog/selenium-proxy https://stackoverflow.com/questions/11450158/how-do-i-set-proxy-for-chrome-in-python-webdriver https://stackoverflow.com/questions/26676658/how-to-authenticate-user-password-proxy-in-c-sharp-selenium-chrome-driver

CefSharp

https://github.com/cefsharp/CefSharp/wiki/General-Usage#proxy-resolution https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown-header-proxy-resolution