Initial Commit, updated function names and created some comments to better explain the code

This commit is contained in:
king
2026-02-01 21:38:54 +01:00
commit a29cf6a03f
2 changed files with 181 additions and 0 deletions

10
set_endpoint_events.uc Normal file
View File

@@ -0,0 +1,10 @@
const event_fns = {}
# Set country midendpoint with a specific provider
event_fns["set_midpoint_country"] = {}
#
event_fns["set_proxy_props"] = {}
return {
event_fns: event_fns
}