setAdvertisedRoutes abstract method

Future<TailscalePrefs> setAdvertisedRoutes(
  1. List<String> cidrs
)

Replaces the set of CIDRs this node advertises as a subnet router. See tailscale.com/kb/1019/subnets. Still requires admin approval of each route in the control plane before other nodes use it.

Implementation

Future<TailscalePrefs> setAdvertisedRoutes(List<String> cidrs);