8 lines
No EOL
229 B
Text
8 lines
No EOL
229 B
Text
# Default environment variables example
|
|
# Copy in /etc/default/autogre - and edit
|
|
|
|
GRE_TUNNEL_NAME="gre_ren"
|
|
GRE_LOCAL_IP="10.10.10.10"
|
|
GRE_LAN_IP_4="192.168.100.1/24"
|
|
GRE_LAN_IP_6="2a0e:fd45:2a0e::/126"
|
|
FQDN="example.infra.tech" |