mirror of https://github.com/n1nj4sec/pupy.git
disable gnome-keyring by default (#358)
This commit is contained in:
parent
ed7350e483
commit
288b8296b4
|
@ -21,7 +21,7 @@ recursor = false
|
|||
# allow requests to services like ifconfig.co to automatically retrieve public IP
|
||||
allow_requests_to_external_services = false
|
||||
|
||||
use_gnome_keyring=true
|
||||
use_gnome_keyring=false
|
||||
|
||||
[ssl]
|
||||
client_cert_required = true
|
||||
|
|
Loading…
Reference in New Issue