ddns/files/config/radvd.conf
Jason b8b670b11b
🦈🏠🐜 Initial Commit 🐜🦈🏠
2022-02-14 16:44:26 -05:00

11 lines
243 B
Plaintext

# RADVD with DHCPd6 configuration
# /etc/radvd.conf
interface eth0 {
AdvManagedFlag on;
AdvSendAdvert on;
# AdvAutonomous off;
AdvOtherConfigFlag on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 60;
};