diff options
| author | wangkuan <[email protected]> | 2024-04-16 18:36:16 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-04-16 18:36:16 +0800 |
| commit | b1754ff8d99a44be51a8730060e93c49c22a39d7 (patch) | |
| tree | 1aa246b51e6ca8b9eb1fd798ace068e1bb401319 /config | |
| parent | 725c01043966bee8ff6476a8b25bfdb6416aaf3c (diff) | |
[feature][core]新增函数BASE64_ENCODE_TO_STRINGfeature/base64-encode
Diffstat (limited to 'config')
| -rw-r--r-- | config/udf.plugins | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/udf.plugins b/config/udf.plugins index 1de2395..8da4df5 100644 --- a/config/udf.plugins +++ b/config/udf.plugins @@ -1,6 +1,7 @@ com.geedgenetworks.core.udf.AsnLookup com.geedgenetworks.core.udf.CurrentUnixTimestamp com.geedgenetworks.core.udf.DecodeBase64 +com.geedgenetworks.core.udf.EncodeBase64 com.geedgenetworks.core.udf.Domain com.geedgenetworks.core.udf.Drop com.geedgenetworks.core.udf.Eval |
