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

OpenVPN - Enhance tunnel networks with nopool and dedicated ifconfig-… #7568

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 27, 2024

  1. OpenVPN - Enhance tunnel networks with nopool and dedicated ifconfig-…

    …pool + ifconfig-ipv6-pool parameters to give static IP client overrides a chance to use an unallocated IP
    Reiner030 authored and Reiner030 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4876b71 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Space fix and dependency comment

    This commit/PR depends on PR
    opnsense@5f13d0a
    in file src/etc/inc/plugins.inc.d/openvpn.inc which was line 999-1001
    and is actual line 991-993:
    
                if (!empty($server['topology_subnet'])) {
                    $conf .= "push \"topology subnet\"\n";
                }
    Reiner030 authored and Reiner030 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5a6641e View commit details
    Browse the repository at this point in the history