Closed miketweaver closed 1 year ago
Id suggest dropping note on this PR where the the potential of adding the old domains back is being discussed. https://github.com/uklans/cache-domains/pull/215
So edge.steam-dns.top.comcast.net
resolves correctly for me:
Default Server: one.one.one.one
Address: 1.1.1.1
> edge.steam-dns.top.comcast.net
Server: one.one.one.one
Address: 1.1.1.1
Non-authoritative answer:
Name: edge.steam-dns.top.comcast.net
Addresses: 2001:558:fe02::9
2001:558:fe02::a
2001:558:fe02::29
2001:558:fe02::35
2001:558:fe03:89::2
2001:558:fe03:300::2
76.96.121.122
96.96.229.137
96.96.229.138
96.96.229.169
96.96.229.181
96.113.72.226
The place to investigate is why lancache was unable to resolve that hostname.
I'll look into that. If I can get it to resolve and it doesn't fix it, I'll reopen the issue.
Describe the issue you are having
Client is not connecting to the LAN Cache server
Describe your setup?
I am using the steamcache docker & monolithic server in generic mode.
Are you running sniproxy
No
DNS Configuration
.env file:
Client Output
Logs output
Here are the logs I see using
tail -f /cache/logs/*.log
After it fails to work on "edge.steam-dns.top.comcast.net", it starts using standard Steam servers. Since those were removed, it no longer works.