You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some proxy providers, such as Thunderproxies, restrict access to all ports except 443 and 80. This limitation makes it challenging to establish connections through other ports.
Proposed Solution
Introduce a serverFilter function as an option when creating a SteamUser instance. This function would allow users to filter the server list based on specific criteria, such as port availability.
Implementing this feature would simplify connecting to services that restrict port usage, ensuring compatibility with a broader range of proxy providers.
The text was updated successfully, but these errors were encountered:
looks this feature not works as expected
after retrieving CMServers from api, servers list not filters by 443 port
so, even if webCompatibilityMode is enabled, we still can get websocket with 27*** port
looks this feature not works as expected after retrieving CMServers from api, servers list not filters by 443 port so, even if webCompatibilityMode is enabled, we still can get websocket with 27*** port
Problem Statement
Some proxy providers, such as Thunderproxies, restrict access to all ports except 443 and 80. This limitation makes it challenging to establish connections through other ports.
Proposed Solution
Introduce a serverFilter function as an option when creating a SteamUser instance. This function would allow users to filter the server list based on specific criteria, such as port availability.
Alternatives Considered
None at this time.
Additional Context
Implementing this feature would simplify connecting to services that restrict port usage, ensuring compatibility with a broader range of proxy providers.
The text was updated successfully, but these errors were encountered: