Initial Commit, updated function names and created some comments to better explain the code
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
const event_fns = {}
|
const event_fns = [];
|
||||||
|
|
||||||
# Set country midendpoint with a specific provider
|
// Set endpoint options, takes a user object wich contains the userId wich is a hash formed from tunnel ip and public key
|
||||||
event_fns["set_midpoint_country"] = {}
|
function set_endpoint() {
|
||||||
#
|
|
||||||
event_fns["set_proxy_props"] = {}
|
}
|
||||||
|
|
||||||
|
event_fns[0] = set_endpoint
|
||||||
|
|
||||||
return {
|
return {
|
||||||
event_fns: event_fns
|
event_fns: event_fns
|
||||||
|
|||||||
Reference in New Issue
Block a user