index
:
ttun/server
main
The self-hostable proxy tunnel
Tom van der Lee
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ttun_server
/
connections.py
blob: a8dabcfb0f49f8dea85d8cff8d3ef5eeb26f6b31 (
plain
)
1
2
3
from
ttun_server.types
import
Connection
connections
:
dict
[
str
,
Connection
]
=
{}