I have a django project and I should run it like this
python manage.py runserver
in process of running the program it needs to connect to an IP which is blocked in my location and I want to use my v2ray config to access that IP but v2rayN app doesn't affect cmd
I found this solution to set proxy for git
git config --global http.proxy http://proxyUsername:[email protected]:port
can I use it on python as well? and I don't know what should I fill proxyUserName, ProxyPassword, proxy.server.com and port. I only have my vmess connection code can you help me extract these information from my vmess code?
run v2rayN as administrator, then a toggle button will appear, labeled "Enable Tun". I think that will solve your problem.