Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple VLess server template. #42

Open
tropergh opened this issue Dec 24, 2024 · 0 comments
Open

Simple VLess server template. #42

tropergh opened this issue Dec 24, 2024 · 0 comments

Comments

@tropergh
Copy link

tropergh commented Dec 24, 2024

I'm struggling to setup a vless-tcp-tls on the server.
I tried many examples and edited them but got no chance.
my current config.yaml:

- address: 0.0.0.0:443
  transport: tcp
  protocol:
    type: tls
    cert: cert.cer
    key: key.key
    my.domain.com:
      type: vless
      user: uuid

When I change the my.domain.com to default_target, I get this error:

root@shoes-t1:~# shoes config.yaml
Failed to load server configs: Could not parse config file config.yaml as config YAML: data did not match any variant of untagged enum Config

Usage: shoes [--threads/-t N] <server uri or config filename> [server uri or config filename] [..]
root@shoes-t1:~# RUST_BACKTRACE=full shoes config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant