Coder Social home page Coder Social logo

Comments (4)

bolshoytoster avatar bolshoytoster commented on July 22, 2024

@mantou132 you can change the constant in src/shared.rs:

bore/src/shared.rs

Lines 13 to 15 in 2d0dcf9

/// TCP port used for control connections with the server.
pub const CONTROL_PORT: u16 = 7835;

I could make it variable, probably through a command line option if there's no reason it can't be changed @ekzhang.

from bore.

ekzhang avatar ekzhang commented on July 22, 2024

Why would you change the control port to 443?

I would err on the side of strong conventions if there's no good reason to change or configure something.

from bore.

hkcomori avatar hkcomori commented on July 22, 2024

I want this feature too.
Currently, bore cannot be used in a network where the control port is blocked.
I want to avoid this by choosing a port that is less restrictive (eg 443).

from bore.

bolshoytoster avatar bolshoytoster commented on July 22, 2024

@hkcomori as I suggested, if you don't mind compiling it yourself, you can change the CONTROL_PORT constant.

bore/src/shared.rs

Lines 16 to 18 in 9cd43f4

/// TCP port used for control connections with the server.
pub const CONTROL_PORT: u16 = 7835;

from bore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.