merged tui for tcpTunnel (#307)

This commit is contained in:
Michael Quigley
2023-05-01 12:19:06 -04:00
parent 74fd8d9956
commit 28916e8d2a
13 changed files with 115 additions and 162 deletions

View File

@ -1,3 +1,4 @@
-- +migrate Up
alter type backend_mode rename value 'dav' to 'tunnel';
alter type backend_mode rename value 'dav' to 'tcpTunnel';
alter type backend_mode add value 'udpTunnel';