From 7065afbace1f52208ac2b9d6fc48899154675ad5 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Wed, 5 Jun 2019 11:39:37 +0200 Subject: [PATCH] Different server. --- systemd/.config/systemd/user/liacs-proxy.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/.config/systemd/user/liacs-proxy.service b/systemd/.config/systemd/user/liacs-proxy.service index 8d63017..e1714d4 100644 --- a/systemd/.config/systemd/user/liacs-proxy.service +++ b/systemd/.config/systemd/user/liacs-proxy.service @@ -3,7 +3,7 @@ Description=SOCKS proxy to the liacs network [Service] Type=simple -ExecStart=/usr/bin/ssh -v -N -D 12345 gold.liacs.nl +ExecStart=/usr/bin/ssh -v -N -D 12345 silver.liacs.nl Restart=no [Install]