From 7fcafe3d04b73f1017e84a7c74d0275a03abb837 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 9 Feb 2024 00:01:37 +0800 Subject: [PATCH] feat: dae subsciption --- hosts/idols_aquamarine/bypass-router.dae | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/idols_aquamarine/bypass-router.dae b/hosts/idols_aquamarine/bypass-router.dae index 8bc61e0a..e39001c7 100644 --- a/hosts/idols_aquamarine/bypass-router.dae +++ b/hosts/idols_aquamarine/bypass-router.dae @@ -101,9 +101,9 @@ global { # Subscriptions defined here will be resolved as nodes and merged as a part of the global node pool. # Support to give the subscription a tag, and filter nodes from a given subscription in the group section. subscription { - # Add your subscription links here. - 'file://mysubscription-1.sub' # the path is related to /etc/dae/ - 'file://mysubscription-2.sub' + # Add your subscription links(or files that contains the link) here. + 'file://dae-mysubscription-1.sub' # the path is related to /etc/dae/ + 'file://dae-mysubscription-2.sub' } # Nodes defined here will be merged as a part of the global node pool.