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

2 conf in a process #139

Open
noname29 opened this issue Sep 23, 2024 · 1 comment
Open

2 conf in a process #139

noname29 opened this issue Sep 23, 2024 · 1 comment

Comments

@noname29
Copy link

Can I put multiple conf in one process ?
For example:

wireproxy.exe -c wg1.conf,wg2.conf

@qupig
Copy link

qupig commented Dec 4, 2024

You can't run two instances in one process I think.

But you could include one config file within another, as described in the README:

WGConfig = <path to the wireguard config>

# Same semantics as above
[TCPClientTunnel]
...

[TCPServerTunnel]
...

[Socks5]
...

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

2 participants