You can add them to a "listener I" (IFILE) file and then add the IFILE to your listener ora. Once done, you can reload your listener to make your additional configuration be activated.
IFILES entries are actually pointers to the files for additional entries.
For example, in listener.ora, an additional entry such as ->
IFILE=/u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener_ifile.ora
However; if you want a dedicated listener , then it is a different story.
I have written several blog posts, which includes listener configurations, IFILES and modification on listener parameters.
An example :
https://ermanarslan.blogspot.com/2016/09/exadata-ebs-on-exadata-migration-2-tips.htmlAlso I have a dedicated blog post for Oracle to SQL Server dblink ->
https://ermanarslan.blogspot.com/2016/01/rdbms-oracle-to-sqlserver-dblink.htmlSo, I suggest you to read my blog (by making searches with your keywords) and check the related information to go further.