ChibangLW

Results 8 comments of ChibangLW
trafficstars

@winterheart tailscale has the flag `--exit-node-allow-lan-access` which is disabled by default. Did you used that flag? Given that 10.1.0.2/24 is not in your ACL it should not be accessible to...

> I've retested with 0.23.0-alpha5 and `--exit-node-allow-lan-access` on node2 and still same problem, no access to external IP of node1. From my understanding to option should be used on node1,...

Okay never mind, I misunderstood the option. EDIT: for clarification from the source code: ``` // ExitNodeAllowLANAccess indicates whether locally accessible subnets should be // routed directly or via the...

I am looking for a C++ SDK. gRPC would definitely solve produce and consume but would probably not work for other SDK functions like creating a station. I started on...

@kdevan maybe have a look at #22. There you can see the syntax to use the transport config.

I have not found any documentation for config options for network listeners, hence the hijacking of the address field. If there are any better config options for network listeners, feel...

Sounds good. From my understanding there are no config options for simple listeners/networks. Simple means if you register with `caddy.RegisterNetwork(...)`. If "real" config options for the network part is needed/wanted,...

Maybe have a look at #1934. It is a more general improvement which also results in usable preferred_username. As well as #1981, which adds profile picture support. I am not...