Add LX@Orsay to trusted net
This commit is contained in:
parent
f74651a0c3
commit
1410f2f8d8
2 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,7 @@ job "garage" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
advertise_ipv6_address = true
|
advertise_ipv6_address = true
|
||||||
image = "dxflrs/amd64_garage:v0.6.0-rc1"
|
image = "dxflrs/amd64_garage:v0.6.0"
|
||||||
command = "/garage"
|
command = "/garage"
|
||||||
args = [ "server" ]
|
args = [ "server" ]
|
||||||
network_mode = "host"
|
network_mode = "host"
|
||||||
|
|
|
@ -40,6 +40,8 @@
|
||||||
-A DEUXFLEURS-TRUSTED-NET -s 2a01:e35:2fdc:dbe0::0/64 -j DEUXFLEURS-TRUSTED-PORT
|
-A DEUXFLEURS-TRUSTED-NET -s 2a01:e35:2fdc:dbe0::0/64 -j DEUXFLEURS-TRUSTED-PORT
|
||||||
# Erwan@Rennes
|
# Erwan@Rennes
|
||||||
-A DEUXFLEURS-TRUSTED-NET -s 2a01:e0a:260:b5b0::0/64 -j DEUXFLEURS-TRUSTED-PORT
|
-A DEUXFLEURS-TRUSTED-NET -s 2a01:e0a:260:b5b0::0/64 -j DEUXFLEURS-TRUSTED-PORT
|
||||||
|
# LX@Orsay
|
||||||
|
-A DEUXFLEURS-TRUSTED-NET -s 2a01:e0a:c:a720:::0/64 -j DEUXFLEURS-TRUSTED-PORT
|
||||||
# Source address is not trusted
|
# Source address is not trusted
|
||||||
-A DEUXFLEURS-TRUSTED-NET -j RETURN
|
-A DEUXFLEURS-TRUSTED-NET -j RETURN
|
||||||
|
|
||||||
|
|
Reference in a new issue