Ranger802004 / asusmerlin

ASUS Merlin
GNU General Public License v3.0
50 stars 5 forks source link

Setname is too long, max 31 characters. #33

Closed JoyZzzzz closed 1 month ago

JoyZzzzz commented 1 month ago

The length of the configuration files for the asus router is no more than 31 characters. The default script creates DomainVPNRouting--ipv4, which is already 22 characters. No more than 9 characters are left for the policy being created, which is very inconvenient. If the policy has more characters, then iptables will return an error when processing. Is it possible to shorten the name "DomainVPNRouting"?

Ranger802004 commented 1 month ago

That is something I'm looking into for next release.

Ranger802004 commented 1 month ago

I have a working implementation of allowing up to 24 characters in my current dev build, I reduced the prefix names of the IPSets to allow this and built in logic to handle switching the existing policies over without a reboot. This will be in the next beta release.

Ranger802004 commented 1 month ago

v3.0.0-beta1 has been released, you can read about it here: https://www.snbforums.com/threads/domain-vpn-routing-v3-0-0-beta1-release.92029/

Ranger802004 commented 1 month ago

Requested feature is in current v3.0.0-beta1 and will be included in v3.0.0 final release, if you have any issues please open a new issue. Thank you.