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

fix: #3296 bad indentation of smux #3303

Merged
merged 1 commit into from
May 27, 2023
Merged

Conversation

wey-gu
Copy link
Contributor

@wey-gu wey-gu commented May 27, 2023

close: #3296

before:

proxies:
  - type: vmess
    alterId: 0
    cipher: auto
    udp: false
    global-padding: false
    authenticated-length: false
    skip-cert-verify: true
    tls: false
    ip-version: "dual"
    tfo: false
  smux:
    enabled: false

Linter error:

Error : bad indentation of a mapping entry at line 12, column 3:
      smux:
      ^
Line : undefined  undefined

After:

proxies:
  - type: vmess
    alterId: 0
    cipher: auto
    udp: false
    global-padding: false
    authenticated-length: false
    skip-cert-verify: true
    tls: false
    ip-version: "dual"
    tfo: false
    smux:
      enabled: false

@wey-gu wey-gu mentioned this pull request May 27, 2023
4 tasks
@vernesong
Copy link
Owner

thanks

@vernesong vernesong merged commit 9ee0f02 into vernesong:master May 27, 2023
@wey-gu wey-gu deleted the patch-1 branch May 27, 2023 09:11
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jun 22, 2023
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jun 22, 2023
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jun 25, 2023
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jun 28, 2023
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jul 2, 2023
zheshifandian pushed a commit to zheshifandian/OpenClash that referenced this pull request Jul 6, 2023
oppen321 pushed a commit to oppen321/OpenClash that referenced this pull request Sep 21, 2024
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

Successfully merging this pull request may close these issues.

[Bug] 自定义服务器添加失败
2 participants