Strongswan-swanctl-autostart: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
         }   
 
         }   
 
   
 
   
        start-scripts {
+
        <span style="color:#00FF00"> start-scripts {
 
         load-all = /usr/sbin/swanctl --load-all
 
         load-all = /usr/sbin/swanctl --load-all
         }
+
         }</span>
 
  }
 
  }
 
  include strongswan.d/*.conf
 
  include strongswan.d/*.conf

Version vom 5. September 2022, 13:56 Uhr

etc/strongswan.conf

charon {
        load_modular = yes
        plugins {
                include strongswan.d/charon/*.conf
        }  

        start-scripts {
        load-all = /usr/sbin/swanctl --load-all
       }
}
include strongswan.d/*.conf