commit e63fb7f3094b375f53934b4cd1a40bcd00552fbc
parent 71c68d782be94a61d4caf66ef47f0e0c8fca358b
author: nathanael <nathanael@dalliard.ch>
date: Sat, 18 Oct 2025 05:44:12 +0000
s0: remove s6
diffstat:
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/s0/distfiles/nsd.zone b/s0/distfiles/nsd.zone
@@ -2,7 +2,7 @@ $ORIGIN dalliard.ch.
$TTL 75600
@ SOA ns1.dalliard.ch. hostmaster.dalliard.ch. (
- 2025092500 ; serial
+ 2025101800 ; serial
14400 ; refresh
3600 ; retry
605800 ; expire
@@ -28,7 +28,6 @@ s2 A 152.53.196.107
s2 AAAA 2a03:4000:0:170d::1
s3 A 199.180.255.82
s3 AAAA 2605:8900:3000:1001:a:0:22c:3
-s6 AAAA 2a13:e3c1:400e:1337::666
go CNAME s1
tmp CNAME s1
diff --git a/s0/dotfiles/bin/sync b/s0/dotfiles/bin/sync
@@ -1,5 +1,5 @@
#!/bin/sh -e
-hosts='s1 s2 s3 s6'
+hosts='s1 s2 s3'
for host in $hosts; do
openrsync --rsync-path='doas openrsync' -a --del \
"$host":/home ~/sync/"$host"/
diff --git a/s0/dotfiles/shrc.local b/s0/dotfiles/shrc.local
@@ -29,7 +29,6 @@ yout() { w3m "http://localhost/idiotbox?o=relevance&q=$*"; }
alias s1='ssh s1'
alias s2='ssh s2'
alias s3='ssh s3'
-alias s6='ssh s6'
alias s8='ssh s8'
alias t1='ssh t1'
alias w1='ssh w1'