Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zen Fu
tails
Commits
335d624d
Commit
335d624d
authored
May 29, 2014
by
Tails developers
Browse files
Configure liferea to use an HTTP proxy
Use an HTTP proxy rather than torsocks.
parent
874cbbc4
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/etc/dconf/db/local.d/00_Tails_defaults
View file @
335d624d
...
...
@@ -60,3 +60,7 @@ button-sleep = 'shutdown'
button-suspend = 'shutdown'
critical-battery-action = 'shutdown'
lid-close-ac-action = 'blank'
[org/gnome/liferea]
proxy-host = '127.0.0.1'
proxy-port = 8118
config/chroot_local-includes/usr/local/bin/liferea
deleted
100755 → 0
View file @
874cbbc4
#!/bin/sh
exec
torsocks /usr/bin/liferea
"
$@
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment