From df9544233fb661e830285c1a0d7755cff4b27408 Mon Sep 17 00:00:00 2001 From: hagbard Date: Fri, 18 Oct 2019 10:58:03 -0700 Subject: system-proxy: T1741 - Add system wide proxy setting CLI implementation --- interface-definitions/system-proxy.xml | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 interface-definitions/system-proxy.xml (limited to 'interface-definitions') diff --git a/interface-definitions/system-proxy.xml b/interface-definitions/system-proxy.xml new file mode 100644 index 000000000..f43702fc8 --- /dev/null +++ b/interface-definitions/system-proxy.xml @@ -0,0 +1,43 @@ + + + + + + + Sets a proxy for system wide use + + + + + Proxy URL + + ^http://[a-z0-9\.]+$ + + + + + + Proxy port + + + + + + + + Proxy username + + ^[a-z0-9-_\.]{1,100}$ + + + + + + Proxy password + + + + + + + -- cgit v1.2.3