mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-09-19 21:57:42 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
10
rootfs/usr/local/share/template-files/config/radvd.conf
Normal file
10
rootfs/usr/local/share/template-files/config/radvd.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# RADVD with DHCPd6 configuration
|
||||
# /etc/radvd.conf
|
||||
interface eth0 {
|
||||
AdvManagedFlag on;
|
||||
AdvSendAdvert on;
|
||||
# AdvAutonomous off;
|
||||
AdvOtherConfigFlag on;
|
||||
MinRtrAdvInterval 3;
|
||||
MaxRtrAdvInterval 60;
|
||||
};
|
Reference in New Issue
Block a user