github.com/noisysockets/noisysockets@v0.21.2-0.20240515114641-7f467e651c90/config/defaults.go (about)

     1  // SPDX-License-Identifier: MPL-2.0
     2  /*
     3   * Copyright (C) 2024 The Noisy Sockets Authors.
     4   *
     5   * This Source Code Form is subject to the terms of the Mozilla Public
     6   * License, v. 2.0. If a copy of the MPL was not distributed with this
     7   * file, You can obtain one at http://mozilla.org/MPL/2.0/.
     8   */
     9  
    10  package config
    11  
    12  const (
    13  	// DefaultListenPort is the default port to listen on.
    14  	DefaultListenPort = 51820
    15  	// The default search domain to use for networks (if not specified).
    16  	DefaultDomain = "my.nzzy.net."
    17  )