Viktor Liu

Results 119 comments of Viktor Liu

> Please add the change to the netbird status command too. That should already be the case: ``` func statusFunc(cmd *cobra.Command, args []string) error { SetFlagsFromEnvVars(rootCmd) ```

> How can i use the stun server with tcp, is something missing in my configuration? You will have to forward the UDP port instead of TCP. STUN is a...

Exit node (client) has been implemented in Android for a long time now, there's just no selection in the client. You can assign an exit node in the mangement dashboard.

I'm not sure where this is supposed to come from, it has always been an unsigned int, so negative values are impossible. https://github.com/netbirdio/netbird/commit/e9c967b27c644a2aed9ca9525b6bfd7386ed3139#diff-0db67eedcdec93665cc9dea08a99e38d7ed16f94db2e98f842af921340815542R42

Take a look at #3239. Currently it's a bit rough and needs all the `replace` directives in [go.mod](https://github.com/netbirdio/netbird/blob/main/go.mod), but this will be fixed at some point. Example program: ```go package...

Hi @christian-schlichtherle, can you post your iptables/nftables before and after your workaround? ``` iptables-save nft list ruleset ``` You might need to install `nftables` for the nft tool to be...

@jakovnikolic both of these are implemented. Can you share more about the issue you have?

Can you share the contents of `%PROGRAMDATA\Netbird\state.json` the next time this happens **before** starting netbird? Does this happen on boot or when waking up from sleep? If after sleep, does...

@cleveHEX thank you. The state file seems to be corrupted, hence the cleanup fails: >2025-01-21T11:23:10+01:00 WARN client/internal/statemanager/manager.go:307: State file appears to be corrupted, attempting to delete itinvalid character '\x00' looking...