Skip to content

Can this use Lancache #42

Discussion options

You must be logged in to vote

Short answer: yes

As far as I understand lancache uses DNS to redirect the requests though itself and cache the data. steamctl uses the default resolver, so if you set to point at lancache, then downloads via steamctl will get cached, as long as they are not HTTPS.

Alternatively, simply forcing lancache as content server by modifying the local content server list.

Edit ~/.local/share/steamctl/cs_servers.json to:

{
    "cell_id": 1337,
    "servers": [
        {
            "cell_id": 1337,
            "host": "lancache.steamcontent.com",
            "https": false,
            "load": 0,
            "port": 80,
            "type": "SteamCache",
            "vhost": "lancache.steamcontent.…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
10 replies
@nutterthanos
Comment options

@nutterthanos
Comment options

@rossengeorgiev
Comment options

@nutterthanos
Comment options

@rossengeorgiev
Comment options

Answer selected by nutterthanos
Comment options

You must be logged in to vote
4 replies
@nutterthanos
Comment options

@rossengeorgiev
Comment options

@nutterthanos
Comment options

@nutterthanos
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants