MCPcopy Create free account
hub / github.com/compassvpn/agent / export_certs

Method export_certs

xray-config/run.py:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 log.info("Subdomain requested but not yet ready", hypothesisId="XRAY")
49 return "Not Ready", 503
50 return config.direct_subdomain
51
52 @self.app.route("/warps")
53 def get_warps():
54 if not config.warps_ready:
55 abort(404)
56 return json.dumps(config.warps, indent=4)
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected