misc: update trok domain

This commit is contained in:
tux
2025-02-28 23:36:23 +05:30
parent 2c957f7f85
commit eb4f430ad7

View File

@ -32,6 +32,6 @@ var clientCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(clientCmd)
clientCmd.Flags().StringP("serverAddr", "s", "trok.tux.rs:1337", "Remote server address")
clientCmd.Flags().StringP("serverAddr", "s", "trok.cloud:1337", "Remote server address")
clientCmd.Flags().StringP("localAddr", "a", "0.0.0.0:80", "Local addr to expose")
}