[orbis] Weekly backup 2026-06-09 — 52 files changed, 2700 insertions(+)

This commit is contained in:
DO Server Backup
2026-06-09 03:53:55 +00:00
parent 5b1f83b1ea
commit 34e2485b9a
52 changed files with 2700 additions and 0 deletions
+35
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
orbis
+15
View File
@@ -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