Replies: 19 comments 15 replies
-
Hi, Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Could you please check docker logs using the container names. Take each ID from text file and run the following command and input your container id or container name.
Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi time="2023-06-18T07:11:16Z" level=info msg="[DIALER] set fwmark: 0x22b" time="2023-06-18T07:11:21Z" level=warning msg="[TCP] dial 136.243.150.101:443: HTTP auth required by proxy" Because my proxy have username and password. How to fix it? My proxy format protocol://username:password@ip:port |
Beta Was this translation helpful? Give feedback.
-
Is your protocol http or https or socks5? Thank you |
Beta Was this translation helpful? Give feedback.
-
Username and password are only number and word character, don't have special character. But if don't have username:pass, it is risky, less secure for proxy. |
Beta Was this translation helpful? Give feedback.
-
Yes, it is recommended to use username and password to keep your proxies secure. If you are doing a manual setup, make sure you follow your documentation and raise issue to necessary team if you are missing something while creating username and password and also see if there is some encoding or decoding formats which might be causing the issue. Thank you |
Beta Was this translation helpful? Give feedback.
-
I think username and password not support from tun2socks. Remove all username and password then script work like a charm :( |
Beta Was this translation helpful? Give feedback.
-
No, it works with username and password. The way your authentication server was configured may be different than a regular configuration. Thank you |
Beta Was this translation helpful? Give feedback.
-
I test from another proxy provider, it the same issues. I am very appreciate with your support. |
Beta Was this translation helpful? Give feedback.
-
It works on other apps but not on traffmonetizer? Thank you |
Beta Was this translation helpful? Give feedback.
-
All app worked with http://ip:port I use device name default "ubuntu" |
Beta Was this translation helpful? Give feedback.
-
You may use IP authentication instead of username and password however there should not be problem with username and password authentication. Thank you |
Beta Was this translation helpful? Give feedback.
-
Did you buy premium proxy or Dedicated proxy of residential or you are using the free version? Thank you |
Beta Was this translation helpful? Give feedback.
-
After the recent update in tun2socks, http is not working but socks5 proxies are working fine. Will be switching to older version of tun2socks. |
Beta Was this translation helpful? Give feedback.
-
Please update the code now. It has been switched to specific version of tun2socks which was working earlier. |
Beta Was this translation helpful? Give feedback.
-
Code has already been pushed. Issue has been raised to dependent docker container. |
Beta Was this translation helpful? Give feedback.
-
Please download the code again from github and check if its working fine now. Thank you |
Beta Was this translation helpful? Give feedback.
-
Closing this since the issue has been identified and updated. Reopen this in case you still see any issue. |
Beta Was this translation helpful? Give feedback.
-
Hi engageub,
Firstly, thank for your tools.
I setup it in my ubuntu, no proxy is ok but when turn on proxy, the app don't work.
I use proxy from my own VPS,
As example: I test with traffmonetizer, proxy when run on windows is ok, but in docker inspect that not show IP
"NetworkSettings": {
"Bridge": "",
"SandboxID": "",
"HairpinMode": false,
"LinkLocalIPv6Address": "",
"LinkLocalIPv6PrefixLen": 0,
"Ports": {},
"SandboxKey": "",
"SecondaryIPAddresses": null,
"SecondaryIPv6Addresses": null,
"EndpointID": "",
"Gateway": "",
"GlobalIPv6Address": "",
"GlobalIPv6PrefixLen": 0,
"IPAddress": "",
"IPPrefixLen": 0,
"IPv6Gateway": "",
"MacAddress": "",
"Networks": {}
Please help me from this error.
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions