Skip to content

Instantly share code, notes, and snippets.

@polymorphm
polymorphm / ipv6down.sh
Last active September 5, 2023 02:22
some config files for IPv6 (DHCPv6-PD over PPPoE)
#!/usr/bin/bash
#
# it is file -- /etc/ppp/ipv6-down.d/99-custom-internet.sh
#
if [ -z "$IFNAME" ] || [ "$LINKNAME" != "domru" ]
then
true
exit