Files
ddns/rootfs/usr/local/share/template-files/config/radvd.conf
T

11 lines
243 B
Plaintext
Raw Normal View History

2022-02-14 16:44:26 -05:00
# RADVD with DHCPd6 configuration
# /etc/radvd.conf
interface eth0 {
AdvManagedFlag on;
AdvSendAdvert on;
# AdvAutonomous off;
AdvOtherConfigFlag on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 60;
};