mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +00:00
made the gate static...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
9aa81503b0
commit
d3678328bc
@ -3,13 +3,13 @@ iface lo inet loopback
|
|||||||
iface lo inet6 loopback
|
iface lo inet6 loopback
|
||||||
|
|
||||||
auto admin
|
auto admin
|
||||||
iface admin inet dhcp
|
iface admin inet static
|
||||||
#address 10.0.0.2
|
address 10.0.0.2
|
||||||
hostname $(hostname)
|
hostname $(hostname)
|
||||||
|
|
||||||
auto lan
|
auto lan
|
||||||
iface lan inet dhcp
|
iface lan inet static
|
||||||
#address 10.1.1.2
|
address 10.1.1.2
|
||||||
hostname $(hostname)
|
hostname $(hostname)
|
||||||
|
|
||||||
auto wan
|
auto wan
|
||||||
|
|||||||
@ -65,3 +65,4 @@ certificatesResolvers:
|
|||||||
acme:
|
acme:
|
||||||
email: '${EMAIL}'
|
email: '${EMAIL}'
|
||||||
storage: '/etc/traefik/acme.json'
|
storage: '/etc/traefik/acme.json'
|
||||||
|
tlsChallenge: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user