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

Allow to mark internal network as external #235

Merged
merged 3 commits into from
Sep 26, 2024
Merged

Commits on Sep 25, 2024

  1. Allow mark internal network as external

    With new enviroment variable `LINODE_EXTERNAL_SUBNET` is possible to set
    internal network subnet to be used as external network.
    
    Useful for running on testing Linode cloud instances which are providing
    external IP addresses in internal network.
    Michkov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4c94969 View commit details
    Browse the repository at this point in the history
  2. use net.IPNet and add test

    Michkov committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0d0f7e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix empty value in readme

    Michkov committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fab127d View commit details
    Browse the repository at this point in the history