Replies: 20 comments 35 replies
-
Hello, https://github.com/engageub/InternetIncome/tree/tunproxy Thank you |
Beta Was this translation helpful? Give feedback.
-
Please use the following utility to check if your UDP is working fine. https://github.com/semigodking/socks5chk Thank you |
Beta Was this translation helpful? Give feedback.
-
In that case you can use tun2socks by commenting the lines mentioned. I tried tun2proxy also and its working fine. Thank you |
Beta Was this translation helpful? Give feedback.
-
Hi,
Could you please see tun2socks logs by enabling it in properties.conf file.
It looks like there is no default dns present in the /etc/resolv.conf file.
This can be added after confirmation from the logs.
Thank you
On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
… Screenshot_10.png (view on web)
<https://github.com/engageub/InternetIncome/assets/129802150/d1375644-7374-4aaf-afce-5b0b571d4e58>
Screenshot_11.png (view on web)
<https://github.com/engageub/InternetIncome/assets/129802150/471145ab-bcc1-47d1-bc4d-e27f46441be5>
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUAMVTWTJQOHNUMQCS3YHP66XAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBRHEZDQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing the logs. It shows that your host is trying to resolve DNS queries through 62.141.32.4 and others in the subnet but resulting in timeout.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
It's failing intermittently. Either your proxy is slow or data is missing
in packet or your system is slow in processing etc.
I have been using ebesucher for long time with existing code and did not
have any issues.
However for your info there is already an open issue going on regarding
timeout.
xjasonlyu/tun2socks#291
If you wish to use DNS over your proxy using tun2proxy, you have to replace
line 178 with the following.
https://github.com/engageub/InternetIncome/blob/tunproxy/internetIncome.sh#L178
```
if CONTAINER_ID=$(sudo docker run --name tun$UNIQUE_ID$i $LOGS_PARAM
--restart=always -e LOGLEVEL=$TUN_LOG_PARAM --sysctl
net.ipv6.conf.default.disable_ipv6=0 -v '/dev/net/tun:/dev/net/tun'
--cap-add=NET_ADMIN $combined_ports -d
ghcr.io/blechschmidt/tun2proxy:v0.1.12 --proxy $proxy --dns direct); then
```
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
It opens website but stucking on surf button
time="2023-12-03T07:45:58Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T07:45:58Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:45:58Z" level=warning msg="[TCP] dial
142.250.31.84:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:45:58Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:45:58Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:45:58Z"
level=warning msg="[TCP] dial 142.250.31.84:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T07:45:59Z" level=warning msg="[TCP] dial
142.250.31.84:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:45:59Z" level=info
msg="[UDP] 198.18.0.1:53987 <-> 8.8.4.4:53" time="2023-12-03T07:46:00Z"
level=warning msg="[TCP] dial 157.240.241.35:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T07:46:00Z" level=warning msg="[TCP] dial
151.101.1.140:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:00Z"
level=warning msg="[UDP] dial 1.1.1.1:53: client handshake: read tcp
172.17.0.2:43124->209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:00Z" level=warning msg="[UDP] dial 8.8.8.8:53:
client handshake: read tcp 172.17.0.2:43106->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:00Z" level=warning
msg="[TCP] dial 206.189.231.23:443: read tcp 172.17.0.2:43134->209.20.208.
81:13201: read: connection reset by peer" time="2023-12-03T07:46:00Z"
level=warning msg="[TCP] dial 93.189.62.83:443: read tcp 172.17.0.2:43122
->209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:00Z" level=warning msg="[UDP] dial 8.8.8.8:53:
client handshake: read tcp 172.17.0.2:43094->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:02Z" level=warning
msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:02Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:02Z"
level=info msg="[UDP] 198.18.0.1:53515 <-> 1.1.1.1:53"
time="2023-12-03T07:46:02Z" level=info msg="[UDP] 198.18.0.1:36859 <->
1.1.1.1:53" time="2023-12-03T07:46:02Z" level=warning msg="[UDP] dial
1.1.1.1:53: client handshake: read tcp 172.17.0.2:43152->209.20.208.
81:13201: read: connection reset by peer" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: client handshake: read tcp
172.17.0.2:50058->209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:03Z" level=warning msg="[UDP] dial 1.1.1.1:53:
client handshake: read tcp 172.17.0.2:50074->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:03Z" level=warning
msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:03Z"
level=info msg="[UDP] 198.18.0.1:53515 <-> 8.8.8.8:53"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial 45.32.223.163:80:
CONNECT: connection refused" time="2023-12-03T07:46:04Z" level=info
msg="[TCP] 198.18.0.1:35720 <-> 206.189.231.23:443"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46684->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[TCP] dial 24.144.68.195:30945: read tcp 172.17.0.2:46664->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46660->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[TCP] dial 24.144.68.195:30945: read tcp 172.17.0.2:46692->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46670->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[TCP] dial 24.144.68.195:30945: read tcp 172.17.0.2:46722->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46640->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[TCP] dial 24.144.68.195:30945: read tcp 172.17.0.2:46630->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46746->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[TCP] dial 24.144.68.195:30945: read tcp 172.17.0.2:46662->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:04Z" level=warning msg="[TCP] dial
24.144.68.195:30945: read tcp 172.17.0.2:46644->209.20.208.81:13201:
read: connection reset by peer" time="2023-12-03T07:46:04Z" level=warning
msg="[UDP] dial 8.8.8.8:53: client handshake: read tcp 172.17.0.2:46482->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:05Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T07:46:05Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:05Z" level=info msg="[TCP]
198.18.0.1:33274 <-> 151.101.64.84:443" time="2023-12-03T07:46:05Z"
level=warning msg="[TCP] dial 151.101.1.140:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T07:46:07Z" level=warning msg="[TCP] dial
192.248.190.219:80: CONNECT: connection refused"
time="2023-12-03T07:46:07Z" level=info msg="[UDP] 198.18.0.1:49400 <->
1.1.1.1:53" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:08Z" level=warning msg="[TCP] dial
142.250.31.84:443: read tcp 172.17.0.2:44292->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:09Z" level=warning
msg="[TCP] dial 157.240.241.35:443: read tcp 172.17.0.2:46970->209.20.208.
81:13201: read: connection reset by peer" time="2023-12-03T07:46:09Z"
level=warning msg="[UDP] dial 1.1.1.1:53: client handshake: read tcp
172.17.0.2:46776->209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:09Z" level=warning msg="[UDP] dial 1.1.1.1:53:
client handshake: read tcp 172.17.0.2:46962->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:10Z" level=warning
msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:10Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:10Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:10Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:10Z"
level=info msg="[UDP] 198.18.0.1:43470 <-> 1.1.1.1:53"
time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial 1.1.1.1:53:
client handshake: read tcp 172.17.0.2:47100->209.20.208.81:13201: read:
connection reset by peer" time="2023-12-03T07:46:13Z" level=warning
msg="[UDP] dial 8.8.8.8:53: client handshake: read tcp 172.17.0.2:47090->
209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=info msg="[UDP]
198.18.0.1:43470 <-> 8.8.8.8:53" time="2023-12-03T07:46:13Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:13Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:13Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:13Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:13Z"
level=warning msg="[TCP] dial 142.251.111.97:443: read tcp
172.17.0.2:50028->209.20.208.81:13201: read: connection reset by peer"
time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:13Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:15Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:15Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:15Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:15Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T07:46:18Z" level=info msg="[UDP]
198.18.0.1:47061 <-> 8.8.8.8:53" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:18Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:20Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T07:46:20Z"
level=warning msg="[UDP] dial <http://1.1.1.1:53>
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUAHJQA32HJGTWZF6HLYHQVGBAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBSGM2TS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If you want to use your proxy DNS you have to comment line 184 and 185 in
main branch.
Else you can uncomment and use with direct DNS.
I also mentioned another approach using tunproxy branch.
Let me know if that is working after changing line 178 in tunproxy branch.
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
With this method should I leave 184,185 lines commented ? And keep sudo
docker exec tun$UNIQUE_ID$i sh -c 'echo "nameserver 1.1.1.1" >
/etc/resolv.conf;echo "nameserver 8.8.8.8" >> /etc/resolv.conf;'
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUC6QA4XV6E7Q4YSHQDYHQX43AVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBSGQ2TC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
These logs do not seem to show any success DNS resolution.
Please try with tunproxy branch with the changes mentioned.
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
I forgot to comment 184-185 after you gave a method:
sudo docker exec tun$UNIQUE_ID$i sh -c 'echo "nameserver 1.1.1.1" >
/etc/resolv.conf;echo "nameserver 8.8.8.8" >> /etc/resolv.conf;'
But much changed.
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T08:16:02Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T08:16:02Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:03Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:04Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:04Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:05Z" level=warning msg="[TCP] dial
34.160.144.191:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:05Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:05Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:05Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:05Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:06Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:06Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:06Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:06Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:07Z"
level=warning msg="[TCP] dial 45.144.112.142:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T08:16:07Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T08:16:07Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:08Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:08Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:08Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:08Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:09Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:10Z" level=warning msg="[TCP] dial
34.160.144.191:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:10Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:10Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:11Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:11Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:11Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:11Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:11Z"
level=warning msg="[UDP] dial 8.8.4.4:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:12Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:12Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:13Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:13Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:13Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:13Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:14Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:15Z"
level=warning msg="[TCP] dial 34.160.144.191:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T08:16:15Z" level=warning msg="[UDP] dial 8.8.8.8:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T08:16:15Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:16Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:17Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:17Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:18Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:18Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:18Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:19Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:19Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:19Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:19Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:20Z" level=warning msg="[TCP] dial
34.160.144.191:443: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:20Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:20Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:20Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:20Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:21Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:22Z"
level=warning msg="[TCP] dial 45.144.112.142:443: connect to
209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o timeout"
time="2023-12-03T08:16:22Z" level=warning msg="[UDP] dial 1.1.1.1:53:
connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201: i/o
timeout" time="2023-12-03T08:16:22Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:23Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:23Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:23Z" level=warning msg="[UDP] dial
8.8.8.8:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:23Z" level=warning msg="[UDP] dial
1.1.1.1:53: connect to 209.20.208.81:13201: dial tcp 209.20.208.81:13201:
i/o timeout" time="2023-12-03T08:16:24Z" level=warning msg="[TCP] dial
165.232.147.153:7072: connect to 209.20.208.81:13201: dial tcp
209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 1.1.1.1:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 8.8.8.8:53: connect to 209.20.208.81:13201:
dial tcp 209.20.208.81:13201: i/o timeout" time="2023-12-03T08:16:24Z"
level=warning msg="[UDP] dial 1.1.1.1:53: con
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUAAVT7JUENKG7WJFRLYHQY4JAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBSGQ4DK>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Glad to know it's working. Yes, it may be an issue with proxy connection or
container is processing the requests slowly.
Also depends on your default vps connection speed.
You may disable the logs now from properties file and see if it makes any
difference.
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
Yes, I realised, deleted comment.
Works but connection very slow is it issue with proxy connection?
before:
Screenshot_9.png (view on web)
<https://github.com/engageub/InternetIncome/assets/129802150/7395ef0a-b466-4dfc-b6d4-17b31c30d612>
after:
Screenshot_14.png (view on web)
<https://github.com/engageub/InternetIncome/assets/129802150/a2c0a4d4-3d4a-4f12-bca1-3b3a0038e286>
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUBAWLOLIDLQ77E2ICTYHQ2YPAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBSGU3DA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Did captcha resolver added to tunproxy branch ? |
Beta Was this translation helpful? Give feedback.
-
Yes it is added. It solves after 1 minute.
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
Did captcha resolver added to tunproxy branch ?
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUDSZTF6LFXXRWYAQE3YHRCKNAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBSHAZDO>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The browser restarts every hour automatically.
You may look into the extensions inside if recaptcha solver is present and
enabled.
Thank you
…On Sunday, December 3, 2023, ppzzAn ***@***.***> wrote:
I think it's a proxy issue or idk
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUASW4JSQ2E5ER5MTH3YHRKUZAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBTGEYTE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Yesterday it was working fine. Has something changed. Are you not able to
access browser.
Thank you
…On Monday, December 4, 2023, ppzzAn ***@***.***> wrote:
Hi
Do I need open any ports on firewall ?
It simply not connecting right way
8.8.8.8:53 [2023-12-04T03:32:05Z INFO tun2proxy::tun2proxy] TCP
172.17.0.2:38958 -> 24.199.75.16:30944 (24.199.75.16:30944)
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:38974 ->
24.199.75.16:30944 (24.199.75.16:30944) [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:38976 -> 24.199.75.16:30944 (
24.199.75.16:30944) [2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] TCP
172.17.0.2:38982 -> 24.199.75.16:30944 (24.199.75.16:30944)
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:45933 -> 8.8.8.8:53 [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:42626 -> 8.8.8.8:53
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] Close TCP
172.17.0.2:33423 -> 34.197.217.233:443 [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:58714 -> 206.189.231.23:443 (
206.189.231.23:443) [2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy]
Close TCP 172.17.0.2:42836 -> 192.81.214.145:443 [2023-12-04T03:32:06Z
INFO tun2proxy::tun2proxy] TCP 172.17.0.2:46788 -> 93.189.62.83:443 (
93.189.62.83:443) [2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] Close
UDP 172.17.0.2:39919 -> 8.8.8.8:53 [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:58231 -> 8.8.8.8:53
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:48737 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:38509 -> 8.8.8.8:53
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:53856 -> 8.8.8.8:53 [2023-12-04T03:32:06Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:38100 -> 8.8.8.8:53
[2023-12-04T03:32:06Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:60109 -> 8.8.8.8:53 [2023-12-04T03:32:07Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:38231 -> 8.8.8.8:53
[2023-12-04T03:32:07Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:42331 ->
52.3.30.241:443 (52.3.30.241:443) [2023-12-04T03:32:07Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:57890 -> 8.8.8.8:53
[2023-12-04T03:32:07Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:46945 -> 8.8.8.8:53 [2023-12-04T03:32:07Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:45450 -> 8.8.8.8:53
[2023-12-04T03:32:07Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:47835 -> 8.8.8.8:53 [2023-12-04T03:32:07Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:53185 -> 8.8.8.8:53
[2023-12-04T03:32:07Z INFO tun2proxy::tun2proxy] Close TCP
172.17.0.2:58714 -> 206.189.231.23:443 [2023-12-04T03:32:07Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:57009 -> 8.8.8.8:53
[2023-12-04T03:32:08Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:56168 -> 8.8.8.8:53 [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:44173 -> 8.8.8.8:53
[2023-12-04T03:32:08Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:49538 -> 8.8.8.8:53 [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:55787 -> 8.8.8.8:53
[2023-12-04T03:32:08Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:55347 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:37378 -> 8.8.8.8:53
[2023-12-04T03:32:08Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:44093 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:53961 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:39604 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:53403 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:08Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:42848 -> 192.81.214.145:443 (
192.81.214.145:443) [2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] UDP
associate session UDP 172.17.0.2:51120 -> 8.8.8.8:53 (198.18.0.1:53)
[2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:58730 ->
206.189.231.23:443 (206.189.231.23:443) [2023-12-04T03:32:09Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:33141 -> 149.19.224.2:443 (
149.19.224.2:443) [2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] TCP
172.17.0.2:34547 -> 45.152.188.10:443 (45.152.188.10:443)
[2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:38649 ->
143.198.83.168:443 (143.198.83.168:443) [2023-12-04T03:32:09Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:45223 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:09Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:58746 -> 206.189.231.23:443 (
206.189.231.23:443) [2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] UDP
associate session UDP 172.17.0.2:39352 -> 8.8.8.8:53 (198.18.0.1:53)
[2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:58762 ->
206.189.231.23:443 (206.189.231.23:443) [2023-12-04T03:32:09Z INFO
tun2proxy::tun2proxy] Close TCP 172.17.0.2:42848 -> 192.81.214.145:443
[2023-12-04T03:32:09Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:40560 -> 8.8.8.8:53 [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:33835 -> 8.8.8.8:53
[2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:38747 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:58772 -> 206.189.231.23:443 (
206.189.231.23:443) [2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy]
Close UDP 172.17.0.2:33214 -> 8.8.8.8:53 [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] Close TCP 172.17.0.2:58730 -> 206.189.231.23:443
[2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy] Close TCP
172.17.0.2:58746 -> 206.189.231.23:443 [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] Close TCP 172.17.0.2:58762 -> 206.189.231.23:443
[2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:42860 ->
192.81.214.145:443 (192.81.214.145:443) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:47586 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:45698 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:52516 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:57474 -> 142.251.163.106:443
[2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:58786 ->
206.189.231.23:443 (206.189.231.23:443) [2023-12-04T03:32:10Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:49841 -> 8.8.8.8:53
[2023-12-04T03:32:10Z INFO tun2proxy::tun2proxy] Close TCP
172.17.0.2:58772 -> 206.189.231.23:443 [2023-12-04T03:32:11Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:38816 -> 35.244.181.201:443 (
35.244.181.201:443) [2023-12-04T03:32:11Z INFO tun2proxy::tun2proxy]
Close TCP 172.17.0.2:42860 -> 192.81.214.145:443 [2023-12-04T03:32:11Z
INFO tun2proxy::tun2proxy] Close TCP 172.17.0.2:58786 ->
206.189.231.23:443 [2023-12-04T03:32:11Z INFO tun2proxy::tun2proxy] UDP
associate session UDP 172.17.0.2:58301 -> 8.8.8.8:53 (198.18.0.1:53)
[2023-12-04T03:32:11Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:45231 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:11Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:33830 -> 8.8.8.8:53
[2023-12-04T03:32:11Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:57547 -> 142.251.167.94:443 [2023-12-04T03:32:12Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:44104 -> 8.8.8.8:53
[2023-12-04T03:32:12Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:55900 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:12Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:39881 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:12Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:46577 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:12Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:46517 -> 8.8.8.8:53
[2023-12-04T03:32:12Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:58817 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:13Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:59965 -> 8.8.8.8:53
[2023-12-04T03:32:13Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:42460 -> 8.8.8.8:53 [2023-12-04T03:32:13Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:46386 -> 8.8.8.8:53
[2023-12-04T03:32:13Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:51655 -> 8.8.8.8:53 [2023-12-04T03:32:13Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:45856 -> 96.17.166.40:80 (
96.17.166.40:80) [2023-12-04T03:32:13Z INFO tun2proxy::tun2proxy] Close
UDP 172.17.0.2:37139 -> 8.8.8.8:53 [2023-12-04T03:32:13Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:53532 -> 77.247.126.162:443 (
77.247.126.162:443) [2023-12-04T03:32:13Z INFO tun2proxy::tun2proxy]
Close UDP 172.17.0.2:54072 -> 8.8.8.8:53 [2023-12-04T03:32:13Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:55585 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:58394 -> 8.8.8.8:53 [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:42434 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:45998 -> 8.8.8.8:53 [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:45769 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:49422 -> 8.8.8.8:53 [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:40110 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:53065 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:56265 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:57777 -> 8.8.8.8:53 [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:48537 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:35776 -> 8.8.8.8:53 [2023-12-04T03:32:14Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:58176 -> 8.8.8.8:53
[2023-12-04T03:32:14Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:34014 -> 8.8.8.8:53 [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:60307 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:46021 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:34531 -> 8.8.8.8:53
[2023-12-04T03:32:15Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:52175 -> 8.8.8.8:53 [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:59187 -> 8.8.8.8:53
[2023-12-04T03:32:15Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:45501 -> 8.8.8.8:53 [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:59293 -> 8.8.8.8:53
[2023-12-04T03:32:15Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:50462 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:15Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:41131 -> 8.8.8.8:53
[2023-12-04T03:32:15Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:44971 -> 8.8.8.8:53 [2023-12-04T03:32:16Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:46308 -> 8.8.8.8:53
[2023-12-04T03:32:16Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:35835 -> 8.8.8.8:53 [2023-12-04T03:32:16Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:45832 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:16Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:51037 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:16Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:34543 -> 8.8.8.8:53
[2023-12-04T03:32:16Z INFO tun2proxy::tun2proxy] UDP associate session UDP
172.17.0.2:36264 -> 8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:16Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:53268 -> 93.189.62.83:443 (
93.189.62.83:443) [2023-12-04T03:32:16Z INFO tun2proxy::tun2proxy] Close
UDP 172.17.0.2:48737 -> 8.8.8.8:53 [2023-12-04T03:32:18Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:55918 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:18Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:41262 ->
8.8.8.8:53 (198.18.0.1:53) [2023-12-04T03:32:18Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:48108 ->
34.149.97.1:443 (34.149.97.1:443) [2023-12-04T03:32:18Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:55347 -> 8.8.8.8:53
[2023-12-04T03:32:19Z INFO tun2proxy::tun2proxy] Close UDP
172.17.0.2:44093 -> 8.8.8.8:53 [2023-12-04T03:32:19Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:39604 -> 8.8.8.8:53
[2023-12-04T03:32:19Z INFO tun2proxy::tun2proxy] Close TCP
172.17.0.2:49552 -> 34.149.97.1:443 [2023-12-04T03:32:19Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:50308 -> 99.84.208.24:443 (
99.84.208.24:443) [2023-12-04T03:32:19Z INFO tun2proxy::tun2proxy] Close
UDP 172.17.0.2:53961 -> 8.8.8.8:53 [2023-12-04T03:32:19Z INFO
tun2proxy::tun2proxy] TCP 172.17.0.2:54312 -> 35.164.136.70:443 (
35.164.136.70:443) [2023-12-04T03:32:19Z INFO tun2proxy::tun2proxy] Close
UDP 172.17.0.2:51120 -> 8.8.8.8:53 [2023-12-04T03:32:19Z INFO
tun2proxy::tun2proxy] Close UDP 172.17.0.2:53403 -> 8.8.8.8:53
[2023-12-04T03:32:19Z INFO tun2proxy::tun2proxy] TCP 172.17.0.2:53278 ->
93.189.62.83:443 (93.189.62.83:443) [2023-12-04T03:32:19Z INFO
tun2proxy::tun2proxy] UDP associate session UDP 172.17.0.2:35411 ->
8.8.8.8:53 ( <http://198.18.0.1:53>
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUHILPKOV3MN7G5PV5LYHVACLAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBYGY3TE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Do you see any errors in earnapp logs or connectivity issues.
I do not have socks5 with UDP now to see if something changed.
Thank You
On Monday, December 4, 2023, ppzzAn ***@***.***> wrote:
… I cannot see it on active divice list
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUD4L4DLLBLK63GMHW3YHVJN3AVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBZGA2DS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
If the device is being shown, it's working fine. Honeygain takes some time
for the traffic.
Thank you
…On Mon, Dec 4, 2023 at 11:54 AM ppzzAn ***@***.***> wrote:
There are no any traffic exchange works on any app - I just tested on
honeygain, pawns, ebesucher.
Screenshot_18.png (view on web)
<https://github.com/engageub/InternetIncome/assets/129802150/d0e5567f-f2cc-4614-b46c-e44154d2b21b>
—
Reply to this email directly, view it on GitHub
<#70 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUAIIFSXRXYPF4YFBPLYHVUCNAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONBZGUYDC>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Have you got any plans to add docker entropy for every container to randomise hardware, especially for one with bee logo ? https://akliang.medium.com/docker-compose-and-entropy-5b3f00561b88 Also here says https://medium.com/mysterium-network/how-to-set-up-a-mysterium-vpn-node-3034b0d820a3 needs to open 1194udp to run mystnodes how I can manage this ? Thank you |
Beta Was this translation helpful? Give feedback.
-
Hello,
At present I do not have any plans as docker containers run in an
isolated environment. However in the test branch options are available to change allocation for cpu and memory for the containers.
The document for mysterium is old one which lets us enable vpn mode in the node by opening port 1194.
Please find below the latest command for linux node.
https://help.mystnodes.com/en/articles/3777670-running-a-node-as-docker-image-on-linux-host
It was not working with socks5 UDP. Let me know if it works for you with tun2proxy. There were issues raised for this already and the author mentioned that it is complex to implement for handling mysterium UDP.
Thank you
…On Monday, December 4, 2023, ppzzAn ***@***.***> wrote:
Hi
Have you got any plans to add docker entropy for every container to
randomise hardware ?
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYWPAUFKV2YZZHQSCOIQVE3YHXJILAVCNFSM6AAAAABAD7DIBWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TONJTGQ2TA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi
Is anyone know how to prevent DNS leaking in tun2socks, for every container your run ?
Beta Was this translation helpful? Give feedback.
All reactions