mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #515] [MERGED] feat: IPv6 support #541
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#541
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ovh/the-bastion/pull/515
Author: @speed47
Created: 12/18/2024
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @speed47
Base:
master← Head:ipv6📝 Commits (3)
c42b103feat: IPv6 supportc3d806bfix: is_in_any_net: support matching netblocks853e518enh: tests: add --skip-functional-tests --skip-unit-tests📊 Changes
22 files changed (+888 additions, -206 deletions)
View changed files
📝
bin/proxy/osh-http-proxy-worker(+19 -19)📝
bin/shell/osh.pl(+38 -17)📝
doc/sphinx/administration/configuration/bastion_conf.rst(+24 -0)📝
docker/Dockerfile.opensuse15(+1 -1)📝
docker/Dockerfile.ubuntu1804(+1 -1)📝
etc/bastion/bastion.conf.dist(+10 -0)📝
lib/perl/OVH/Bastion.pm(+34 -10)📝
lib/perl/OVH/Bastion/ProxyHTTP.pm(+15 -4)📝
lib/perl/OVH/Bastion/allowdeny.inc(+132 -105)📝
lib/perl/OVH/Bastion/allowkeeper.inc(+5 -4)📝
lib/perl/OVH/Bastion/configuration.inc(+9 -2)📝
tests/functional/docker/docker_build_and_run_tests.sh(+1 -0)📝
tests/functional/docker/target_role.sh(+1 -1)📝
tests/functional/launch_tests_on_instance.sh(+45 -29)📝
tests/functional/tests.d/340-selfaccesses.sh(+2 -2)📝
tests/functional/tests.d/350-groups.sh(+5 -5)➕
tests/functional/tests.d/355-ipv6.sh(+104 -0)📝
tests/functional/tests.d/380-config-options.sh(+2 -2)📝
tests/functional/tests.d/395-mfa-scp-sftp-rsync.sh(+2 -2)📝
tests/functional/tests.d/500-http-proxy.sh(+7 -2)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.