Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Add support for multiple tunnels simultaneously #8

Merged
merged 12 commits into from
Feb 10, 2023
Merged

Conversation

amalshaji
Copy link
Owner

@amalshaji amalshaji commented Feb 7, 2023

⚠️ Breaking change

This PR breaks the client config format. It introduces a new field to the config, tunnels, describing multiple tunnel connections.

target: wss://x.amal.sh
secretkey: ThisIsASecret
tunnels:
  - name: tp1
    subdomain:
    port: 8000
  - name: tp2
    subdomain:
    port: 9000

Demo

Here, the subdomains are left empty

asciicast

@amalshaji amalshaji merged commit 3ded040 into main Feb 10, 2023
@amalshaji amalshaji deleted the multiple-tunnels branch February 10, 2023 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant