made the gate static...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-31 05:11:19 +03:00
parent 9aa81503b0
commit d3678328bc
2 changed files with 5 additions and 4 deletions

View File

@ -3,13 +3,13 @@ iface lo inet loopback
iface lo inet6 loopback
auto admin
iface admin inet dhcp
#address 10.0.0.2
iface admin inet static
address 10.0.0.2
hostname $(hostname)
auto lan
iface lan inet dhcp
#address 10.1.1.2
iface lan inet static
address 10.1.1.2
hostname $(hostname)
auto wan

View File

@ -65,3 +65,4 @@ certificatesResolvers:
acme:
email: '${EMAIL}'
storage: '/etc/traefik/acme.json'
tlsChallenge: {}