Skip to content

Commit

Permalink
update ipam
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Mar 27, 2024
1 parent f382050 commit c21b6ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/ipam.sexp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@
(net CA7NET-VPN-ADMIN fd:ca7:f8a3:400::/64
(description "VPN for me to perform total system administration! Has access over literally everything! Very dangerous!")
(attr trust-level FULLY-TRUSTED)

(net CA7NET-VPN-ADMIN-CHUNGUS fd:ca7:f8a3:400::1/128
(description "Firewall IP")
(attr trust-level FULLY-TRUSTED)
)
(net CA7NET-VPN-ADMIN-BANANA fd:ca7:f8a3:400::2/128
(description "BANANA IP")
(attr trust-level FULLY-TRUSTED)
)
(net CA7NET-VPN-ADMIN-CHUNGUS fd:ca7:f8a3:400::3/128
(description "Chungus IP")
(attr trust-level FULLY-TRUSTED)
)
)
)
)
Expand Down

0 comments on commit c21b6ef

Please sign in to comment.