Skip to content

Commit 57fd6bf

Browse files
committed
fix sample config
1 parent cc1a96f commit 57fd6bf

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

etc/complete.ini

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; IT IS A COLLECTION OF _ALL_ AVAILABLE SWITCHES AND MUCH TOO COMPLICATED.
44
;
55

6-
; comments may start with # (only UNIX) or ; (UNIX or windows)
6+
; comments may start with ; (UNIX or windows) or # (only UNIX)
77

88
;; Boolean values.
99
;; Boolean Values are represented by a case insensitive string
@@ -103,7 +103,6 @@ EnableH46023=1
103103
H46023STUN=
104104
H46023PublicIP=1
105105
NATStdMin=18
106-
EnableH460P=1
107106
AutoProxyIPv4ToIPv6Calls=0
108107

109108
[Proxy]
@@ -378,7 +377,6 @@ ForwardResponse=0
378377
ForwardLRQ=always
379378
ForwardLRQ=never
380379
ForwardLRQ=0
381-
UseH46018=1
382380

383381
;;
384382
;; In this section you can put endpoints that don't have RAS support
@@ -490,7 +488,6 @@ Host=localhost:1234
490488
Database=billing
491489
Username=gnugk
492490
Password=secret
493-
Table=customer
494491
Query=SELECT password FROM users WHEN alias = '%1'
495492
CacheTimeout=30
496493
MinPoolSize=5
@@ -757,7 +754,7 @@ QueryUpdate=UPDATE subscription_control SET Status = '%b' WHERE subscriptionID =
757754
MinPoolSize=5
758755

759756

760-
[RasSrv::AssignedGatekeepers]
757+
[RasSrv::AssignedGatekeeper]
761758

762759
;; Assigned Alias storage
763760
[AssignedGatekeepers::SQL]
@@ -771,7 +768,7 @@ Query=SELECT gatekeeper FROM gatekeepers WHERE username = '%u'
771768
MinPoolSize=5
772769

773770

774-
[RasSrv::AssignedAliases]
771+
[RasSrv::AssignedAlias]
775772

776773
;; Assigned Alias storage
777774
;[AssignedAliases::SQL]

0 commit comments

Comments
 (0)