Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - matsukan

#1
Development and Code Review / code-review request
October 05, 2022, 07:53:15 PM
Hi,

https://github.com/hozmaster/dyndnsgd

This service plugin is ready first code review. initial name of plugins is goddy or os-dns-goddy.
#2
Development and Code Review / syslog-ng
September 27, 2022, 07:47:57 PM

How logging should be implement so syslog-ng will track and plugin can show in the the it's log view ? Is legacy logging is still suggested to new plugins ?
#3

It's possible to execute post install script(s) after the plugin has installed ? If then, how it's defined ?
#4
Development and Code Review / Easy to reset
September 18, 2021, 08:55:37 PM
Is there any easy way to reset all tables (model data) from so called "database" ? It would nice feature sometime clear all plug-in data if something goes wrong way.
#5

How to get list of interfaces and their attributes in backend side ?
#6

GoDaddy specific Dynamic DNS plugin for OPNsense

https://github.com/hozmaster/dyndnsgd

Currently this is just tech preview for that I'm in the correct track ...

Name of the project ?
Name of main menu item ? Other naming issues ?
#7

I doing some study work with opnsense development ...

Looks like that master branch of the core-repositoryalready have some phalcon4 -changes, how mature it's currently ? Should I focus work with previous released version ? Phalcon is not currently work properly Ubuntu 20.4/PHP7.4/Phalcon4 combination (ui_devtools).

Which Javascript standard do you follow in front endside ? ES5 ?
#8
21.1 Legacy Series / Dynamic dns and '@' record
April 15, 2021, 07:32:34 PM

How to at record via Dynamic DNS service ?  I'm using GoDaddy service provider and kind of

What service provide will return to opnsense logs :

/services_dyndns_edit.php: Dynamic DNS: (Error) Repsonse not handled check the following: {"code":"INVALID_BODY","fields":[{"code":"MISMATCH_FORMAT","message":"does not conform to the 'domain' format, based on pattern: /^[^.\\s]{1,63}(\\.[^.\\s]{1,63}){1,2}$/","path":"path.domain"}],"message":"Request body doesn't fulfill schema, see details in `fields`"}

How about MX records ? It's supported by opnsense and GoDaddy ?

Hostname edit box contains just domain name, otherwise it will not work.


I'm new with OPNSense and something is new to me ...

Is there opnsense code which handle dynamic updates somewhere publicly availabe ?