Say what the include layer exports and what it reads from conf
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
// vv_ai_route() action → route for this node
|
||||
// vv_ai_rpc() forward one action to the owner, return its response body
|
||||
//
|
||||
// CONFIGURATION
|
||||
// host*.conf
|
||||
// <HOST>_SSH_KEY private key this node authenticates to the owner with. Absent or not a
|
||||
// file means no remote route exists, and vv_ai_route() says so rather than
|
||||
// attempting a hop that cannot succeed.
|
||||
// <OWNER> the owner's hostname, looked up by the id vv_ai_owner_host() returns —
|
||||
// resolved to an address through vv_resolve_tailscale_ip(), never used as
|
||||
// a hostname directly, because MagicDNS does not resolve across the tailnets.
|
||||
//
|
||||
// DEPENDS ON
|
||||
// include/config.php vv_ai_owner_host(), vv_ai_is_owner(), vv_resolve_tailscale_ip()
|
||||
// Tools/ai_rpc.php the far side — reached at the WebGUI symlink path
|
||||
|
||||
Reference in New Issue
Block a user