kloudlite / kl

Kloudlite CLI Client
GNU Affero General Public License v3.0
5 stars 1 forks source link

wiregaurd configuration updated #159

Closed nxtcoder36 closed 2 weeks ago

nxtcoder36 commented 2 weeks ago

Summary by Sourcery

Update the WireGuard configuration by changing the UDP port from 51820 to 33820 in the deployment settings.

Deployment:

sourcery-ai[bot] commented 2 weeks ago

Reviewer's Guide by Sourcery

This pull request updates the WireGuard configuration by changing the UDP port from 51820 to 33820 in the pkg/k3s/impl.go file. The change affects the port mapping for container networking.

No sequence diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update WireGuard UDP port from 51820 to 33820
  • Change the container port mapping from '51820/udp' to '33820/udp'
  • Update the HostPort value from '51820' to '33820'
pkg/k3s/impl.go

Tips and commands #### Interacting with Sourcery - **Trigger a new review:** Comment `@sourcery-ai review` on the pull request. - **Continue discussions:** Reply directly to Sourcery's review comments. - **Generate a GitHub issue from a review comment:** Ask Sourcery to create an issue from a review comment by replying to it. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) to: - Enable or disable review features such as the Sourcery-generated pull request summary, the reviewer's guide, and others. - Change the review language. - Add, remove or edit custom review instructions. - Adjust other review settings. #### Getting Help - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).