-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
```
All of my rules and outbound rules work fine with http but none works for https.
Some of my rules are:-
^(.*)/control/(.*);(.*)$
$1/$2;$3
^(.*)/control/category/~category_i…
-
Feature Request: Support for balancertag in ProxySettingsObject
Dear v2fly Project Team,
I am writing to request support for the balancertag feature in ProxySettingsObject. As an active user of …
-
First of all let me say this seems like a really interesting project!
One thing I think it could also be useful for is remote access to IoT devices. IoT devices often sit behind a NAT and only have …
-
I set up a new installation of OpenVbx. when I call the number I receive a an "unknown error" message.
Upon checking Twilio, it shows a 11200 HTTP retrieval failure, with an HTTP status code of 500
…
-
I dont know if the filter i created is correct but it doesnt do anything. my goal is to remove all data-outbound-url, data-href-url and data-outbound-expiration attributes from links on reddit.
fil…
-
### What is the issue?
Found on synology DSM 7.1
**Observed behavior:**
To enable outbound connections on synology, [tailscale says](https://tailscale.com/kb/1131/synology#enabling-synology-outbo…
-
https://github.com/team-telnyx/devrel/tree/main/go shows examples of sending and receiving messages and faxes.
Getting voice working with peercalls and the telnyx gateway should be possible.
Set…
-
this function will lost message or make block if the connection of ovs is closing.
> // Listen for a Shutdown signal or Outbound messages.
func (m *MessageStream) outbound() {
for {
select {
…
-
Currently, a websocket client connection is opened and closed for every Dispatch to a inbound websocket JSTP node. The proposal is to optimize by pooling outbound connections and persisting them.