11 lines
194 B
Ucode
11 lines
194 B
Ucode
// Set endpoint options, takes a user object wich contains the userId wich is a hash formed from tunnel ip and public key
|
|
|
|
|
|
function set_endpoint() {
|
|
|
|
}
|
|
|
|
return {
|
|
event_fns: [set_endpoint]
|
|
}
|