mirror of
https://github.com/myronblair/do-server-config
synced 2026-06-30 17:50:59 -05:00
[orbis] Weekly backup 2026-06-09 — 52 files changed, 2700 insertions(+)
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
network:
|
||||
version: 2
|
||||
ethernets:
|
||||
eth0:
|
||||
match:
|
||||
macaddress: "ca:f2:89:fc:20:19"
|
||||
addresses:
|
||||
- "165.22.1.228/20"
|
||||
- "10.10.0.6/16"
|
||||
- "2604:A880:0400:00D1:0000:0004:6C93:1001/64"
|
||||
nameservers:
|
||||
addresses:
|
||||
- 67.207.67.2
|
||||
- 67.207.67.3
|
||||
search: []
|
||||
accept-ra: false
|
||||
set-name: "eth0"
|
||||
mtu: 1500
|
||||
routes:
|
||||
- to: "::/0"
|
||||
via: "2604:A880:0400:00D1:0000:0000:0000:0001"
|
||||
- to: "0.0.0.0/0"
|
||||
via: "165.22.0.1"
|
||||
eth1:
|
||||
match:
|
||||
macaddress: "a6:ed:de:24:aa:2b"
|
||||
addresses:
|
||||
- "10.116.0.5/20"
|
||||
nameservers:
|
||||
addresses:
|
||||
- 67.207.67.2
|
||||
- 67.207.67.3
|
||||
search: []
|
||||
set-name: "eth1"
|
||||
mtu: 1500
|
||||
@@ -0,0 +1 @@
|
||||
orbis
|
||||
@@ -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 orbis.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