Добавь установщик Lemana VPN
This commit is contained in:
32
templates/openconnect-lite-config.toml
Normal file
32
templates/openconnect-lite-config.toml
Normal file
@@ -0,0 +1,32 @@
|
||||
on_disconnect = "sudo /usr/local/sbin/lemana-vpn-dns-cleanup >/dev/null 2>&1 || true"
|
||||
|
||||
[default_profile]
|
||||
address = "vpn.lemanapro.ru"
|
||||
user_group = ""
|
||||
name = "Default-K"
|
||||
|
||||
[credentials]
|
||||
username = "{{USERNAME}}"
|
||||
|
||||
[auto_fill_rules]
|
||||
|
||||
[[auto_fill_rules."https://employee.auth.lemanapro.ru/*"]]
|
||||
selector = "span#input-error"
|
||||
action = "stop"
|
||||
|
||||
[[auto_fill_rules."https://employee.auth.lemanapro.ru/*"]]
|
||||
selector = "input#username"
|
||||
fill = "username"
|
||||
|
||||
[[auto_fill_rules."https://employee.auth.lemanapro.ru/*"]]
|
||||
selector = "input#password"
|
||||
fill = "password"
|
||||
|
||||
[[auto_fill_rules."https://employee.auth.lemanapro.ru/*"]]
|
||||
selector = "input#otp, input[name=otp], form input:not(#username):not(#password):not([type=hidden]):not([type=submit]):not([type=button])"
|
||||
fill = "totp"
|
||||
|
||||
[[auto_fill_rules."https://employee.auth.lemanapro.ru/*"]]
|
||||
selector = "input[type=submit], button[type=submit], #kc-login"
|
||||
action = "click"
|
||||
|
||||
Reference in New Issue
Block a user