TLS : Changement hôte par défaut
This commit is contained in:
parent
9e2e2d7aa4
commit
d687732fad
Binary file not shown.
@ -11,14 +11,14 @@ class MainWindow:
|
||||
self.root.title("SecCon - © Louis SWINNEN 2022")
|
||||
self.root.config(bd=5)
|
||||
self.host = tk.StringVar()
|
||||
self.host.set("127.0.0.1")
|
||||
self.host.set("ffe.labo.swilabus.com")
|
||||
self.passw = tk.StringVar()
|
||||
self.passw.set("aaaaa")
|
||||
self.login = tk.StringVar()
|
||||
self.login.set("aa")
|
||||
self.tls = tk.BooleanVar()
|
||||
self.port = tk.IntVar()
|
||||
self.port.set(8500)
|
||||
self.port.set(8000)
|
||||
self.draw_window()
|
||||
|
||||
def start_main_loop(self):
|
||||
|
Loading…
Reference in New Issue
Block a user