Skip to content

Commit

Permalink
update protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Aug 10, 2024
1 parent 4a3e5a9 commit e699d54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions loginproxy/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ def __str__(self) -> str:
return super().__str__()
return self.name[1:].replace('__', '-').replace('_', '.')

V1_21 = 767
V1_20_6 = 766
V1_20_5 = 766
V1_20_4 = 765
V1_20_3 = 765
V1_20_2 = 764
V1_20_1 = 763
V1_19_4 = 762
Expand Down

0 comments on commit e699d54

Please sign in to comment.