mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-19 12:34:24 -05:00
11 lines
243 B
Plaintext
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;
|
|
};
|