mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Early support for ClientAuth with v3 onions
This commit is contained in:
parent
ad93056a17
commit
4aa6d6f3ec
11 changed files with 455 additions and 156 deletions
|
@ -39,6 +39,8 @@ class ModeSettings:
|
|||
"private_key": None,
|
||||
"hidservauth_string": None,
|
||||
"password": None,
|
||||
"client_auth_v3_priv_key": None,
|
||||
"client_auth_v3_pub_key": None,
|
||||
},
|
||||
"persistent": {"mode": None, "enabled": False},
|
||||
"general": {
|
||||
|
@ -48,6 +50,7 @@ class ModeSettings:
|
|||
"autostop_timer": False,
|
||||
"legacy": False,
|
||||
"client_auth": False,
|
||||
"client_auth_v3": False,
|
||||
"service_id": None,
|
||||
},
|
||||
"share": {"autostop_sharing": True, "filenames": []},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue