Revision 0b884dd2
Added by Ingo Bauersachs about 10 years ago
etc/rc.newipsecdns | ||
---|---|---|
37 | 37 |
require_once("functions.inc"); |
38 | 38 |
require_once("filter.inc"); |
39 | 39 |
require_once("shaper.inc"); |
40 |
require_once("auth.inc"); |
|
40 | 41 |
require_once("ipsec.inc"); |
41 | 42 |
require_once("vpn.inc"); |
42 | 43 |
|
Also available in: Unified diff
Make auth_get_authserver_list available to vpn.inc
This is a follow-up to PR #1613 and avoids a crash in this script at random times.