mirror of
https://github.com/casjaysdevdocker/ddns
synced 2026-06-24 20:01:02 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -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