Giter Club home page Giter Club logo

Comments (3)

ginuerzh avatar ginuerzh commented on August 26, 2024

你看到的文档里的虚拟节点例子就可以,不过只能用配置文件方式:

services:
- name: service-0
  addr: ":8080"
  handler:
    type: auto
    chain: chain-0
  listener:
    type: tcp
chains:
- name: chain-0
  hops:
  - name: hop-0
    selector:
      strategy: round
    nodes:
    - name: node-0
      addr: :0
      interface: ip1
      connector:
        type: virtual
      dialer:
        type: virtual
    - name: node-1
      addr: :0
      interface: ip2
      connector:
        type: virtual
      dialer:
        type: virtual
    - name: node-2
      addr: :0
      interface: ip3
      connector:
        type: virtual
      dialer:
        type: virtual

from gost.

superen7527 avatar superen7527 commented on August 26, 2024

原来是这样 十分感谢 好像有点明白了 这个虚拟相当于我自己在上游一个个绑定gost 他可以自动绑定不需要启动一个个gost了。

请问一下 这里能否我直接指定网口 比如esn3 然后gost会自动轮询网口列表里面的ip?还是只能一个个手动获取填进去?

from gost.

superen7527 avatar superen7527 commented on August 26, 2024

另外请教一下另一个题外话,关于webui项目

1.目前是只能用官方前端链接后端吗,好像文档没看到启动命令。
2.我开放了18080端口 网页访问是404 填到ui.gost.run又连不上 是我操作有什么问题吗?
3.这个ui登录的账号密码,应该是怎在启动时设置的?

找到文档了,大部分都可以解决 好像默认路径是/api 看文档的配置文件找到关键词了。
https://gost.run/tutorials/api/overview/#web-api

from gost.

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.