Basic create wg seems to be working

This commit is contained in:
Owen
2025-02-21 16:20:03 -05:00
parent 95eab504fa
commit bff6707577
2 changed files with 2 additions and 1 deletions

View File

@@ -288,6 +288,7 @@ func (c *Client) establishConnection() error {
// Add token to query parameters
q := u.Query()
q.Set("token", token)
q.Set("clientType", "newt")
u.RawQuery = q.Encode()
// Connect to WebSocket