diff options
Diffstat (limited to 'conf/plugins/tnccs-11.conf')
-rw-r--r-- | conf/plugins/tnccs-11.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/tnccs-11.conf b/conf/plugins/tnccs-11.conf new file mode 100644 index 000000000..9b99786b2 --- /dev/null +++ b/conf/plugins/tnccs-11.conf @@ -0,0 +1,11 @@ +tnccs-11 { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # Maximum size of a PA-TNC message (XML & Base64 encoding). + # max_message_size = 45000 + +} + |