summaryrefslogtreecommitdiff
path: root/doc/configuration/configuration.rst
blob: 850e42f84032c070b4ef9af5670a7f0d27df58b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Configuration
=============

Accel-pppd reads options from configuration file, it usually located at ``/etc/accel-ppp.conf`` but may be redefine daemon  input arguments ``accel-pppd -c /path/to/accel-ppp.conf``

Configuration file consists of sections in form:

.. code-block:: sh

       [section1]
              name1=val1
              name2=val2
              name3

       [section2]
               ....


.. toctree::
    :maxdepth: 2
    :caption: Contents:
    :includehidden:
    
    modules.rst
    core.rst
    common.rst
    radius.rst
    chap_secrets.rst
    ppp.rst
    pppoe.rst
    pptp.rst
    l2tp.rst
    ipoe.rst
    ip-pool.rst
    sstp.rst
    dns.rst
    ipv6-dns.rst
    ipv6-pool.rst
    ipv6-nd.rst
    ipv6-dhcp.rst
    shaper.rst
    log.rst
    cli.rst
    pppd_compat.rst
    snmp.rst