Skip to content

Doesn't connect through proxy #44

@alexs77

Description

@alexs77

To connect to the internet (and thus to the Google services), we've got to use a proxy. I tried modifying the /lib/systemd/system/cloudprintd.service like this (ExecStart line):

[Unit]
Description=Google Cloud Print proxy service
After=cups.service

[Service]
ExecStart=/usr/bin/env HTTPS_PROXY=http://user:pass@pr.o.xy:8080/ HTTP_PROXY=http://user:pass@pr.o.xy:8080/ /usr/sbin/cloudprintd -a /var/lib/cloudprintd/authfile.json
Type=simple
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

But it doesn't seem to use this "pr.o.xy".

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions