mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-06-30 17:50:16 -05:00
[fusion] Weekly backup 2026-06-08 — 27 files changed, 1794 insertions(+)
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# This file is generated from information provided by the datasource. Changes
|
||||
# to it will not persist across an instance reboot. To disable cloud-init's
|
||||
# network configuration capabilities, write a file
|
||||
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
|
||||
# network: {config: disabled}
|
||||
network:
|
||||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
accept-ra: false
|
||||
addresses:
|
||||
- 2604:A880:0400:00D1:0000:0004:7377:4001/64
|
||||
- 134.209.72.226/20
|
||||
- 10.10.0.5/16
|
||||
match:
|
||||
macaddress: fa:01:e4:87:a2:9b
|
||||
mtu: 1500
|
||||
nameservers:
|
||||
addresses:
|
||||
- 67.207.67.2
|
||||
- 67.207.67.3
|
||||
search: []
|
||||
routes:
|
||||
- to: ::/0
|
||||
via: 2604:A880:0400:00D1:0000:0000:0000:0001
|
||||
- to: 0.0.0.0/0
|
||||
via: 134.209.64.1
|
||||
set-name: eth0
|
||||
eth1:
|
||||
addresses:
|
||||
- 10.116.0.3/20
|
||||
match:
|
||||
macaddress: 32:a5:04:32:aa:0b
|
||||
mtu: 1500
|
||||
nameservers:
|
||||
addresses:
|
||||
- 67.207.67.2
|
||||
- 67.207.67.3
|
||||
search: []
|
||||
set-name: eth1
|
||||
@@ -0,0 +1 @@
|
||||
fusion
|
||||
@@ -0,0 +1,15 @@
|
||||
# Your system has configured 'manage_etc_hosts' as True.
|
||||
# As a result, if you wish for changes to this file to persist
|
||||
# then you will need to either
|
||||
# a.) make changes to the master file in /etc/cloud/templates/hosts.debian.tmpl
|
||||
# b.) change or remove the value of 'manage_etc_hosts' in
|
||||
# /etc/cloud/cloud.cfg or cloud-config from user-data
|
||||
#
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 fusion.orbishosting.com
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
|
||||
Reference in New Issue
Block a user