mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-19 06:34:26 -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;
|
||
|
};
|