Remove v2 legacy onion support, and its corresponding client auth functionality. Update the v3 Client Auth to take its place in settings

This commit is contained in:
Miguel Jacq 2021-05-06 14:26:00 +10:00
parent b48848eb04
commit e0b378055c
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
68 changed files with 62 additions and 552 deletions

View file

@ -48,9 +48,7 @@ class ModeSettings:
"public": False,
"autostart_timer": False,
"autostop_timer": False,
"legacy": False,
"client_auth": False,
"client_auth_v3": False,
"service_id": None,
},
"share": {"autostop_sharing": True, "filenames": []},