add a few more leases
This commit is contained in:
parent
0038b3ae5e
commit
6b6c92cc12
12
main.go
12
main.go
@ -40,6 +40,18 @@ func main() {
|
||||
"mars",
|
||||
103,
|
||||
),
|
||||
reservation.ReserveV4MacAddr(
|
||||
"BC:24:11:E5:C5:AF",
|
||||
"10.0.0.4",
|
||||
"ns01",
|
||||
100,
|
||||
),
|
||||
reservation.ReserveV4MacAddr(
|
||||
"BC:24:11:B1:1C:AD",
|
||||
"10.1.0.6",
|
||||
"db01",
|
||||
101,
|
||||
),
|
||||
}
|
||||
|
||||
conn, err := pgx.Connect(context.Background(), os.Getenv("DATABASE_URL"))
|
||||
|
Loading…
Reference in New Issue
Block a user